summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-241-1/+1
* Added documentation for QOpenGLContext and QOpenGLContextGroup.Samuel Rødal2012-02-231-43/+233
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Fixed typo in QOpenGLContext warning message.Samuel Rødal2012-02-061-1/+1
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+11
* qopenglcontext not checking for null and failing with platform minimalKurt Korbatits2012-02-021-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-271-2/+69
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Use QFunctionPointer in QOpenGLContext as well.Samuel Rødal2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-051-0/+13
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-071-4/+6
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-171-0/+1
* Ensure that QOpenGLMultiGroupSharedResources are cleaned upKent Hansen2011-11-151-17/+12
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Do not call swapBuffers when surfaceHandle is NULL.Laszlo Agocs2011-10-181-1/+3
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+3
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-121-0/+11
* Clean up shared resources immediately as the last context is destroyed.Samuel Rødal2011-09-011-12/+21
* Cause fatal error when trying to make a context current in wrong thread.Samuel Rødal2011-08-301-0/+3
* Added some documentation for internal OpenGL resource handling classes.Samuel Rødal2011-08-301-0/+51
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-0/+531