summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-041-3/+0
* Add a way to share context between QtQuick and QtWidgetsJocelyn Turcotte2014-04-021-0/+20
* Fix some documentation errors.Friedemann Kleint2014-03-241-2/+2
* Return false on context creation failureLaszlo Agocs2014-03-201-3/+3
* Docs: Clarify QOpenGLFunctions::functions()Laszlo Agocs2014-03-151-0/+3
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-7/+8
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+8
* Clarify QOpenGLContext::format() docsLaszlo Agocs2014-03-071-0/+14
* Doc fixPaul Olav Tvete2014-03-061-6/+4
* Dynamic GL: Query gl handle and type via the native interfaceLaszlo Agocs2014-03-061-1/+15
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-3/+73
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-21/+29