summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+2
|\
| * Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-2/+2
* | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-021-3/+12
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-1/+3
|\
| * Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
* | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-4/+4
* | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-021-22/+2
* | Use an enum for versioning the opengl function backendsLars Knoll2016-03-021-4/+3
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-1/+10
* | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-1/+1
* | Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-3/+3
|\|
| * Avoid unnecessary detaching of the pending deletions list.Volker Krause2016-01-061-3/+3
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* Null out QOpenGLContext::screen upon screen disconnectLaszlo Agocs2015-09-221-2/+14
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-231-0/+22
* Use Q_GLOBAL_STATIC for QThreadStorage<QGuiGLThreadContext *>Sérgio Martins2015-06-191-5/+5
* Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-3/+17
* Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-271-1/+28
* QOpenGLContext: expose the shared global contextGiuseppe D'Angelo2015-02-121-0/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Avoid the initializeOpenGLFunctions() call after versionFunctions()Laszlo Agocs2015-02-071-12/+17
* Expose the ThreadedOpenGL cap to appsLaszlo Agocs2015-02-021-0/+15
* Expose context lossLaszlo Agocs2015-01-221-2/+11
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-6/+8
|\
| * Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-7/+5
|\|
| * Doc: corrected broken links qtbaseNico Vertriest2014-12-231-7/+5
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-3/+3
|\|
| * QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-10/+0
|\|
| * Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-201-10/+0
* | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-101-0/+1
|/
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add an option to share between TLWsLaszlo Agocs2014-09-101-2/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+4
|\
| * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-051-0/+4
* | Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-0/+6
* | Document the destroy/create behavior of QOpenGLContext::create()Laszlo Agocs2014-08-061-0/+3
* | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-041-11/+23
* | Fix a crash when using QtQuickControls with core profileBerthold Krevert2014-05-221-4/+25
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+2
|\|
| * Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-091-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-10/+16
|\|
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-8/+8
| * Remove internal public function from QOpenGLFunctionsLaszlo Agocs2014-04-171-2/+8
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-1/+61
|/
* Correct QOpenGLContext::versionFunctions() docsLaszlo Agocs2014-04-091-4/+6