14 Feb
2026
14 Feb
'26
9:03 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/opengl.c:
display_funcs.p_context_destroy = win32u_context_destroy; display_funcs.p_context_reset = win32u_context_reset;
+ register_extension( wgl_extensions, ARRAY_SIZE(wgl_extensions), "WGL_ARB_multisample" );
Should we check for GL_ARB_multisample as the winemac driver does? This could be done in init_device_info maybe, where we create contexts (it needs to check that the initialized device is the display device one). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10103#note_129684