-
2b0fdf21
by Rémi Bernon at 2026-04-15T17:11:24+02:00
opengl32: Move major / minor version to the PE side context wrapper.
-
fb15ab3b
by Rémi Bernon at 2026-04-15T17:11:24+02:00
opengl32: Implement wglGetExtensionsString(ARB|EXT) on the PE side.
-
175f16cf
by Jacek Caban at 2026-04-15T17:11:24+02:00
opengl32: Move GL_NUM_EXTENSIONS to client side.
-
81ebeac5
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Remove unexposed extensions for functions registry.
Missing in !10472.
-
360f862c
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Rename ALL_GL_CLIENT_EXTS to ALL_GL_EXTS.
And remove useless previous ALL_GL_EXTS macro.
-
2658bec2
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Store extension_array as opengl_extension.
And move it to client context. Based on patch by Rémi Bernon.
-
b8cd8063
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Implement glGetStringi(GL_EXTENSIONS) on client side.
-
658e0b1a
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Initialize enabled / disabled OpenGL extensions struct.
Based on patch by Rémi Bernon.
-
4a8a7c07
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Use parse_extensions in filter_extensions.
-
2daef6fc
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Store core GL version separate from extensions in the function registry.
-
c2c03626
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Store extensions an an enum in functions registry.
-
4992bfda
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Introduce get_function_entry helper.
-
a3cfbd2c
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Always check available extensions in wrap_wglGetProcAddress.
With test fixes by Rémi Bernon.
-
874a9022
by Rémi Bernon at 2026-04-15T17:11:25+02:00
win32u: Query every OpenGL functions on initialization.
-
41862c55
by Jacek Caban at 2026-04-15T17:11:25+02:00
opengl32: Implement wglGetProcAddress on the client side.