-
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.