summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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