| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.7' into qt-4.8-from-4.7 | Jani Hautakangas | 2011-06-22 | 1 | -1/+0 |
|\ |
|
| * | Simplify texture pooling logic in GL graphics system. | Jani Hautakangas | 2011-06-09 | 1 | -1/+0 |
|
|
| * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Retain ABI and API compatibility when Qt is built with EGL. | Michał Zając | 2011-05-13 | 1 | -1/+1 |
|
|
* | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|/ / |
|
* | | Compile fixes for GL ES and Mac | con | 2011-04-05 | 1 | -12/+20 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into HEAD | Thiago Macieira | 2011-03-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Initial implementation of GLES2.0 resource pooling | Jani Hautakangas | 2011-03-15 | 1 | -0/+1 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | Move the Lighthouse specfic api into qpa_qpa.cpp | Jørgen Lind | 2010-11-26 | 1 | -0/+2 |
|
|
* | | Lighthouse: Fix QGLContext::currentContext for systems with limited | Jørgen Lind | 2010-11-24 | 1 | -0/+5 |
|
|
* | | Lighthouse: move the currentContext functionality to QPlatformGLContext | Jørgen Lind | 2010-11-22 | 1 | -0/+8 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Prevented race condition on texture destruction. | Samuel Rødal | 2010-11-08 | 1 | -0/+1 |
|
|
* | | Remove dependency of OpenGL Utility Library (GLU). | Bjørn Erik Nilsen | 2010-08-10 | 1 | -4/+0 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-07-06 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Remove warning. | Trond Kjernåsen | 2010-07-02 | 1 | -1/+1 |
|
|
| * | Rework how QGLTextureGlyphCache makes use of the resource system. | Trond Kjernåsen | 2010-07-02 | 1 | -0/+1 |
|
|
| * | Rework the internal GL resource system yet again. | Trond Kjernåsen | 2010-07-02 | 1 | -0/+1 |
|
|
* | | Add qDebug() operator for QGLFormat | Harald Fernengel | 2010-06-25 | 1 | -0/+7 |
|/ |
|
* | Added OpenGL 3.3 and 4.0 recognition to QGLFormat | Sebastian Hartte | 2010-06-03 | 1 | -1/+3 |
|
|
* | Added workarounds for two MBX/SGX specific GL ES bugs/problems. | Trond Kjernåsen | 2010-05-14 | 1 | -0/+1 |
|
|
* | QX11GL: Move the shared context ownership into a seperate class | Tom Cooksey | 2010-04-22 | 1 | -0/+1 |
|
|
* | Support building with desktop OpenGL managed via EGL | Tom Cooksey | 2010-04-14 | 1 | -1/+1 |
|
|
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -1/+1 |
|
|
* | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 1 | -0/+1 |
|\ |
|
| * | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -0/+1 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Merge branch '4.6' | Thiago Macieira | 2010-01-08 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Remove QGLShareRegister and transfer its functionality to QGLContextGroup | Rhys Weatherley | 2010-01-04 | 1 | -1/+1 |
|
|
| * | | Track which vertex attrib arrays are enabled in QGLContextPrivate | Tom Cooksey | 2009-12-30 | 1 | -0/+1 |
| |/ |
|
* | | Added support for OpenGL up to version 3.2 on Windows. | Kim Motoyoshi Kalland | 2009-12-30 | 1 | -3/+20 |
|/ |
|
* | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -0/+1 |
|
|
* | Optimized animated blur radii in the GL 2 paint engine. | Samuel Rødal | 2009-11-02 | 1 | -0/+1 |
|
|
* | Add a new QX11GLPixmapData which renders to X pixmaps using GL | Tom Cooksey | 2009-10-19 | 1 | -0/+1 |
|
|
* | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -0/+2 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-09-09 | 1 | -4/+4 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Clean up shader programs properly | Rhys Weatherley | 2009-09-09 | 1 | -0/+1 |
|/ |
|
* | Cleanup of QGLPaintDevice before it goes in | Tom Cooksey | 2009-09-08 | 1 | -1/+0 |
|
|
* | Make QGLFramebufferObject work again using new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -1/+3 |
|
|
* | Replace QGLDrawable with a new QGLPaintDevice | Tom Cooksey | 2009-09-08 | 1 | -0/+2 |
|
|
* | Added a public function to enforce usage og the old GL engine. | Trond Kjernåsen | 2009-09-08 | 1 | -0/+3 |
|
|
* | Remove extra invalid semi-colon | Thiago Macieira | 2009-09-07 | 1 | -1/+1 |
|
|
* | Performance: Convert QGLFormat to use implicit sharing | Rhys Weatherley | 2009-09-07 | 1 | -2/+2 |
|
|
* | Code cleanup: remove friend declarations for non-existent functions | Rhys Weatherley | 2009-09-06 | 1 | -4/+0 |
|
|