summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash when surface creation fails.Laszlo Agocs2011-07-182-3/+3
* Disable antialiasing for tiled image drawing.Laszlo Agocs2011-06-201-1/+8
* Handle QVolatileImage-backed pixmaps optimally in drawPixmap().Laszlo Agocs2011-06-163-2/+8
* Simplify texture pooling logic in GL graphics system.Jani Hautakangas2011-06-091-0/+1
* Update licenseheader text in source filesJyri Tahtela2011-05-1317-289/+289
* Fix trailing whitespacesJani Hautakangas2011-05-021-1/+1
* Fix for native child widget performance issue.Jani Hautakangas2011-05-021-0/+11
* Upload VGImage data when drawing pixmaps that are being painted into.Laszlo Agocs2011-04-271-1/+1
* Make translucent windows working properly with OpenVG.Laszlo Agocs2011-04-271-0/+5
* Specify swap behavior preserved bit in openvg engine.Laszlo Agocs2011-04-271-4/+5
* Fix to 'QImage convertToFormat doesn't work correctly'Jani Hautakangas2011-04-131-0/+15
* Fix an issue with VGImage readback in openvg.Laszlo Agocs2011-03-242-4/+5
* Implement tiled image and pixmap drawing in VG paint engine.Laszlo Agocs2011-03-221-3/+98
* Fixed drawImage() not to attempt drawing null images on openvg.Laszlo Agocs2011-03-221-0/+4
* Changed s60 style not to rely on QPixmapData::toNativeType().Laszlo Agocs2011-03-211-2/+0
* Add missing bitmap locking to QVGPixmapData::fromNativeType.Laszlo Agocs2011-03-211-2/+4
* Fix for major regression in OpenVG clippingJani Hautakangas2011-03-101-0/+1
* Fix for fromSymbianCFbsBitmap changing the source data unexpectedly.Laszlo Agocs2011-03-101-1/+0
* Avoid image conversion in fromSymbianCFbsBitmap for certain formats.Laszlo Agocs2011-03-102-4/+24
* Added native image handle provider support in pixmaps on openvg.Laszlo Agocs2011-03-083-3/+90
* Avoid compiler warnings in openvg on win32.Laszlo Agocs2011-03-072-1/+6
* VGImage readback support in QPixmap on OpenVG.Laszlo Agocs2011-03-073-12/+41
* Fix style issue in qvgimagepool.cppJani Hautakangas2011-03-011-1/+1
* Add internal function for releasing cached GPU resources.Jani Hautakangas2011-03-011-2/+13
* Changed QPixmap VG backend to use CFbsBitmap on Symbian.Laszlo Agocs2011-02-284-134/+113
* Fix openvg compilation on win32.Laszlo Agocs2011-02-281-1/+1
* Fix for clipping failure in OpenVG paint engine.Jani Hautakangas2011-02-152-5/+33
* Fix the broken QPixmap::fromSymbianRSgImage().Laszlo Agocs2011-02-071-1/+1
* Fix to pen state handling in OpenVG paint engine.Jani Hautakangas2011-01-211-1/+1
* Fix to data detaching in OpenVG pixmap dataJani Hautakangas2011-01-181-2/+10
* Fix static build on Windows with MinGW.Mark Brand2011-01-172-6/+6
* OpenVG paint engine doesn't draw glyphs well to non-integer offsets.Jani Hautakangas2011-01-111-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-1017-17/+17
* QT::Window palette brush fails to render correctly.Jani Hautakangas2010-12-091-2/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-242-1/+4
|\
| * Fix QPixmap::fromImage() in the OpenVG pixmap backend.Jason Barron2010-11-231-1/+1
| * Fix non-stroked filled paths in OpenVG paint engine.Jason Barron2010-11-231-0/+3
* | Round origin of text in OpenVG engineEskil Abrahamsen Blomfeldt2010-11-221-2/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-011-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-291-1/+1
| |\
| | * Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-1/+1
* | | Fix OpenVG painting artifacts after restoreState().Jason Barron2010-11-011-0/+1
|/ /
* | Revert function renaming in QtOpenVG.Jani Hautakangas2010-10-293-12/+12
* | Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-285-28/+113
|/
* Fix for CFbsBitmap to QPixmap conversion.Jani Hautakangas2010-10-121-1/+2
* Compile fix for OpenVG without VGFont.Samuel Rødal2010-10-113-7/+13
* Fix memory leak in QPixmap::toSymbianRSgImage() when an error occurs.Jason Barron2010-10-081-4/+5
* Minor OpenVG optimization when setting the EGL surface attribute.Jason Barron2010-10-071-3/+2
* Define QVG_SCISSOR_CLIP for QtOpenVG on Symbian.Jason Barron2010-10-061-1/+1
* Revert "When using complex transformations rendering goes easily off by one p...Jani Hautakangas2010-10-041-92/+66