summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/es_EXT.xml
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-02-17 07:36:58 -0500
committerIlia Mirkin <[email protected]>2016-02-22 10:38:56 -0500
commit571bd9ac4280b0d3c10281e9899afb33bc67d589 (patch)
tree9f471616209a45bc4f6239f9ac93d984180ff01b /src/mapi/glapi/gen/es_EXT.xml
parentb6654831c36f9780e6bcd23bb211470ec0db7de2 (diff)
mesa: add GL_EXT_texture_border_clamp support
This extension is identical to GL_OES_texture_border_clamp. But dEQP has tests that want the EXT variant. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/es_EXT.xml')
-rw-r--r--src/mapi/glapi/gen/es_EXT.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index fb0ef05f853..178f7c027bc 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -817,6 +817,36 @@
</function>
</category>
+<category name="GL_EXT_texture_border_clamp" number="182">
+
+ <!-- The *TexParameter* functions are added in EXT_texture_integer -->
+
+ <function name="SamplerParameterIivEXT" es2="3.0" alias="SamplerParameterIiv">
+ <param name="sampler" type="GLuint"/>
+ <param name="pname" type="GLenum"/>
+ <param name="params" type="const GLint *"/>
+ </function>
+
+ <function name="SamplerParameterIuivEXT" es2="3.0" alias="SamplerParameterIuiv">
+ <param name="sampler" type="GLuint"/>
+ <param name="pname" type="GLenum"/>
+ <param name="params" type="const GLuint *"/>
+ </function>
+
+ <function name="GetSamplerParameterIivEXT" es2="3.0" alias="GetSamplerParameterIiv">
+ <param name="sampler" type="GLuint"/>
+ <param name="pname" type="GLenum"/>
+ <param name="params" type="GLint *"/>
+ </function>
+
+ <function name="GetSamplerParameterIuivEXT" es2="3.0" alias="GetSamplerParameterIuiv">
+ <param name="sampler" type="GLuint"/>
+ <param name="pname" type="GLenum"/>
+ <param name="params" type="GLfloat *"/>
+ </function>
+
+</category>
+
<category name="GL_EXT_draw_elements_base_vertex" number="204">
<function name="DrawElementsBaseVertexEXT" alias="DrawElementsBaseVertex"