Skip to content

Commit

Permalink
Reserve enums 0x3530-0x353F for MESA (KhronosGroup#165) (KhronosGroup…
Browse files Browse the repository at this point in the history
…#168)

Signed-off-by: Simon Zeni <[email protected]>

Signed-off-by: Simon Zeni <[email protected]>
  • Loading branch information
bl4ckb0ne authored Aug 11, 2022
1 parent 3a0afb2 commit e20565c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions egl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,11 @@
<unused start="0x3500" end="0x352F"/>
</enums>

<enums namespace="EGL" start="0x3530" end="0x353F" vendor="MESA" comment="Reserved for Simon Zeni (PR 165)">
<enum value="0x3530" name="EGL_GL_TEXTURE_CUBE_MAP_MESA"/>
<unused start="0x3531" end="0x353F"/>
</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
Expand All @@ -1077,8 +1082,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="0x3530" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x3530" end="0x3FFF"/>
<enums namespace="EGL" start="0x3540" end="0x3FFF" vendor="KHR" comment="Reserved for future use">
<unused start="0x3540" end="0x3FFF"/>
</enums>

<enums namespace="EGL" start="0x8F70" end="0x8F7F" vendor="HI" comment="For Mark Callow, Khronos bug 4055. Shared with GL.">
Expand Down

0 comments on commit e20565c

Please sign in to comment.