summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-76/+72
|\
| * Image drawing in OpenVG was off by 0.5 of a pixelRhys Weatherley2010-03-051-9/+14
| * When using OpenVG alpha mask, turn off scissor-as-maskRhys Weatherley2010-03-051-0/+1
| * Remove vgClearPath() change to OpenVG paint engineRhys Weatherley2010-03-031-67/+57
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-59/+69
|\ \ | |/
| * Improve performance of VGPath creation by reusing the same pathRhys Weatherley2010-02-221-57/+67
| * Don't use vgClear() for semi-transparent brushes.Jason Barron2010-02-221-2/+2
* | Fix compilation error in openVGOlivier Goffart2010-02-231-1/+1
* | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-12/+12
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-12/+9
|\ \
| * \ Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-11/+65
| |\ \ | | |/
| * | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-081-12/+9
* | | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat...Eskil Abrahamsen Blomfeldt2010-02-041-11/+65
|\ \ \ | | |/ | |/|
| * | Use OpenVG scissor on 90/180/270 rotations and simple clips.Rhys Weatherley2010-02-041-7/+23
| * | Optimize single-rect IntersectClip in OpenVG using the scissorRhys Weatherley2010-02-041-4/+42
| |/
* | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
* | Compile for S60Eskil Abrahamsen Blomfeldt2010-01-261-13/+17
* | Attempt at making OpenVG work with QStaticTextEskil Abrahamsen Blomfeldt2010-01-261-25/+34
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Avoid deep QImage copies in the OpenVG paint engineRhys Weatherley2010-01-041-8/+11
* | Reset the OpenVG scissor after a native painting call-outRhys Weatherley2010-01-041-2/+11
|/
* Add an image allocation pool to the OpenVG paint engineRhys Weatherley2009-12-151-4/+12
* Fix infinite recursion in OpenVG scissor-only clippingRhys Weatherley2009-11-271-12/+0
* Make QVGCompositionHelper::blitWindow() more genericRhys Weatherley2009-11-251-5/+2
* Support semi-transparent surfaces in the OpenVG graphics systemRhys Weatherley2009-11-221-0/+28
* API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-8/+8
* Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-021-0/+10
* Remove drawCursorImage() from the OpenVG composition helperRhys Weatherley2009-10-301-36/+33
* Fix OpenVG window composition when opacity != 1Rhys Weatherley2009-10-271-20/+16
* Use vgClear() to clear the background during screen compositing.Rhys Weatherley2009-10-271-18/+46
* Optimize QVGPixmapDropShadowFilter by removing colorize stepRhys Weatherley2009-10-191-0/+18
* Implement the strength parameter for OpenVG colorize filtersRhys Weatherley2009-10-161-3/+0
* Improve scissor clipping in the OpenVG engineRhys Weatherley2009-10-131-0/+4
* Implement qDrawPixmaps for the OpenVG paint engine.Rhys Weatherley2009-10-131-0/+115
* Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-291-14/+0
* Fix cubic paths in OpenVGRhys Weatherley2009-09-231-3/+3
* Calculate scissor correctly in OpenVG engineRhys Weatherley2009-09-211-1/+1
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-201-0/+98
* Colorize filter for OpenVG doesn't currently support strength()Rhys Weatherley2009-09-181-0/+3
* Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-161-11/+27
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-261-32/+31
* Don't dereference VGImage's that come from QVGPixmapDataRhys Weatherley2009-08-251-1/+9
* Implement the blur pixmap filter for OpenVG using vgGaussianBlur()Rhys Weatherley2009-08-251-0/+2
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* OpenVG: short-cut clipping for QPainterPath's that are just rectsRhys Weatherley2009-07-021-0/+50