| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-03-30 | 1 | -41/+56 |
|\ |
|
| * | Avoid having to create temporary QPixmaps when binding to texture | Tom Cooksey | 2010-03-26 | 1 | -1/+1 |
|
|
| * | Made QGLExtensions::glExtensions() thread-safe. | Trond Kjernåsen | 2010-03-12 | 1 | -2/+0 |
|
|
| * | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 1 | -0/+1 |
|
|
| * | Made QGLTextureCache::instance() threadsafe. | Trond Kjernåsen | 2010-03-11 | 1 | -1/+0 |
|
|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -1/+1 |
| |\ |
|
| * | | Fix build when egl.h includes X11 headers & pollutes namespace | Tom Cooksey | 2010-03-04 | 1 | -7/+1 |
|
|
| * | | Add and use QGLContextPrivate::eglSurfaceForDevice() | Tom Cooksey | 2010-03-02 | 1 | -0/+1 |
|
|
| * | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 1 | -6/+36 |
| |\ \ |
|
| | * | | Some threading improvements to the GL module | Gunnar Sletta | 2010-02-17 | 1 | -6/+36 |
|
|
| * | | | Merge branch '4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-17 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-12 | 1 | -1/+3 |
| |\ \ \ |
|
| * \ \ \ | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-09 | 1 | -6/+3 |
| |\ \ \ \ |
|
| * | | | | | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -16/+0 |
|
|
| * | | | | | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 1 | -36/+59 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-08 | 1 | -16/+18 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Added support for OpenGL up to version 3.2 on Windows. | Kim Motoyoshi Kalland | 2009-12-30 | 1 | -2/+16 |
|
|
* | | | | | | | | | Export QGLContextResource for use with Qt/3D | Rhys Weatherley | 2010-03-29 | 1 | -1/+1 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Preparation to enable OpenGLES 2.0 for Windows Mobile. | ninerider | 2010-02-27 | 1 | -3/+9 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Fix several bugs with GL texture cache | Tom Cooksey | 2010-02-12 | 1 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Kim Motoyoshi Kalland | 2010-02-09 | 1 | -1/+3 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Fixed bug where GL widget was not fully updated on Vista. | Kim Motoyoshi Kalland | 2010-02-04 | 1 | -1/+3 |
|
|
| * | | | | | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | | | | | Fix GL texture leaks when pixmaps are deleted | Tom Cooksey | 2010-01-29 | 1 | -6/+3 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -36/+59 |
| |_|_|/
|/| | | |
|
* | | | | 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 |
| | |/
| |/| |
|
* | | | Remove QGLShareRegister and transfer its functionality to QGLContextGroup | Rhys Weatherley | 2010-01-04 | 1 | -16/+9 |
|
|
* | | | Track which vertex attrib arrays are enabled in QGLContextPrivate | Tom Cooksey | 2009-12-30 | 1 | -0/+9 |
|/ / |
|
* | | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -0/+1 |
|
|
* | | Optimize our GL extension checks to avoid mallocs. | Trond Kjernåsen | 2009-12-10 | 1 | -0/+43 |
|
|
* | | GLES 2 should *not* use a multisampled format by default. | Trond Kjernåsen | 2009-12-09 | 1 | -3/+0 |
|
|
* | | Export QGLShareRegister because qgl_share_reg() is exported | Rhys Weatherley | 2009-12-09 | 1 | -1/+1 |
|
|
* | | Detect GL2 paint engine based on fragment shaders, not programs | Rhys Weatherley | 2009-12-07 | 1 | -1/+2 |
|
|
* | | Compressed texture binding for QtOpenGL: ETC1 and PVRTC | Rhys Weatherley | 2009-12-06 | 1 | -1/+15 |
|
|
* | | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms. | Samuel Rødal | 2009-12-04 | 1 | -1/+2 |
|
|
* | | Rebind window surface fbo after native GL rendering | Rhys Weatherley | 2009-12-04 | 1 | -0/+1 |
|
|
* | | Fixed extension checks and usage of the GL 2 engine on old X11 systems. | Trond Kjernåsen | 2009-11-16 | 1 | -1/+2 |
|
|
* | | Make isSharing() reset to false when context no longer sharing | Rhys Weatherley | 2009-11-15 | 1 | -0/+1 |
|
|
* | | Separate modification & destruction pixmap cleanup hooks | Tom Cooksey | 2009-10-19 | 1 | -1/+5 |
|
|
* | | Centralize all GL paint engine creations into qt_qgl_paint_engine() | Rhys Weatherley | 2009-10-15 | 1 | -3/+1 |
|
|
* | | Consistently use QGLShareContextScope for context switching | Rhys Weatherley | 2009-10-05 | 1 | -48/+42 |
|
|
* | | Merge QGLContextReference into QGLContextGroup | Rhys Weatherley | 2009-10-04 | 1 | -51/+20 |
|
|
* | | Move QGLContextResource management into QGLContextGroup | Rhys Weatherley | 2009-10-04 | 1 | -10/+12 |
|
|
* | | Add unit tests for QGLContextResource | Rhys Weatherley | 2009-10-04 | 1 | -1/+1 |
|
|
* | | Remove QHash overhead from QGLShareRegister | Rhys Weatherley | 2009-10-02 | 1 | -6/+2 |
|
|
* | | Remove unnecessary reference to QGLContextGroup::extensionFuncs() | Rhys Weatherley | 2009-10-02 | 1 | -2/+0 |
|
|
* | | Remove unnecessary function definition: qt_qgl_egl_display() | Rhys Weatherley | 2009-10-01 | 1 | -2/+0 |
|
|
* | | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -3/+2 |
|
|