| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-15 | 1 | -1/+2 |
|\ |
|
| * | Added check for null pointer in qt_vg_unregister_pixmap. | Miikka Heikkinen | 2010-03-10 | 1 | -1/+2 |
|
|
* | | Fix compilation of OpenVG paint engine with OpenVG 1.0 | Rhys Weatherley | 2010-03-14 | 1 | -0/+9 |
|
|
* | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 2 | -3/+4 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -76/+72 |
|\ \
| |/ |
|
| * | Image drawing in OpenVG was off by 0.5 of a pixel | Rhys Weatherley | 2010-03-05 | 1 | -9/+14 |
|
|
| * | When using OpenVG alpha mask, turn off scissor-as-mask | Rhys Weatherley | 2010-03-05 | 1 | -0/+1 |
|
|
| * | Remove vgClearPath() change to OpenVG paint engine | Rhys Weatherley | 2010-03-03 | 1 | -67/+57 |
|
|
* | | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 4 | -4/+4 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 1 | -59/+69 |
|\ \
| |/ |
|
| * | Improve performance of VGPath creation by reusing the same path | Rhys Weatherley | 2010-02-22 | 1 | -57/+67 |
|
|
| * | Don't use vgClear() for semi-transparent brushes. | Jason Barron | 2010-02-22 | 1 | -2/+2 |
|
|
* | | Fix compilation error in openVG | Olivier Goffart | 2010-02-23 | 1 | -1/+1 |
|
|
* | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 2 | -13/+13 |
|
|
* | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 2 | -30/+47 |
|\ \ |
|
| * \ | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 2 | -22/+11 |
| |\ \ |
|
| * | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -1/+1 |
|
|
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -13/+157 |
| |\ \ \ |
|
| * | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+1 |
|
|
| * | | | | Compile for S60 | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 2 | -14/+19 |
|
|
| * | | | | Attempt at making OpenVG work with QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 2 | -25/+37 |
|
|
* | | | | | Merge branch '4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-17 | 1 | -4/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 1 | -4/+0 |
| | |/
| |/| |
|
* | | | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-09 | 1 | -11/+65 |
|\ \ \
| |/ / |
|
| * | | Use OpenVG scissor on 90/180/270 rotations and simple clips. | Rhys Weatherley | 2010-02-04 | 1 | -7/+23 |
|
|
| * | | Optimize single-rect IntersectClip in OpenVG using the scissor | Rhys Weatherley | 2010-02-04 | 1 | -4/+42 |
|
|
* | | | Replace qt_vg_imageBits() with constBits() in the OpenVG code | Rhys Weatherley | 2010-02-08 | 2 | -22/+11 |
|/ / |
|
* | | Implementation for QVGPixmapData to/fromSymbianCFbsBitmap | Jani Hautakangas | 2010-02-03 | 1 | -2/+92 |
|/ |
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 15 | -15/+15 |
|\ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 15 | -15/+15 |
|
|
* | | Avoid deep QImage copies in the OpenVG paint engine | Rhys Weatherley | 2010-01-04 | 2 | -9/+12 |
|
|
* | | Reset the OpenVG scissor after a native painting call-out | Rhys Weatherley | 2010-01-04 | 1 | -2/+11 |
|/ |
|
* | Add an image allocation pool to the OpenVG paint engine | Rhys Weatherley | 2009-12-15 | 8 | -53/+479 |
|
|
* | Recreate VGImage properly in out of memory case | Rhys Weatherley | 2009-12-09 | 1 | -0/+8 |
|
|
* | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-12-09 | 4 | -29/+169 |
|\ |
|
| * | Automatically destroy VG pixmaps when the last window surface goes away | Rhys Weatherley | 2009-12-06 | 4 | -29/+169 |
|
|
* | | Assign Symbian UID to QtOpenVg module | Iain | 2009-12-03 | 1 | -0/+1 |
|/ |
|
* | Fix infinite recursion in OpenVG scissor-only clipping | Rhys Weatherley | 2009-11-27 | 1 | -12/+0 |
|
|
* | QT_VG_EGL_CONFIG env var to specify explicit EGL configs for OpenVG | Rhys Weatherley | 2009-11-26 | 1 | -0/+36 |
|
|
* | Don't ask for pbuffers when searching for an OpenVG configuration | Rhys Weatherley | 2009-11-26 | 1 | -3/+3 |
|
|
* | Make QVGCompositionHelper::blitWindow() more generic | Rhys Weatherley | 2009-11-25 | 2 | -7/+4 |
|
|
* | Support semi-transparent surfaces in the OpenVG graphics system | Rhys Weatherley | 2009-11-22 | 3 | -3/+41 |
|
|
* | Do not recreate the VGImage if the size is unchanged | Rhys Weatherley | 2009-11-20 | 2 | -33/+10 |
|
|
* | Remove unmatched else in non-EGL mode for OpenVG pixmap data | Rhys Weatherley | 2009-11-20 | 1 | -1/+0 |
|
|
* | Prevent a deep copy of QImage::bits() in the OpenVG pixmap implementation | Rhys Weatherley | 2009-11-20 | 1 | -2/+10 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-13 | 1 | -8/+8 |
|\ |
|
| * | API review: Rename numRects() -> rectCount() | Marius Storm-Olsen | 2009-11-09 | 1 | -8/+8 |
|
|
* | | Support OpenVG graphics systems that inherit from QVGPixmapData | Rhys Weatherley | 2009-11-11 | 1 | -3/+3 |
|/ |
|
* | Protect the OpenVG engine from null QPixmapData objects | Rhys Weatherley | 2009-11-02 | 3 | -0/+24 |
|
|
* | OpenVG pixmap filter classes don't need to be exported. | Rhys Weatherley | 2009-10-30 | 1 | -4/+4 |
|
|