[Git][wine/wine][master] 5 commits: opengl32: Call get_integer hook after a successful unix call.
Alexandre Julliard pushed to branch master at wine / wine Commits: d80e5738 by Rémi Bernon at 2026-06-10T18:32:55+02:00 opengl32: Call get_integer hook after a successful unix call. Making sure any side effect such as setting GL error is handled by the unix side. - - - - - d8d0cfc1 by Rémi Bernon at 2026-06-10T18:33:01+02:00 opengl32: Add get_integer hooks to indexed glGet functions. - - - - - 60380d36 by Rémi Bernon at 2026-06-10T18:33:03+02:00 opengl32: Pass the returned unix value to get_integer hooks. - - - - - b8e848d9 by Rémi Bernon at 2026-06-10T18:33:06+02:00 opengl32: Hook more glGet functions with get_integer. - - - - - 1b45100d by Rémi Bernon at 2026-06-10T18:33:09+02:00 opengl32: Implement client / host mapping for buffer names. - - - - - 5 changed files: - dlls/opengl32/make_opengl - dlls/opengl32/private.h - dlls/opengl32/tests/opengl.c - dlls/opengl32/thunks.c - dlls/opengl32/wgl.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ed52d49ddbe0392f5c2e2d9bb3e8c9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ed52d49ddbe0392f5c2e2d9bb3e8c9... 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)