[Git][wine/wine][master] 9 commits: opengl32: Remove deprecated WGL_RENDERER_ID_WINE constant.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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(a)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. - - - - - 8 changed files: - dlls/opengl32/make_opengl - dlls/opengl32/unix_thunks.c - dlls/opengl32/winegl.xml - dlls/win32u/opengl.c - dlls/winemac.drv/opengl.c - dlls/winex11.drv/opengl.c - include/wine/opengl_driver.h - include/wine/wgl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c1bafaa02329442df1aba576e2884c... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c1bafaa02329442df1aba576e2884c... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)