mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspec
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
27e55805fb
commit
386e2f3289
1 changed files with 1 additions and 5 deletions
|
|
@ -307,6 +307,7 @@
|
|||
<desc name="pname">
|
||||
<value name="GL_TEXTURE_MIN_FILTER"/>
|
||||
<value name="GL_TEXTURE_MAG_FILTER"/>
|
||||
<value name="GL_TEXTURE_MAX_ANISOTROPY_EXT" category="EXT_texture_filter_anisotropic"/>
|
||||
</desc>
|
||||
|
||||
<desc name="pname" category="GLES1.1">
|
||||
|
|
@ -318,11 +319,6 @@
|
|||
</desc>
|
||||
</desc>
|
||||
|
||||
<desc name="pname" category="EXT_texture_filter_anisotropic">
|
||||
<value name="GL_TEXTURE_MAX_ANISOTROPY_EXT"/>
|
||||
<desc name="params" vector_size="1"/>
|
||||
</desc>
|
||||
|
||||
<desc name="pname" category="OES_draw_texture">
|
||||
<value name="GL_TEXTURE_CROP_RECT_OES"/>
|
||||
<desc name="params" vector_size="4"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue