[Git][wine/wine][master] 5 commits: opengl32: Generate a thunks.h file for extern declarations.
Alexandre Julliard pushed to branch master at wine / wine Commits: d94e6c2a by Rémi Bernon at 2026-04-30T16:25:21+02:00 opengl32: Generate a thunks.h file for extern declarations. - - - - - 8d19224d by Rémi Bernon at 2026-04-30T16:25:21+02:00 opengl32: Implement wglMakeCurrent with wglMakeContextCurrentARB. - - - - - 733ff599 by Rémi Bernon at 2026-04-30T16:25:21+02:00 opengl32: Implement wglCreateContext with wglCreateContextAttribsARB. - - - - - 789f5803 by Rémi Bernon at 2026-04-30T16:25:21+02:00 opengl32: Move context thread id checks to the PE side. - - - - - 10ee571d by Rémi Bernon at 2026-04-30T16:25:22+02:00 opengl32: Generate code to call the get_integer hooks. - - - - - 12 changed files: - dlls/opengl32/make_opengl - dlls/opengl32/private.h - dlls/opengl32/tests/opengl.c - dlls/opengl32/thunks.c - + dlls/opengl32/thunks.h - dlls/opengl32/unix_thunks.c - dlls/opengl32/unix_thunks.h - dlls/opengl32/unix_wgl.c - dlls/opengl32/unixlib.h - dlls/opengl32/wgl.c - dlls/win32u/opengl.c - include/wine/opengl_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2be7717684d7e7e72b25888d9e4ed9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2be7717684d7e7e72b25888d9e4ed9... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)