summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-031-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-201-0/+18
* Implement the strength parameter for OpenVG colorize filtersRhys Weatherley2009-10-161-3/+0
* Improve scissor clipping in the OpenVG engineRhys Weatherley2009-10-141-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-301-14/+0
* Fix cubic paths in OpenVGRhys Weatherley2009-09-241-3/+3
* Calculate scissor correctly in OpenVG engineRhys Weatherley2009-09-221-1/+1
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-211-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-021-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-231-0/+3231