-
e180dc28
by Rémi Bernon at 2025-10-09T22:37:47+02:00
opengl32: Remove deprecated WGL_RENDERER_ID_WINE constant.
GLX_RENDERER_ID_MESA has been removed from GLX_MESA_query_renderer v9.
-
8b0a9499
by Vasiliy Stelmachenok at 2025-10-09T22:37:47+02:00
opengl32: Generate entry points for EGL_EXT_device_drm extension.
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
-
34ced80b
by Rémi Bernon at 2025-10-09T22:37:47+02:00
win32u: Enumerate and initialize EGL devices as separate platforms.
-
ac68b1cd
by Vasiliy Stelmachenok at 2025-10-09T22:37:47+02:00
win32u: Stub WGL_WINE_query_renderer when EGL devices are supported.
-
3ae7c2b6
by Vasiliy Stelmachenok at 2025-10-09T22:37:47+02:00
win32u: Implement wglQueryCurrentRenderer* with wglQueryRenderer*.
-
86b74a48
by Rémi Bernon at 2025-10-09T22:37:47+02:00
win32u: Initialize some renderer properties with EGL devices.
Based on a patch from Vasiliy Stelmachenok.
-
bf3cc244
by Rémi Bernon at 2025-10-09T22:37:47+02:00
win32u: Check maximum context versions with EGL devices.
Based on a patch from Vasiliy Stelmachenok.
-
06477dfa
by Rémi Bernon at 2025-10-09T22:37:47+02:00
win32u: Check renderer version and video memory from EGL devices.
Based on a patch from Vasiliy Stelmachenok.
-
9d94ae5d
by Vasiliy Stelmachenok at 2025-10-09T22:37:47+02:00
win32u: Implement wglQueryRendererStringWINE with EGL devices.