Alexandre Julliard pushed to branch master at wine / wine Commits: 2ba04390 by Rémi Bernon at 2026-02-02T20:09:51+01:00 opengl32: Update make_opengl to latest spec revision. - - - - - 7db20999 by Rémi Bernon at 2026-02-02T20:09:55+01:00 opengl32: Don't generate thunks for unexposed functions. - - - - - a0b23508 by Rémi Bernon at 2026-02-02T20:09:57+01:00 opengl32: Alias GL_EXT_copy_texture and GL_VERSION_1_2. Instead of overriding the function itself. Native NVIDIA driver doesn't advertize the extension but supports the functions nonetheless. - - - - - c3c29c42 by Rémi Bernon at 2026-02-02T20:10:02+01:00 opengl32: Alias GL_ARB_texture_compression to GL_VERSION_1_3. Instead of overriding the function. - - - - - 8fd63faf by Rémi Bernon at 2026-02-02T20:10:06+01:00 opengl32: Remove remaining glVertexAttribDivisor altenative. Caffeine on Steam only offers DX11 and DX12 mode, it's unlikely needing this anymore. - - - - - 9bf3752d by Rémi Bernon at 2026-02-02T20:10:09+01:00 opengl32: Generate GL/WGL/EGL extension list macros. - - - - - 10a239ff by Rémi Bernon at 2026-02-02T20:10:11+01:00 opengl32: Parse extension aliases from the registry. - - - - - fdc7abea by Rémi Bernon at 2026-02-02T20:10:14+01:00 opengl32: Support GLES and pass through extensions. - - - - - 0bc87152 by Rémi Bernon at 2026-02-02T20:10:16+01:00 opengl32: Add more extension aliases manually. - - - - - 7 changed files: - dlls/opengl32/make_opengl - dlls/opengl32/tests/opengl.c - dlls/opengl32/thunks.c - dlls/opengl32/unix_thunks.c - dlls/opengl32/unix_wgl.c - dlls/opengl32/unixlib.h - include/wine/wgl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79daf2a72cb6c79e6b0b23529cc0ec... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79daf2a72cb6c79e6b0b23529cc0ec... You're receiving this email because of your account on gitlab.winehq.org.