28 Jan
2026
28 Jan
'26
2:06 p.m.
Jacek Caban (@jacek) commented about dlls/opengl32/unix_thunks.c:
{ "glBinormal3svEXT", "GL_EXT_coordinate_frame\0", offsetof(struct opengl_funcs, p_glBinormal3svEXT) }, { "glBinormalPointerEXT", "GL_EXT_coordinate_frame\0", offsetof(struct opengl_funcs, p_glBinormalPointerEXT) }, { "glBitmapxOES", "GL_OES_fixed_point\0", offsetof(struct opengl_funcs, p_glBitmapxOES) }, + { "glBlendBarrier", "GL_ES_VERSION_3_2\0", offsetof(struct opengl_funcs, p_glBlendBarrier) },
"GL_ES_VERSION_3_2" doesn't make sense here, I think we should skip generating non-extension gles functions instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9987#note_128270