summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\
| * qopenglcontext_p.h: Fix Clang warning about include resolutionFriedemann Kleint2017-10-111-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+1
| |\
| | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-081-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+7
| |\|
| | * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-0/+7
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+2
|/ /
* | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-021-1/+1
* | Use an enum for versioning the opengl function backendsLars Knoll2016-03-021-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Null out QOpenGLContext::screen upon screen disconnectLaszlo Agocs2015-09-221-0/+2
* Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-0/+2
* Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-271-0/+1
* 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