mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 23:00:11 +01:00
Added a couple missing always_array annotations and a couple trival
enum-only extensions.
This commit is contained in:
parent
596ccff699
commit
5ee2f9aed4
1 changed files with 16 additions and 4 deletions
|
|
@ -2835,7 +2835,7 @@
|
|||
<param name="textures" type="const GLuint *" count="n"/>
|
||||
<param name="residences" type="GLboolean *" output="true"/>
|
||||
<return type="GLboolean"/>
|
||||
<glx sop="143"/>
|
||||
<glx sop="143" always_array="true"/>
|
||||
</function>
|
||||
|
||||
<function name="BindTexture" offset="307">
|
||||
|
|
@ -2853,7 +2853,7 @@
|
|||
<function name="GenTextures" offset="328">
|
||||
<param name="n" type="GLsizei"/>
|
||||
<param name="textures" type="GLuint *" output="true"/>
|
||||
<glx sop="145"/>
|
||||
<glx sop="145" always_array="true"/>
|
||||
</function>
|
||||
|
||||
<function name="IsTexture" offset="330">
|
||||
|
|
@ -6562,7 +6562,7 @@
|
|||
<param name="textures" type="const GLuint *" count="n"/>
|
||||
<param name="residences" type="GLboolean *" output="true"/>
|
||||
<return type="GLboolean"/>
|
||||
<glx vendorpriv="11"/>
|
||||
<glx vendorpriv="11" always_array="true"/>
|
||||
</function>
|
||||
|
||||
<function name="BindTextureEXT" alias="BindTexture">
|
||||
|
|
@ -6581,7 +6581,7 @@
|
|||
<function name="GenTexturesEXT" offset="440">
|
||||
<param name="n" type="GLsizei"/>
|
||||
<param name="textures" type="GLuint *" output="true"/>
|
||||
<glx vendorpriv="13"/>
|
||||
<glx vendorpriv="13" always_array="true"/>
|
||||
</function>
|
||||
|
||||
<function name="IsTextureEXT" offset="441">
|
||||
|
|
@ -8138,9 +8138,21 @@
|
|||
|
||||
<!-- Extension number 177 is a WGL extension. -->
|
||||
<!-- Extension number 180 is not listed in the extension registry. -->
|
||||
|
||||
<category name="GL_SUN_convolution_border_modes" number="182">
|
||||
<enum name="WRAP_BORDER_SUN" value="0x81D4"/>
|
||||
</category>
|
||||
|
||||
<!-- Extension number 183 is a GLX extension. -->
|
||||
<!-- Extension number 184 is not listed in the extension registry. -->
|
||||
|
||||
<category name="GL_EXT_texture_lod_bias" number="186">
|
||||
<enum name="TEXTURE_LOD_BIAS_EXT" value="0x8501">
|
||||
<size name="TexParameterfv" count="1"/>
|
||||
<size name="TexParameteriv" count="1"/>
|
||||
</enum>
|
||||
</category>
|
||||
|
||||
<category name="GL_EXT_texture_filter_anisotropic" number="187">
|
||||
<enum name="TEXTURE_MAX_ANISOTROPY_EXT" value="0x84FE">
|
||||
<size name="TexParameterfv" count="1"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue