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
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for using static EGL libraries on VxWorks
Karim Pinter
2025-03-18
1
-1
/
+1
*
QQOpenGLProgramBinaryCache: split FdWrapper to fix a Coverity UNINIT warning
Marc Mutz
2025-03-11
1
-12
/
+27
*
QCbor/JsonValue: add toStringView()
Marc Mutz
2025-02-20
1
-2
/
+2
*
Make module ready for source SBOM checking
Lucie Gérard
2025-01-27
2
-2
/
+2
*
Drop a limitation for R8/RG8 formats for Mesa in hasOpenGLFeature
Laszlo Agocs
2025-01-23
1
-6
/
+2
*
Replace QPair/qMakePair with std::pair in qtbase/gui
Isak Fyksen
2025-01-09
2
-11
/
+11
*
doc: Fix links to OpenGL functions
David Boddie
2024-12-03
1
-359
/
+359
*
CMake: Add PURL and CPE info to 3rd party attribution files
Alexandru Croitor
2024-11-15
1
-2
/
+6
*
Add REUSE.toml files
Lucie Gérard
2024-11-05
1
-0
/
+7
*
Clear VxWorks MESA display artifacts on startup
Michał Łoś
2024-10-15
1
-0
/
+15
*
Gui: Make more logging categories static
Ulf Hermann
2024-06-24
1
-1
/
+1
*
Logging: Introduce a macro to declare an exported Qt logging category
Ulf Hermann
2024-06-07
1
-1
/
+1
*
Don't include windows.h in the public qopengl.h header
Volker Hilsheimer
2024-01-16
1
-11
/
+30
*
QOpenGLWidget: use (and prefer) InvalidateFramebuffer
Giuseppe D'Angelo
2023-07-25
2
-10
/
+22
*
rhi: Introduce multiview starting with OpenGL (ES)
Laszlo Agocs
2023-06-22
2
-1
/
+7
*
rhi: Make it a QPA-style private but semi-public API
Laszlo Agocs
2023-05-21
1
-1
/
+1
*
Misc.: Fix some narrowing integral conversion warnings
Ahmad Samir
2023-04-25
2
-5
/
+6
*
Default NVidia EGL to GLES2
Allan Sandfeld Jensen
2023-04-12
1
-2
/
+6
*
rhi: Add support for half precision vertex atttributes
Ben Fletcher
2023-02-27
2
-2
/
+6
*
Add QEGLContext::invalidateContext
Thomas Senyk
2023-01-12
1
-1
/
+5
*
Doc: Fix qt_attribution.json files using Path for files
Kai Köhne
2023-01-10
1
-2
/
+2
*
OpenGL: add support for Win11 detection
Yuhang Zhao
2022-10-30
1
-12
/
+5
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
OpenGL: Remove pre-Win10 leftovers
Yuhang Zhao
2022-09-30
1
-9
/
+0
*
qputenv: port to QByteArrayView
Marc Mutz
2022-08-06
1
-1
/
+1
*
Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcb
Ilya Fedin
2022-07-05
1
-0
/
+4
*
Add a way to declare _exported_ logging categories
Giuseppe D'Angelo
2022-06-27
1
-1
/
+1
*
Port QXlibEglIntegration::getCompatibleVisualId to xcb
Ilya Fedin
2022-06-20
2
-163
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
22
-836
/
+44
*
QtGui: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-28
1
-1
/
+1
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
3
-28
/
+32
*
egl: Remove the disabling of surfaceless contexts for Mesa
Laszlo Agocs
2022-04-27
1
-9
/
+0
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-1
/
+1
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
2
-0
/
+2
*
qopengl.h: Move C header #include(s) out of the QT_NAMESPACE
Patrick Stewart
2022-01-22
1
-2
/
+1
*
rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATS
Laszlo Agocs
2022-01-06
2
-1
/
+11
*
Revert "Add support for EGL_EXT_platform_xcb"
Paul Olav Tvete
2021-11-02
1
-4
/
+0
*
gui: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
gl: Try the local CacheLocation when the shared one fails
Laszlo Agocs
2021-10-08
2
-20
/
+45
*
Add support for EGL_EXT_platform_xcb
Ilya Fedin
2021-10-06
1
-0
/
+4
*
Cater for upstream changes in eglplatform.h
Laszlo Agocs
2021-09-21
1
-1
/
+5
*
Remove conditioning on Android embedded
Edward Welbourne
2021-09-17
2
-4
/
+4
*
Expose the config and display for EGL-based QOpenGLContexts
Laszlo Agocs
2021-09-13
1
-0
/
+2
*
Support EGL protected content extension
Elvis Lee
2021-03-09
1
-0
/
+11
*
egl: Add debug option to print all EGLConfigs
Laszlo Agocs
2021-02-08
1
-0
/
+15
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
4
-62
/
+0
*
Fix links to OpenGL documentation
Andreas Buhr
2020-12-08
1
-199
/
+199
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-1
/
+1
*
Rename the new platform APIs from QPlatformInterface to QNativeInterface
Tor Arne Vestbø
2020-10-07
1
-1
/
+1
*
Switch QSurfaceFormat::colorSpace to a QColorSpace
Allan Sandfeld Jensen
2020-09-15
1
-8
/
+15
[next]