Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correctly remove the egl alpha surface flags in meego graphics system. | Michael Dominic K | 2010-10-13 | 1 | -1/+3 | |
| | | | | | Merge-request: 856 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | Proper dither & proper alpha checking. | Michael Dominic K | 2010-10-13 | 1 | -4/+4 | |
| | | | | | Merge-request: 854 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | In meego graphics system, use always 16bit textures. | Michael Dominic K | 2010-10-13 | 1 | -8/+40 | |
| | | | | | | | Use GL_RGB16 for no-alpha images and RGBA4 for alpha images. Merge-request: 854 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | Live texture updates to meegographicssystem plugin. | Michael Dominic K | 2010-10-07 | 6 | -0/+302 | |
| | | | | | Merge-request: 848 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | Qt headers must be included before X11 headers | Benjamin Poulain | 2010-09-21 | 1 | -3/+3 | |
| | | | | | | | X11 symbols are conflicting with some of the Qt ones. Qt headers needs to be included before the X11 ones in order to compile on Maemo. Reviewed-by: Samuel Rødal | |||||
* | Fixed compilation of MeeGo graphics system without eglext.h | Samuel Rødal | 2010-09-17 | 1 | -1/+0 | |
| | | | | | | We don't rely on this header, so there's no need to include it. Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com> | |||||
* | Fixed missing background for regular Qt applications with MeeGo system. | Samuel Rødal | 2010-09-14 | 1 | -1/+0 | |
| | | | | | | | | Setting NoSystemBackground means that top-level widget backgrounds don't get painted any more. Another work-around must be found to prevent flickering. Reviewed-by: Gunnar Sletta | |||||
* | Use QFactoryLoader to ensure we get the correct graphics system plugin. | Samuel Rødal | 2010-09-10 | 1 | -8/+8 | |
| | | | | Also, this prevents hard-coding the path to the meego plugin. | |||||
* | 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 | 9 | -148/+149 | |
| | ||||||
* | 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 | |
From http://www.gitorious.com/meego-graphics/meego-graphics |