summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-6/+36
|\
| * Some threading improvements to the GL moduleGunnar Sletta2010-02-171-6/+36
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-2/+2
|\ \ | |/ |/|
| * Fix several bugs with GL texture cacheTom Cooksey2010-02-121-2/+2
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-1/+3
|\ \ | |/
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-091-1/+3
| |\
| | * Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-041-1/+3
| | * Update license headers again.Jason McDonald2009-09-081-4/+4
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-6/+3
|\ \ \ | |/ /
| * | Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-01-291-6/+3
* | | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-16/+0
* | | Merge branch '4.6'Thiago Macieira2010-01-181-36/+59
|\ \ \ | |/ /
| * | Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-36/+59
* | | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\ \
| | * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | | Merge branch '4.6'Thiago Macieira2010-01-081-16/+18
|\ \ \ \ | |/ / /
| * | | Remove QGLShareRegister and transfer its functionality to QGLContextGroupRhys Weatherley2010-01-041-16/+9
| * | | Track which vertex attrib arrays are enabled in QGLContextPrivateTom Cooksey2009-12-301-0/+9
| |/ /
* | | Added support for OpenGL up to version 3.2 on Windows.Kim Motoyoshi Kalland2009-12-301-2/+16
|/ /
* | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGLTom Cooksey2009-12-151-0/+1
* | Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-101-0/+43
* | GLES 2 should *not* use a multisampled format by default.Trond Kjernåsen2009-12-091-3/+0
* | Export QGLShareRegister because qgl_share_reg() is exportedRhys Weatherley2009-12-091-1/+1
* | Detect GL2 paint engine based on fragment shaders, not programsRhys Weatherley2009-12-071-1/+2
* | Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-061-1/+15
* | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.Samuel Rødal2009-12-041-1/+2
* | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-041-0/+1
* | Fixed extension checks and usage of the GL 2 engine on old X11 systems.Trond Kjernåsen2009-11-161-1/+2
* | Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-151-0/+1
* | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-191-1/+5
* | Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-151-3/+1
* | Consistently use QGLShareContextScope for context switchingRhys Weatherley2009-10-051-48/+42
* | Merge QGLContextReference into QGLContextGroupRhys Weatherley2009-10-041-51/+20
* | Move QGLContextResource management into QGLContextGroupRhys Weatherley2009-10-041-10/+12
* | Add unit tests for QGLContextResourceRhys Weatherley2009-10-041-1/+1
* | Remove QHash overhead from QGLShareRegisterRhys Weatherley2009-10-021-6/+2
* | Remove unnecessary reference to QGLContextGroup::extensionFuncs()Rhys Weatherley2009-10-021-2/+0
* | Remove unnecessary function definition: qt_qgl_egl_display()Rhys Weatherley2009-10-011-2/+0
* | QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-3/+2
* | Add unit tests for QGLShareRegisterRhys Weatherley2009-10-011-1/+1
* | Start to separate the EGLSurface from QEglContext in QtOpenGLRhys Weatherley2009-09-241-0/+1
* | Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-161-2/+0
* | Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-141-5/+2
* | QGLWidget::fontDisplayListBase() is not supported under OpenGL/ESRhys Weatherley2009-09-131-0/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-091-4/+4
|\ \
| * | Update license headers again.Jason McDonald2009-09-091-4/+4
* | | Clean up shader programs properlyRhys Weatherley2009-09-091-1/+85
|/ /
* | Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-081-55/+1
* | Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-081-1/+3