summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2019-06-04 14:11:46 +0200
committerMarek Olšák <[email protected]>2019-06-28 15:41:34 -0400
commit360ef827651bdc0da4b8ac251f3f048b1cab60d7 (patch)
treea482ca3c447605fe6c60317cc765da532166e7ef /src/mapi/glapi
parent29194648a6afc2cd681e3f5d1643ca49220b7975 (diff)
mesa: add glTextureParameteri/iv/f/fvEXT
Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/EXT_direct_state_access.xml42
-rw-r--r--src/mapi/glapi/gen/static_data.py6
2 files changed, 48 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/EXT_direct_state_access.xml b/src/mapi/glapi/gen/EXT_direct_state_access.xml
index 37f443bb9b5..63ce189c766 100644
--- a/src/mapi/glapi/gen/EXT_direct_state_access.xml
+++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml
@@ -102,6 +102,48 @@
<!-- OpenGL 1.1 -->
+ <function name="GetTextureParameterivEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLint *" />
+ </function>
+
+ <function name="GetTextureParameterfvEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="float *" />
+ </function>
+
+ <function name="TextureParameteriEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="int" />
+ </function>
+
+ <function name="TextureParameterivEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="const GLint *" />
+ </function>
+
+ <function name="TextureParameterfEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="float" />
+ </function>
+
+ <function name="TextureParameterfvEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="const float *" />
+ </function>
+
<function name="TextureSubImage2DEXT">
<param name="texture" type="GLuint" />
<param name="target" type="GLenum" />
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
index 006b5bb8152..2372f991edd 100644
--- a/src/mapi/glapi/gen/static_data.py
+++ b/src/mapi/glapi/gen/static_data.py
@@ -1481,6 +1481,12 @@ offsets = {
"TextureSubImage2DEXT": 1445,
"CompressedTextureSubImage2DEXT": 1446,
"MapNamedBufferEXT": 1447,
+ "GetTextureParameterivEXT": 1448,
+ "GetTextureParameterfvEXT": 1449,
+ "TextureParameteriEXT": 1450,
+ "TextureParameterivEXT": 1451,
+ "TextureParameterfEXT": 1452,
+ "TextureParameterfvEXT": 1453,
}
functions = [