Alexandre Julliard pushed to branch master at wine / wine
Commits: ad129ee3 by Rémi Bernon at 2025-08-22T12:05:54+02:00 opengl32: Hook glGet(Booleanv|Doublev|Floatv|Integer64v).
They can in theory be used to retrieve the same parameter than glGetIntegerv, with a different result type.
- - - - - e939df0a by Rémi Bernon at 2025-08-22T12:05:59+02:00 opengl32: Share wgl_context structure definition with win32u.
- - - - - 02613ee1 by Rémi Bernon at 2025-08-22T12:06:00+02:00 opengl32: Keep track of draw/read framebuffer binding.
- - - - - ba951534 by Rémi Bernon at 2025-08-22T12:06:03+02:00 opengl32: Return the tracked FBOs when using FBO surfaces.
- - - - -
7 changed files:
- dlls/opengl32/make_opengl - dlls/opengl32/unix_private.h - dlls/opengl32/unix_thunks.c - dlls/opengl32/unix_thunks.h - dlls/opengl32/unix_wgl.c - dlls/win32u/opengl.c - include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/277defd17df6bd4c1cad77c26fc550...