Skip to content

Commit

Permalink
files: updates to latest specifications
Browse files Browse the repository at this point in the history
closes: Dav1dde#355
  • Loading branch information
Dav1dde committed Jan 31, 2022
1 parent f302831 commit 0148445
Showing 4 changed files with 1,307 additions and 730 deletions.
16 changes: 12 additions & 4 deletions glad/files/egl.xml
Original file line number Diff line number Diff line change
@@ -1055,6 +1055,14 @@
<enums namespace="EGL" start="0x34D0" end="0x34DF" vendor="ANGLE" comment="Reserved for Peng Huang - ANGLE (via github pull request)">
<unused start="0x34D0" end="0x34DF"/>
</enums>

<enums namespace="EGL" start="0x34E0" end="0x34EF" vendor="Huawei" comment="Reserved for Openharmony OS (via github pull request)">
<unused start="0x34E0" end="0x34EF"/>
</enums>

<enums namespace="EGL" start="0x34F0" end="0x34FF" vendor="ANGLE" comment="Reserved for Ken Russell - ANGLE (via github pull request)">
<unused start="0x34F0" end="0x34FF"/>
</enums>
<!-- Please remember that new enumerant allocations must be obtained by
request to the Khronos API registrar (see comments at the top of this
file) File requests in the Khronos Bugzilla, EGL project, Registry
@@ -1064,8 +1072,8 @@

<!-- Reservable for future use. To generate a new range, allocate multiples
of 16 starting at the lowest available point in this block. -->
<enums namespace="EGL" start="0x34E0" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x34E0" end="0x3FFF"/>
<enums namespace="EGL" start="0x3500" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x3500" end="0x3FFF"/>
</enums>

<enums namespace="EGL" start="0x8F70" end="0x8F7F" vendor="HI" comment="For Mark Callow, Khronos bug 4055. Shared with GL.">
@@ -1995,8 +2003,8 @@
<param><ptype>EGLDisplay</ptype> <name>dpy</name></param>
<param><ptype>EGLStreamKHR</ptype> <name>stream</name></param>
<param><ptype>EGLint</ptype> <name>num_modifiers</name></param>
<param><ptype>EGLuint64KHR</ptype> *<name>modifiers</name></param>
<param><ptype>EGLAttrib</ptype> *<name>attrib_list</name></param>
<param>const <ptype>EGLuint64KHR</ptype> *<name>modifiers</name></param>
<param>const <ptype>EGLAttrib</ptype> *<name>attrib_list</name></param>
</command>
<command>
<proto><ptype>EGLint</ptype> <name>eglQueryStreamConsumerEventNV</name></proto>
8 changes: 6 additions & 2 deletions glad/files/gl.xml
Original file line number Diff line number Diff line change
@@ -6920,6 +6920,10 @@ typedef unsigned int GLhandleARB;
<unused start="0x96D0" end="0x96DF" vendor="ARM"/>
</enums>

<enums namespace="GL" start="0x96E0" end="0x96EF" vendor="ANGLE" comment="Reserved for Ken Russell - ANGLE (via github pull request)">
<unused start="0x96E0" end="0x96EF" vendor="ANGLE"/>
</enums>

<!-- Enums reservable for future use. To reserve a new range, allocate one
or more multiples of 16 starting at the lowest available point in this
block and note it in a new <enums> block immediately above.
@@ -6929,8 +6933,8 @@ typedef unsigned int GLhandleARB;
file) File requests in the Khronos Bugzilla, OpenGL project, Registry
component. -->

<enums namespace="GL" start="0x96E0" end="99999" vendor="ARB" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
<unused start="0x96E0" end="99999" comment="RESERVED"/>
<enums namespace="GL" start="0x96F0" end="99999" vendor="ARB" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
<unused start="0x96F0" end="99999" comment="RESERVED"/>
</enums>

<!-- Historical large block allocations, all unused except (in older days) by IBM -->
Loading

0 comments on commit 0148445

Please sign in to comment.