| Commit message (Expand) | Author | Age | Files | Lines |
* | Pre-create the GL share widget before window surface creation. | Michael Dominic K | 2011-01-04 | 1 | -6/+2 |
|
|
* | Use a different dither distribution matrix + a bit of rand. | Michael Dominic K | 2010-12-08 | 1 | -4/+7 |
|
|
* | Make sure QMeeGoGraphicsSystem::setTranslucent can't be called if surface alr... | Michael Dominic K | 2010-12-08 | 1 | -1/+8 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-16 | 1 | -1/+1 |
|
|
* | Coding style: bang cleanup. | Michael Dominic K | 2010-11-11 | 1 | -10/+10 |
|
|
* | Removed call to glFinish, obsoleted by fence syncs. | Michael Dominic K | 2010-11-11 | 1 | -1/+0 |
|
|
* | Plugin-side support for creating/destroying/waiting on fence sync. | Michael Dominic K | 2010-11-11 | 4 | -13/+49 |
|
|
* | Added MeeGo graphicssystem entry points for KHR_fence_sync. | Michael Dominic K | 2010-11-11 | 2 | -2/+76 |
|
|
* | Trailing whitespace fixes. | Michael Dominic K | 2010-11-11 | 3 | -15/+15 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -1/+1 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -2/+2 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-03 | 1 | -3/+3 |
|
|
* | Use 32bit textures for alpha textures after all. | Michael Dominic K | 2010-11-02 | 2 | -2/+21 |
|
|
* | One more fix for dithering. | Michael Dominic K | 2010-11-02 | 1 | -8/+8 |
|
|
* | 32bit => 16bit conversion has 4byte-aligned output. | Michael Dominic K | 2010-10-29 | 1 | -4/+15 |
|
|
* | Do not support QImage::Format_ARGB32 in meego gfx for egl images. | Michael Dominic K | 2010-10-28 | 1 | -2/+1 |
|
|
* | Use QVarLengthArray to store accumulator data. | Michael Dominic K | 2010-10-28 | 1 | -2/+12 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-10-25 | 1 | -3/+3 |
|
|
* | For meego graphics system, use floyd-steinberg dithering when converting to 1... | Michael Dominic K | 2010-10-22 | 3 | -24/+278 |
|
|
* | Adding ::scroll capabilities to live pixmaps. | Michael Dominic K | 2010-10-21 | 2 | -3/+70 |
|
|
* | Major refactoring: creating a new QPixmapData subclass for live textures. | Michael Dominic K | 2010-10-21 | 7 | -232/+334 |
|
|
* | In meego, support Format_RGB32 too for eglShared images. | Michael Dominic K | 2010-10-21 | 1 | -2/+3 |
|
|
* | In meego graphics system remove a redundant check. | Michael Dominic K | 2010-10-18 | 1 | -1/+1 |
|
|
* | Removing glFinish calls in eglSharedImage code. Not needed anymore. | Michael Dominic K | 2010-10-18 | 1 | -10/+0 |
|
|
* | ::copy on the QMeeGoPixmapData creates a raster-backed pixmap. | Michael Dominic K | 2010-10-18 | 5 | -2/+124 |
|
|
* | Correctly handle both 16bit and 32bit live pixmaps in meego graphics system. | Michael Dominic K | 2010-10-13 | 2 | -5/+13 |
|
|
* | Correctly remove the egl alpha surface flags in meego graphics system. | Michael Dominic K | 2010-10-13 | 1 | -1/+3 |
|
|
* | Proper dither & proper alpha checking. | Michael Dominic K | 2010-10-13 | 1 | -4/+4 |
|
|
* | In meego graphics system, use always 16bit textures. | Michael Dominic K | 2010-10-13 | 1 | -8/+40 |
|
|
* | Add support for Qt::WA_TranslucentBackground with OpenVG on Symbian^3 | Jason Barron | 2010-10-12 | 1 | -0/+8 |
|
|
* | Live texture updates to meegographicssystem plugin. | Michael Dominic K | 2010-10-07 | 6 | -0/+302 |
|
|
* | Qt headers must be included before X11 headers | Benjamin Poulain | 2010-09-21 | 1 | -3/+3 |
|
|
* | Fixed compilation of MeeGo graphics system without eglext.h | Samuel Rødal | 2010-09-17 | 1 | -1/+0 |
|
|
* | Fixed missing background for regular Qt applications with MeeGo system. | Samuel Rødal | 2010-09-14 | 1 | -1/+0 |
|
|
* | Use QFactoryLoader to ensure we get the correct graphics system plugin. | Samuel Rødal | 2010-09-10 | 1 | -8/+8 |
|
|
* | Updated license headers for meego graphics system. | Samuel Rødal | 2010-09-10 | 8 | -56/+272 |
|
|
* | Fixed compilation and API of meego graphics system. | Samuel Rødal | 2010-09-10 | 10 | -148/+153 |
|
|
* | Renamed meego graphics system files. | Samuel Rødal | 2010-09-10 | 9 | -0/+0 |
|
|
* | Imported meego graphics system sources. | Samuel Rødal | 2010-09-10 | 9 | -0/+738 |
|
|
* | Introduce QtOpenGL module for Symbian. | Jani Hautakangas | 2010-08-20 | 1 | -0/+2 |
|
|
* | Enable QX11GLWindowSurface using "-graphicssystem x11gl" option | Tom Cooksey | 2010-04-26 | 1 | -3/+11 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-02-23 | 1 | -2/+7 |
|\ |
|
| * | Reduced the memory footprint of qttrace files. | Samuel Rødal | 2010-02-18 | 1 | -2/+7 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-02-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -2/+2 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-01-21 | 12 | -12/+12 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 12 | -12/+12 |
|
|
* | | Fix symbian building to always have a pre-determined uid3 | Thomas Zander | 2010-01-19 | 1 | -0/+1 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-13 | 1 | -0/+2 |
|\ |
|
| * | Added UIDs to projects lacking them | Miikka Heikkinen | 2009-11-04 | 1 | -0/+2 |
|
|