summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-0/+3
* Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-201-3/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+1
|\
| * Initialize member.Gunnar Sletta2014-08-081-0/+1
* | Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-0/+1
* | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-041-0/+3
* | Remove tracking of the current fboLaszlo Agocs2014-06-021-2/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+4
|\|
| * Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-091-1/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-1/+1
|\|
| * Remove unneeded ;Albert Astals Cid2014-04-241-1/+1
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-0/+2
|/
* Add a way to share context between QtQuick and QtWidgetsJocelyn Turcotte2014-04-021-0/+3
* Fix race condition in QOpenGLMultiGroupSharedResourceLiang Jian2014-03-271-0/+1
* Long live QOpenGLTexture!Sean Harmer2013-09-221-0/+3
* Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-291-0/+7
* Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
* OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-261-0/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-091-0/+11
* Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-3/+3
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-091-0/+3
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-041-1/+3
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-2/+0
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-091-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-271-2/+21
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-171-0/+1
* Ensure that QOpenGLMultiGroupSharedResources are cleaned upKent Hansen2011-11-151-6/+1
* Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-121-0/+2
* Clean up shared resources immediately as the last context is destroyed.Samuel Rødal2011-09-011-0/+2
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-291-1/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-0/+230