| Commit message (Expand) | Author | Age | Files | Lines |
* | Clipping with rounded rectangles and QVG_SCISSOR_CLIP | Rhys Weatherley | 2010-06-02 | 1 | -4/+41 |
|
|
* | OpenVG blending modes from VG_KHR_advanced_blending extension | Rhys Weatherley | 2010-05-12 | 1 | -4/+83 |
|
|
* | correctly position glyphs for complex languages | Lars Knoll | 2010-04-21 | 1 | -32/+22 |
|
|
* | Fix RTL text rendering in the QVGPaintEngine | Alessandro Portale | 2010-04-16 | 1 | -2/+7 |
|
|
* | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 2 | -6/+6 |
|
|
* | Implement OpenVG buffer scrolling and enable it on Symbian. | Jason Barron | 2010-04-14 | 4 | -2/+36 |
|
|
* | Enable preserved swap behavior when surface is created due to resize. | Jason Barron | 2010-04-09 | 1 | -11/+13 |
|
|
* | Another "off by 1" problem in OpenVG - in paths this time. | Rhys Weatherley | 2010-03-30 | 1 | -19/+22 |
|
|
* | Fix another off-by-1 error in OpenVG image painting. | Rhys Weatherley | 2010-03-25 | 1 | -1/+1 |
|
|
* | Fix OpenVG build on non-Symbian platforms. | Rhys Weatherley | 2010-03-25 | 1 | -0/+2 |
|
|
* | Fix #ifdef logic for Symbian conversion functions in QVGPixmapData. | Jason Barron | 2010-03-22 | 1 | -9/+4 |
|
|
* | Change fromSymbianRSgImage() to use the newer version of RSgImage | Jason Barron | 2010-03-19 | 1 | -34/+31 |
|
|
* | Build OpenVG on Symbian with QVG_RECREATE_ON_SIZE_CHANGE. | Jason Barron | 2010-03-18 | 1 | -0/+2 |
|
|
* | Fix linking issues of QtOpenVG.dll | Alessandro Portale | 2010-03-16 | 2 | -21/+17 |
|
|
* | Added check for null pointer in qt_vg_unregister_pixmap. | Miikka Heikkinen | 2010-03-10 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 1 | -4/+0 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Remove drawCursorImage() from the OpenVG composition helper | Rhys Weatherley | 2009-10-30 | 2 | -37/+33 |
|
|
* | Make it possible to set the OpenVG swap interval | Rhys Weatherley | 2009-10-30 | 1 | -0/+7 |
|
|
* | Remove QVGEGLWindowSurfaceQImage from QtOpenVG | Rhys Weatherley | 2009-10-28 | 3 | -80/+2 |
|
|
* | Fix OpenVG window composition when opacity != 1 | Rhys Weatherley | 2009-10-27 | 1 | -20/+16 |
|
|