summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-3015-195/+195
* OpenVG blending modes from VG_KHR_advanced_blending extensionRhys Weatherley2010-05-131-4/+83
* correctly position glyphs for complex languagesLars Knoll2010-04-211-32/+22
* Fix RTL text rendering in the QVGPaintEngineAlessandro Portale2010-04-161-2/+7
* Symbol visibility fixes for RVCT4 on SymbianIain2010-04-152-6/+6
* Implement OpenVG buffer scrolling and enable it on Symbian.Jason Barron2010-04-144-2/+36
* Enable preserved swap behavior when surface is created due to resize.Jason Barron2010-04-091-11/+13
* Another "off by 1" problem in OpenVG - in paths this time.Rhys Weatherley2010-03-311-19/+22
* Fix another off-by-1 error in OpenVG image painting.Rhys Weatherley2010-03-261-1/+1
* Fix OpenVG build on non-Symbian platforms.Rhys Weatherley2010-03-261-0/+2
* Fix #ifdef logic for Symbian conversion functions in QVGPixmapData.Jason Barron2010-03-221-9/+4
* Change fromSymbianRSgImage() to use the newer version of RSgImageJason Barron2010-03-191-34/+31
* Build OpenVG on Symbian with QVG_RECREATE_ON_SIZE_CHANGE.Jason Barron2010-03-181-0/+2
* Fix linking issues of QtOpenVG.dllAlessandro Portale2010-03-162-21/+17
* Added check for null pointer in qt_vg_unregister_pixmap.Miikka Heikkinen2010-03-101-1/+2
* 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-041-67/+57
* Improve performance of VGPath creation by reusing the same pathRhys Weatherley2010-02-231-57/+67
* Don't use vgClear() for semi-transparent brushes.Jason Barron2010-02-221-2/+2
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-4/+0
* 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
* Implementation for QVGPixmapData to/fromSymbianCFbsBitmapJani Hautakangas2010-02-031-2/+92
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0715-15/+15
|\
| * Update copyright year to 2010Jason McDonald2010-01-0715-15/+15
* | Avoid deep QImage copies in the OpenVG paint engineRhys Weatherley2010-01-042-9/+12
* | 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-158-53/+479
* Recreate VGImage properly in out of memory caseRhys Weatherley2009-12-101-0/+8
* Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-094-29/+169
|\
| * Automatically destroy VG pixmaps when the last window surface goes awayRhys Weatherley2009-12-074-29/+169
* | Assign Symbian UID to QtOpenVg moduleIain2009-12-031-0/+1
|/
* Fix infinite recursion in OpenVG scissor-only clippingRhys Weatherley2009-11-271-12/+0
* QT_VG_EGL_CONFIG env var to specify explicit EGL configs for OpenVGRhys Weatherley2009-11-261-0/+36
* Don't ask for pbuffers when searching for an OpenVG configurationRhys Weatherley2009-11-261-3/+3
* Make QVGCompositionHelper::blitWindow() more genericRhys Weatherley2009-11-252-7/+4
* Support semi-transparent surfaces in the OpenVG graphics systemRhys Weatherley2009-11-233-3/+41
* Do not recreate the VGImage if the size is unchangedRhys Weatherley2009-11-202-33/+10
* Remove unmatched else in non-EGL mode for OpenVG pixmap dataRhys Weatherley2009-11-201-1/+0
* Prevent a deep copy of QImage::bits() in the OpenVG pixmap implementationRhys Weatherley2009-11-201-2/+10
* 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