This flags the GLES extension lacking thunks as unsupported for now, they can be enabled later on but it needs more careful inspection of the thunks to make sure they are correctly classified with all the special cases we have. The extension lists will later be used for host / client extension separation and filtering, (in a similar fashion as winevulkan). -- v2: opengl32: Add more extension aliases manually. opengl32: Support GLES and pass through extensions. opengl32: Parse extension aliases from the registry. opengl32: Generate GL/WGL/EGL extension list macros. opengl32: Implement command alias lookup on the PE side. opengl32: Don't generate thunks for unexposed functions. opengl32: Update make_opengl to latest spec revision. https://gitlab.winehq.org/wine/wine/-/merge_requests/9987