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). -- v3: 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: Remove remaining glVertexAttribDivisor altenative. opengl32: Alias GL_ARB_texture_compression to GL_VERSION_1_3. opengl32: Alias GL_EXT_copy_texture and GL_VERSION_1_2. 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