aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2019-05-20 14:12:54 +0200
committerMarek Olšák <[email protected]>2019-07-19 20:04:06 -0400
commitff0cafc8f3ae85b9bc604334082da999a0abb2a0 (patch)
treef19875710a65d07843a95636dfebe259d4bb288c /src/mapi
parent5fb9c9d628ef4a1ddc3be2e1bbe84fe5387693e7 (diff)
mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/EXT_direct_state_access.xml16
-rw-r--r--src/mapi/glapi/gen/static_data.py2
2 files changed, 18 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 cbbb80805ed..8cb7fac1d85 100644
--- a/src/mapi/glapi/gen/EXT_direct_state_access.xml
+++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml
@@ -116,6 +116,22 @@
<param name="params" type="float *" />
</function>
+ <function name="GetTextureLevelParameterivEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="level" type="GLint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLint *" />
+ </function>
+
+ <function name="GetTextureLevelParameterfvEXT">
+ <param name="texture" type="GLuint" />
+ <param name="target" type="GLenum" />
+ <param name="level" type="GLint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="float *" />
+ </function>
+
<function name="TextureParameteriEXT">
<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 da01b15f1f5..29a80afbe20 100644
--- a/src/mapi/glapi/gen/static_data.py
+++ b/src/mapi/glapi/gen/static_data.py
@@ -1498,6 +1498,8 @@ offsets = {
"TextureParameterfEXT": 1462,
"TextureParameterfvEXT": 1463,
"GetTextureImageEXT": 1464,
+ "GetTextureLevelParameterivEXT": 1465,
+ "GetTextureLevelParameterfvEXT": 1466,
}
functions = [