summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* OpenVG: override QPaintEngineEx::clip(QRect) and handle specially.Rhys Weatherley2009-07-021-2/+128
* OpenVG: use the correct clip region to detect single-rect clipsRhys Weatherley2009-07-011-2/+2
* OpenVG compile fix - use const_cast instead of static_castRhys Weatherley2009-07-011-4/+4
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+3231