diff options
author | Ian Romanick <[email protected]> | 2011-10-03 13:09:51 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 09:52:45 -0700 |
commit | 386e2f32895b5e66982fc4c18a636ceabfb762fd (patch) | |
tree | 99b4fae74f6266bd4f2440968d342460a92b99a5 | |
parent | 27e55805fbc4b11331c402b1185d097a2564f6b1 (diff) |
mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspec
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | src/mesa/main/APIspec.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 1b8dae396ba..68e6535ae7a 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -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"/> |