summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpixmapdata_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Recovering from draw failures after EGL surface creation failuremread2012-01-131-3/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-1/+2
|\
| * Handle QVolatileImage-backed pixmaps optimally in drawPixmap().Laszlo Agocs2011-06-161-1/+2
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-021-1/+1
|\ \ | |/
| * Upload VGImage data when drawing pixmaps that are being painted into.Laszlo Agocs2011-04-271-1/+1
* | Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+1
|/
* Fix an issue with VGImage readback in openvg.Laszlo Agocs2011-03-241-3/+4
* Added native image handle provider support in pixmaps on openvg.Laszlo Agocs2011-03-081-3/+34
* VGImage readback support in QPixmap on OpenVG.Laszlo Agocs2011-03-071-10/+32
* Changed QPixmap VG backend to use CFbsBitmap on Symbian.Laszlo Agocs2011-02-281-35/+69
* Fix to data detaching in OpenVG pixmap dataJani Hautakangas2011-01-181-2/+10
* Fix static build on Windows with MinGW.Mark Brand2011-01-171-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix QPixmap::fromImage() in the OpenVG pixmap backend.Jason Barron2010-11-231-1/+1
* Revert function renaming in QtOpenVG.Jani Hautakangas2010-10-291-9/+9
* Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-281-15/+30
* Use QImage 'convertInPlace' versions in QVGPixmapData load functions.Jani Hautakangas2010-08-241-1/+52
* Add new file for Symbian specific VG stuff and add Symbian glyph cache.Jason Barron2010-07-121-259/+0
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-2/+2
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-2/+2
* | Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-6/+6
* | Fix compilation of ShivaVG, which does not have EGL.Rhys Weatherley2010-04-151-0/+2
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-301-24/+11
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-301-8/+3
| |\
| | * Don't detect EGLImage presence by testing function pointersTom Cooksey2010-03-291-2/+2
| | * Remove EGLImage create/destroy resolving from VG pixmap dataTom Cooksey2010-03-261-6/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-9/+4
| |\ \ | | |/ | |/|
| * | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-34/+31
| |\ \
| * | | Fix compilation of OpenVG.Jason Barron2010-03-181-6/+6
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-10/+6
| |\ \ \
| * | | | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-081-10/+2
* | | | | Fix OpenVG build on non-Symbian platforms.Rhys Weatherley2010-03-251-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
| |/ |/|
* | Fix linking issues of QtOpenVG.dllAlessandro Portale2010-03-161-10/+6
|/
* 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-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Avoid deep QImage copies in the OpenVG paint engineRhys Weatherley2010-01-041-1/+1
|/
* Add an image allocation pool to the OpenVG paint engineRhys Weatherley2009-12-151-34/+58
* Recreate VGImage properly in out of memory caseRhys Weatherley2009-12-091-0/+8
* Automatically destroy VG pixmaps when the last window surface goes awayRhys Weatherley2009-12-061-4/+29
* Do not recreate the VGImage if the size is unchangedRhys Weatherley2009-11-201-33/+9
* 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
* Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-021-0/+2