March 16, 2026
3:42 p.m.
Jacek Caban (@jacek) commented about include/wine/opengl_driver.h:
HGLRC client_context; /* client side context pointer */ void *driver_private; /* driver context / private data */ void *internal_context; /* driver context for win32u internal use */ + BOOLEAN extensions[GL_EXTENSION_COUNT]; /* available host extensions */
This is redundant, you're essentially storing the same information twice. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10019#note_132366