summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-131-8/+8
|\
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-8/+8
* | Support OpenVG graphics systems that inherit from QVGPixmapDataRhys Weatherley2009-11-111-3/+3
|/
* Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-033-0/+24
* OpenVG pixmap filter classes don't need to be exported.Rhys Weatherley2009-10-301-4/+4
* Remove drawCursorImage() from the OpenVG composition helperRhys Weatherley2009-10-302-37/+33
* Make it possible to set the OpenVG swap intervalRhys Weatherley2009-10-301-0/+7
* Remove QVGEGLWindowSurfaceQImage from QtOpenVGRhys Weatherley2009-10-293-80/+2
* 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-203-52/+25
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-196-55/+166
|\
| * Implement the strength parameter for OpenVG colorize filtersRhys Weatherley2009-10-163-54/+40
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-1/+1
| * Improve scissor clipping in the OpenVG engineRhys Weatherley2009-10-141-0/+4
| * Explicitly request the alpha mask in the EGL configurationRhys Weatherley2009-10-141-0/+4
| * Implement qDrawPixmaps for the OpenVG paint engine.Rhys Weatherley2009-10-132-0/+117
* | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-142-0/+7
|/
* Make it possible to implement engine-specific drop shadow filtersRhys Weatherley2009-10-052-30/+17
* Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-301-14/+0
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-251-7/+5
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-253-108/+29
* Fix cubic paths in OpenVGRhys Weatherley2009-09-241-3/+3
* Avoid calling ensureContext() in setGeometry.Jason Barron2009-09-231-1/+0
* Modify functions for native pixmap data conversion on Symbian.Jason Barron2009-09-232-129/+141
* Calculate scissor correctly in OpenVG engineRhys Weatherley2009-09-221-1/+1
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-212-0/+100
* Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-182-1/+191
* 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-162-12/+28
* Fix crash in QVGSharedContext shutdownRhys Weatherley2009-09-161-0/+4
* Update license headers again.Jason McDonald2009-09-0913-52/+52
* 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