dolphin/Source/Core/Common/GL
Link Mauve fc47091592 Remove GLX support
EGL is the de-facto GL context initialization API, including on X11
where it provides many additional features over GLX.

I’m planning on adding support for selecting the GPU (adapter in
Dolphin-speak) also to OpenGL, similarly to the Vulkan backend, and that
will require EGL, so let’s remove the legacy API first.
2026-04-20 16:19:45 +02:00
..
GLExtensions linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
GLInterface Remove GLX support 2026-04-20 16:19:45 +02:00
GLContext.cpp Remove GLX support 2026-04-20 16:19:45 +02:00
GLContext.h Remove GLX support 2026-04-20 16:19:45 +02:00
GLUtil.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GLUtil.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GLX11Window.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GLX11Window.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00