summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-261-0/+275
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-2/+2
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QOpenGLContextGroup object leakJian Liang2013-01-141-7/+18
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-121-1/+1
* Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-081-3/+16
* Relax QOpenGLContext::swapBuffers() conditions.Samuel Rødal2012-11-081-15/+1
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-1/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Added link to the OpenGL window example from the QOpenGLContext docs.Samuel Rødal2012-09-111-0/+3
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-311-6/+6
* Doc: Fix wording in \brief section.Kim Motoyoshi Kalland2012-08-311-2/+2
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-4/+0
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-091-0/+32
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-041-0/+34
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+6
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-161-2/+2
* Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-1/+8
* Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-151-0/+2
* 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