| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 1 | -9/+4 |
|
|
* | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -102/+92 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2010-01-08 | 1 | -67/+67 |
|\ |
|
| * | Fixed indentation and typo. | Trond Kjernåsen | 2010-01-07 | 1 | -67/+67 |
|
|
* | | 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 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Improved initial startup time for a QGLWidget ontop of EGL/X11. | Trond Kjernåsen | 2010-01-06 | 1 | -5/+111 |
|/ |
|
* | Fix QGLWidgets created with an alpha channel on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -1/+1 |
|
|
* | Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -15/+31 |
|
|
* | Fix WA_TranslucentBackground for QGLWidgets on X11/EGL | Tom Cooksey | 2009-12-04 | 1 | -45/+73 |
|
|
* | Mark both the new and original EGL contexts as sharing | Rhys Weatherley | 2009-11-09 | 1 | -0/+2 |
|
|
* | Detect context sharing on EGL systems | Rhys Weatherley | 2009-11-09 | 1 | -0/+1 |
|
|
* | Added QImagePixmapCleanupHooks functions for enabling hooks. | Samuel Rødal | 2009-10-29 | 1 | -1/+2 |
|
|
* | Fix bug for message error "Texture updload failed, error code 0x500" | Stefano Pironato | 2009-10-28 | 1 | -1/+0 |
|
|
* | Make sure QGLTextureCache exists when creating surfaces for pixmaps | Tom Cooksey | 2009-10-20 | 1 | -0/+8 |
|
|
* | Add a new QX11GLPixmapData which renders to X pixmaps using GL | Tom Cooksey | 2009-10-19 | 1 | -1/+4 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-02 | 1 | -147/+186 |
|\ |
|
| * | Refactor retrieving the X11 visual for EGL | Eskil Abrahamsen Blomfeldt | 2009-10-01 | 1 | -74/+84 |
|
|
| * | Split EGL config selection & surface creation into seperate functions | Tom Cooksey | 2009-10-01 | 1 | -73/+102 |
|
|
* | | Make 16-bit graphicssystem opengl work | Gunnar Sletta | 2009-10-02 | 1 | -1/+11 |
|/ |
|
* | Move common EGL functions to qgl_egl.cpp | Rhys Weatherley | 2009-09-25 | 1 | -40/+0 |
|
|
* | Remove the storage of the EGLSurface from QEglContext | Rhys Weatherley | 2009-09-25 | 1 | -4/+9 |
|
|
* | Start to separate the EGLSurface from QEglContext in QtOpenGL | Rhys Weatherley | 2009-09-24 | 1 | -53/+6 |
|
|
* | Make QtOpenGL on X11/EGL less chatty with it's debug output | Tom Cooksey | 2009-09-16 | 1 | -5/+6 |
|
|
* | Performance: reduce TLS overhead of QGLContext::currentContext() | Rhys Weatherley | 2009-09-14 | 1 | -10/+3 |
|
|
* | Make an EGL context current when initializing GL extensions | Rhys Weatherley | 2009-09-10 | 1 | -0/+7 |
|
|
* | Don't yinvert pixmaps on eglx11 | Gunnar Sletta | 2009-09-10 | 1 | -3/+0 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Attempting to make EGL compile again and fix some potential | Gunnar Sletta | 2009-08-28 | 1 | -3/+7 |
|
|
* | | Fix drawTiledPixmap for texture_from_pixmap on X11/EGL | Tom Cooksey | 2009-08-21 | 1 | -0/+4 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Fix build on X11/EGL without XRender | Tom Cooksey | 2009-08-03 | 1 | -2/+4 |
|
|
* | | Support EGL_NOKIA_texture_from_pixmap on Harmattan | Tom Cooksey | 2009-07-29 | 1 | -8/+163 |
|
|
* | | Refactor texture_from_pixmap to not re-create the gl surface each bind | Tom Cooksey | 2009-07-29 | 1 | -2/+8 |
|
|
* | | Add an ARGB check for EGL-provided X visuals | Tom Cooksey | 2009-07-24 | 1 | -3/+20 |
|
|
* | | Fix build on Harmattan | Tom Cooksey | 2009-07-23 | 1 | -1/+1 |
|
|
* | | Use texture_from_pixmap on X11 & avoid copies | Tom Cooksey | 2009-07-22 | 1 | -0/+11 |
|
|
* | | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -3/+3 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+378 |
|
|
* | Make WA_TranslucentBackground work for QGLWidgets on X11/EGL | Tom Cooksey | 2009-05-28 | 1 | -11/+15 |
|
|
* | If EGL fails to provide a valid Visual ID, try XRender for ARGBs | Tom Cooksey | 2009-05-22 | 1 | -9/+55 |
|
|
* | Try to use the X11 visual ID provided by EGL | Tom Cooksey | 2009-05-22 | 1 | -30/+74 |
|
|
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+378 |
|
|