summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-202-30/+47
|\
| * Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-152-22/+11
| |\
| * | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat...Eskil Abrahamsen Blomfeldt2010-02-042-13/+157
| |\ \
| * | | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
| * | | Compile for S60Eskil Abrahamsen Blomfeldt2010-01-262-14/+19
| * | | Attempt at making OpenVG work with QStaticTextEskil Abrahamsen Blomfeldt2010-01-262-25/+37
* | | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-4/+0
| | |/ | |/|
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-11/+65
|\ \ \ | |/ /
| * | 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
* | | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-082-22/+11
|/ /
* | 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-0615-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-091-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-064-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-223-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-023-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-283-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-193-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-131-0/+4
| * Explicitly request the alpha mask in the EGL configurationRhys Weatherley2009-10-131-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