Alexandre Julliard pushed to branch master at wine / wine
Commits: 158c506d by Rémi Bernon at 2025-03-12T14:07:42+01:00 opengl32: Generate pointer offsets in the extension registry.
- - - - - 078f0a8e by Rémi Bernon at 2025-03-12T14:07:42+01:00 opengl32: Generate ALL_(WGL|GL|GL_EXT)_FUNCS macros and prototypes.
And avoid using the win32u interface in wined3d, as it misses some functions that were only implemented on the PE side.
- - - - - 555d990e by Rémi Bernon at 2025-03-12T14:07:42+01:00 opengl32: Get rid of opengl_funcs internal structures.
- - - - - f66610f8 by Rémi Bernon at 2025-03-12T14:07:42+01:00 opengl32: Use ALL_GL(_EXT)_FUNCS to generate opengl_funcs table.
- - - - - a63d588c by Rémi Bernon at 2025-03-12T14:07:42+01:00 opengl32: Stop generating wine/wgl_driver.h.
- - - - -
18 changed files:
- .gitattributes - dlls/opengl32/make_opengl - dlls/opengl32/unix_private.h - dlls/opengl32/unix_thunks.c - dlls/opengl32/unix_wgl.c - dlls/opengl32/wgl.c - dlls/win32u/dibdrv/dc.c - dlls/win32u/opengl.c - dlls/wineandroid.drv/opengl.c - dlls/wined3d/adapter_gl.c - dlls/wined3d/wined3d_gl.h - dlls/winemac.drv/opengl.c - dlls/winewayland.drv/opengl.c - dlls/winex11.drv/opengl.c - include/Makefile.in - + include/wine/opengl_driver.h - include/wine/wgl.h - − include/wine/wgl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a2dabb1f985a925312176af98475c1...