| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|