summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3111-143/+143
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
* Destroy EGL window surface when direct VG surface is deletedRhys Weatherley2009-08-311-0/+6
* Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-262-33/+33
* 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-253-0/+74
* Fix compilation of qpaintengine_vg.cpp.. again.Jason Barron2009-08-201-1/+1
* Merge commit 'qt/master'Jason Barron2009-08-181-6/+6
|\
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-6/+6
* | Merge commit 'qt/master'Jason Barron2009-08-1313-13/+13
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-1213-13/+13
* | Merge commit 'qt/master'Jason Barron2009-08-101-0/+25
|\|
| * Add a private function for conversion a QPixmap into a VGImageRhys Weatherley2009-08-101-0/+25
* | Merge commit 'qt/master-stable'Jason Barron2009-07-272-8/+185
|\|
| * 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-022-2/+129
| * 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
* | Compile OpenVG paint engine after QScopedPointer changes.Jason Barron2009-07-101-1/+1
* | Another fix for the include bug in Symbian.Jason Barron2009-07-091-1/+1
|/
* Better detection for OpenVG engines that run on top of OpenGLRhys Weatherley2009-06-241-0/+6
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-2314-0/+5739