16 Feb
2026
16 Feb
'26
10:58 p.m.
On Tue Feb 10 20:34:04 2026 +0000, Rémi Bernon wrote:
No, it's from 4.6 spec in compat mode, which is the only case where `glGetString( GL_EXTENSIONS )` returns a string. The problem is that it's only compat mode there and you depend on it for every context (even if for core contexts, that dependency is about particular error behavior). Also, it's not always the same. IIRC, things like MESA_EXTENSION_MAX_YEAR affect only legacy API.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10019#note_129779