index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
kernel
/
qopenglcontext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazily create global share context when Qt::AA_ShareOpenGLContexts is set
Tor Arne Vestbø
24 hours
1
-4
/
+8
*
For qdebug operator<< of pointer types, always check for nullptr
Daniel Trevitz
7 days
1
-2
/
+2
*
QOpenGlContext: Always unset current context in doneCurrent()
David Redondo
2025-01-24
1
-5
/
+5
*
Gui: fix memory leak in QGuiGLThreadContext
Tim Blechmann
2024-04-23
1
-0
/
+3
*
wasm: Document and test OpenGLContext limitations
Even Oscar Andersen
2024-03-22
1
-0
/
+16
*
Add Python-specific note to QOpenGLContext::aboutToBeDestroyed() documentation
Friedemann Kleint
2023-09-15
1
-0
/
+5
*
rhi: Make it a QPA-style private but semi-public API
Laszlo Agocs
2023-05-21
1
-0
/
+1
*
QOpenGLContext: Handle versionFunctions like other data
Laszlo Agocs
2023-01-24
1
-4
/
+3
*
Sanitize the order of things in QOpenGLContext destroy()
Laszlo Agocs
2023-01-24
1
-9
/
+23
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
QOpenGLContext: de-inline virtual dtors of private classes
Marc Mutz
2022-07-13
1
-0
/
+18
*
Fix improper moc includes inside the Qt namespace
Thiago Macieira
2022-06-19
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Use member function instead of template function to resolve native interface
Tor Arne Vestbø
2021-07-17
1
-4
/
+3
*
Enable glyph cache workaround for Apple M-family of GPUs
Tor Arne Vestbø
2021-06-18
1
-1
/
+2
*
Type erase native interfaces via string instead of typeid
Tor Arne Vestbø
2021-05-20
1
-2
/
+2
*
Rejig native interface plumbing
Tor Arne Vestbø
2021-05-12
1
-0
/
+26
*
doc: Update and flesh out native interface docs
Tor Arne Vestbø
2020-10-18
1
-3
/
+5
*
Rename the new platform APIs from QPlatformInterface to QNativeInterface
Tor Arne Vestbø
2020-10-07
1
-3
/
+3
*
Doc: Fix documentation warnings for Qt GUI
Topi Reinio
2020-08-28
1
-1
/
+1
*
Introduce QWindow::paintEvent with QPA plumbing
Tor Arne Vestbø
2020-08-26
1
-6
/
+0
*
Fix doc signature in QOpenGLContext
Laszlo Agocs
2020-08-03
1
-1
/
+1
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-2
/
+2
*
Introduce platform API abstraction for QOpenGLContext
Tor Arne Vestbø
2020-07-02
1
-92
/
+25
*
Enable access to the VAO resolvers through QOpenGLContextPrivate
Giuseppe D'Angelo
2020-06-22
1
-0
/
+7
*
Clarify ResetNotification in QSurfaceFormat a bit
Laszlo Agocs
2020-04-24
1
-0
/
+8
*
Get rid of QT_OPENGL_ES*
Eskil Abrahamsen Blomfeldt
2020-04-17
1
-3
/
+3
*
Move versioned OpenGL functions from QtGui to QtOpenGL
Johan Klokkhammer Helsing
2020-04-16
1
-151
/
+0
*
Move QOpenGLVersionProfile to its own files
Johan Klokkhammer Helsing
2020-02-22
1
-167
/
+0
*
QOpenGLContext: Remove QGL helpers
Johan Klokkhammer Helsing
2020-02-11
1
-39
/
+0
*
QOpenGLContext: use extraFunctions instead of versioned functions
Johan Klokkhammer Helsing
2020-01-28
1
-19
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-1
/
+1
|
\
|
*
Doc/QtGui: replace some 0 with \nullptr
Christian Ehrlicher
2020-01-26
1
-1
/
+1
*
|
Remove QOpenGLTextureHelper dependency from QOpenGLContext
Johan Klokkhammer Helsing
2020-01-20
1
-4
/
+6
|
/
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-28
/
+28
*
QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()
Marc Mutz
2019-09-12
1
-5
/
+6
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-08-13
1
-3
/
+0
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-08-08
1
-3
/
+0
|
|
\
|
|
*
eglfs: Fix raster windows
Laszlo Agocs
2019-08-07
1
-3
/
+0
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-19
1
-1
/
+1
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-18
1
-1
/
+1
|
|
\
|
|
|
*
Tie QPlatformOpenGLContext to its QOpenGLContext before initializing
Tor Arne Vestbø
2019-07-17
1
-1
/
+1
*
|
|
QtGui: port from QMutex::Recursive to QRecursiveMutex
Marc Mutz
2019-07-06
1
-2
/
+1
*
|
|
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-1
/
+1
|
/
/
*
|
Doc: replace even more null/0/nullptr with \nullptr macro
Christian Ehrlicher
2019-05-08
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-15
1
-1
/
+1
|
\
|
|
*
QOpenGLContext: fix docs about sharing
Giuseppe D'Angelo
2019-03-13
1
-1
/
+1
*
|
QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentation
Christian Ehrlicher
2019-02-20
1
-1
/
+2
*
|
QtGui: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-02-02
1
-4
/
+3
|
/
*
Documentation: Add \nullptr macro and use where applicable
Friedemann Kleint
2019-01-10
1
-1
/
+1
[next]