summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-3/+3
* Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-161-151/+0
* Move QOpenGLVersionProfile to its own filesJohan Klokkhammer Helsing2020-02-221-167/+0
* QOpenGLContext: Remove QGL helpersJohan Klokkhammer Helsing2020-02-111-39/+0
* QOpenGLContext: use extraFunctions instead of versioned functionsJohan Klokkhammer Helsing2020-01-281-19/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
|\
| * Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* | Remove QOpenGLTextureHelper dependency from QOpenGLContextJohan Klokkhammer Helsing2020-01-201-4/+6
|/
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-28/+28
* QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-121-5/+6
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-3/+0
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-081-3/+0
| |\
| | * eglfs: Fix raster windowsLaszlo Agocs2019-08-071-3/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| |\|
| | * Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-2/+1
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
|/ /
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-1/+1
|\|
| * QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+2
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-4/+3
|/
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* Update QOpenGLContext::currentContext after QPlatformOpenGLContext::makeCurrentTor Arne Vestbø2018-09-091-10/+8
* Make QOpenGLContext::makeCurrent use early exit for all its flowTor Arne Vestbø2018-09-081-44/+42
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+3
* Fix documentation issue for QOpenGLContext::makeCurrentTor Arne Vestbø2018-08-151-1/+1
* Be more explicit about the effects of swapBuffers() on the current contextTor Arne Vestbø2018-08-061-1/+2
* Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+1
|\
| * Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+3
|\|
| * iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-071-1/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-0/+1
|\|
| * Enable glyph cache workaround for GC2000 as wellLaszlo Agocs2017-11-071-0/+1
* | Add debug operators for QOpenGLVersionProfile QOpenGLContext(Group)Friedemann Kleint2017-05-171-0/+55
|/
* Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-051-0/+34
* Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+3
* 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