glapi: move EXT_texture_storage to the right position
I somehow thought this list was sorted roughly alphabetical, but it's actually sorted by the extension number. Whoops, let's fix that. Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27452>
This commit is contained in:

committed by
Marge Bot

parent
fff6d332d9
commit
2683038b1c
@@ -12557,9 +12557,6 @@
|
||||
|
||||
<xi:include href="NV_copy_image.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<xi:include href="EXT_texture_storage.xml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<xi:include href="EXT_vertex_attrib_64bit.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<xi:include href="AMD_depth_clamp_separate.xml"
|
||||
@@ -12686,6 +12683,9 @@
|
||||
<function name="FramebufferFetchBarrierEXT" es2="2.0"/>
|
||||
</category>
|
||||
|
||||
<xi:include href="EXT_texture_storage.xml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<!-- Unnumbered extensions sorted by name. -->
|
||||
|
||||
<category name="GL_AMD_framebuffer_multisample_advanced">
|
||||
|
Reference in New Issue
Block a user