Update OpenGL/EGL registries #314
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OpenGL: d38ff693f3e99ac5a61e3858de76c6c02976fa67
EGL: 3ae2b7c48690d2ce13cc6db3db02dfc0572be65e
==============
Doing a full Registry update.
I found the registries out-of-date when trying to utilize
GL_MESA_sampler_objects, and libepoxy fails to find an implementation of glGenSamplers() (in a GLES2 context).I used https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/506 with recognition of name "GL_MESA_sampler_objects" added in.
Adding the snippet containing this extension, and directly updating XMLs, both work here.