Alexandre Julliard pushed to branch master at wine / wine
Commits: daa5b0b6 by Rémi Bernon at 2025-05-21T21:31:50+02:00 win32u: Pass opengl_funcs pointer to init_wgl_extensions.
- - - - - e5a278c9 by Rémi Bernon at 2025-05-21T21:31:50+02:00 win32u: Initialize opengl_funcs tables even on failure.
- - - - - f7b58607 by Rémi Bernon at 2025-05-21T21:31:50+02:00 win32u: Move the opengl_funcs tables out of the drivers.
- - - - - 4121f8e1 by Rémi Bernon at 2025-05-21T21:31:50+02:00 include: Generate EGL prototypes and ALL_EGL_FUNCS macro.
- - - - - 56a40e12 by Rémi Bernon at 2025-05-21T21:31:50+02:00 win32u: Load EGL and expose functions in opengl_funcs.
- - - - - 78e69d54 by Rémi Bernon at 2025-05-21T21:31:50+02:00 winewayland: Use the EGL functions loaded from win32u.
- - - - - 8f91df4c by Rémi Bernon at 2025-05-21T21:31:50+02:00 wineandroid: Use the EGL functions loaded from win32u.
- - - - -
17 changed files:
- configure - configure.ac - dlls/opengl32/make_opengl - dlls/win32u/driver.c - dlls/win32u/opengl.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/opengl.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/opengl.c - dlls/winewayland.drv/opengl.c - dlls/winewayland.drv/waylanddrv.h - dlls/winex11.drv/opengl.c - dlls/winex11.drv/x11drv.h - include/config.h.in - include/wine/gdi_driver.h - include/wine/opengl_driver.h - include/wine/wgl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/88defefcbe071f26c3d84d7bd520e8...