[Git][wine/wine][master] 7 commits: win32u: Extract pbuffer create/destroy to dedicated helpers.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1ae8d01f by Rémi Bernon at 2026-01-26T10:24:19+01:00 win32u: Extract pbuffer create/destroy to dedicated helpers. - - - - - d03443a1 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Generate function pointers with wrapper types. - - - - - a7845b89 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Move pbuffer handle allocation to the client side. - - - - - 72e0ea67 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Return early on memory allocation failure. - - - - - e3542767 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Move context handle allocation to the client side. - - - - - 5ae191a4 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Move current context error to the client wrapper. - - - - - df794368 by Rémi Bernon at 2026-01-26T10:24:19+01:00 opengl32: Move sync handle allocation to the client side. - - - - - 12 changed files: - dlls/opengl32/make_opengl - dlls/opengl32/private.h - dlls/opengl32/tests/opengl.c - dlls/opengl32/thunks.c - dlls/opengl32/unix_private.h - dlls/opengl32/unix_thunks.c - dlls/opengl32/unix_thunks.h - dlls/opengl32/unix_wgl.c - dlls/opengl32/wgl.c - dlls/win32u/opengl.c - include/wine/opengl_driver.h - include/wine/wgl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11952eef7d128c652918b3fde7b9c2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11952eef7d128c652918b3fde7b9c2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)