| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Use vgClear() to clear the background during screen compositing. | Rhys Weatherley | 2009-10-27 | 1 | -18/+46 |
|
|
* | Optimize QVGPixmapDropShadowFilter by removing colorize step | Rhys Weatherley | 2009-10-19 | 3 | -52/+25 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 6 | -55/+166 |
|\ |
|
| * | Implement the strength parameter for OpenVG colorize filters | Rhys Weatherley | 2009-10-16 | 3 | -54/+40 |
|
|
| * | qt_paint_device_metric() for fetching metrics | Rhys Weatherley | 2009-10-15 | 1 | -1/+1 |
|
|
| * | Improve scissor clipping in the OpenVG engine | Rhys Weatherley | 2009-10-13 | 1 | -0/+4 |
|
|
| * | Explicitly request the alpha mask in the EGL configuration | Rhys Weatherley | 2009-10-13 | 1 | -0/+4 |
|
|
| * | Implement qDrawPixmaps for the OpenVG paint engine. | Rhys Weatherley | 2009-10-13 | 2 | -0/+117 |
|
|
* | | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy(). | Samuel Rødal | 2009-10-14 | 2 | -0/+7 |
|/ |
|
* | Make it possible to implement engine-specific drop shadow filters | Rhys Weatherley | 2009-10-05 | 2 | -30/+17 |
|
|
* | Make QPF's implementation of alphaMapForGlyph() consistent. | Rhys Weatherley | 2009-09-29 | 1 | -14/+0 |
|
|
* | Remove the storage of the EGLSurface from QEglContext | Rhys Weatherley | 2009-09-25 | 1 | -7/+5 |
|
|
* | Push the "lazy doneCurrent" logic down from QtOpenVG into QEgl | Rhys Weatherley | 2009-09-24 | 3 | -108/+29 |
|
|
* | Fix cubic paths in OpenVG | Rhys Weatherley | 2009-09-23 | 1 | -3/+3 |
|
|
* | Avoid calling ensureContext() in setGeometry. | Jason Barron | 2009-09-23 | 1 | -1/+0 |
|
|
* | Modify functions for native pixmap data conversion on Symbian. | Jason Barron | 2009-09-23 | 2 | -129/+141 |
|
|
* | Calculate scissor correctly in OpenVG engine | Rhys Weatherley | 2009-09-21 | 1 | -1/+1 |
|
|
* | Accelerate drawRoundedRect() for the OpenVG paint engine | Rhys Weatherley | 2009-09-20 | 2 | -0/+100 |
|
|
* | Adding support for symbian graphics resources. | Aleksandar Sasha Babic | 2009-09-18 | 2 | -1/+191 |
|
|
* | Colorize filter for OpenVG doesn't currently support strength() | Rhys Weatherley | 2009-09-18 | 1 | -0/+3 |
|
|
* | Reduce overhead of paint engine-specific pixmap filters | Rhys Weatherley | 2009-09-16 | 2 | -12/+28 |
|
|
* | Fix crash in QVGSharedContext shutdown | Rhys Weatherley | 2009-09-16 | 1 | -0/+4 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 13 | -52/+52 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 11 | -143/+143 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 2 | -26/+26 |
|
|
* | Destroy EGL window surface when direct VG surface is deleted | Rhys Weatherley | 2009-08-30 | 1 | -0/+6 |
|
|
* | Improved QPainter API for allowing native painting in GL / VG. | Samuel Rødal | 2009-08-26 | 2 | -33/+33 |
|
|
* | Don't dereference VGImage's that come from QVGPixmapData | Rhys Weatherley | 2009-08-25 | 1 | -1/+9 |
|
|