summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2019-09-09 17:14:18 +0200
committerPierre-Eric Pelloux-Prayer <[email protected]>2019-10-18 10:26:26 +0200
commit78b65343e85accface55b60ee26d46df4933afa9 (patch)
tree8ab1a2b13d076b29959e62707f89702a14cb008f /src/mapi/glapi
parentc2d6f61f26c60f1cd2c61c4e350d38015660c2fd (diff)
mesa: add EXT_dsa + EXT_gpu_shader4 functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/EXT_direct_state_access.xml6
1 files changed, 6 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 1a987e3cd0a..4e1bd241ee0 100644
--- a/src/mapi/glapi/gen/EXT_direct_state_access.xml
+++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml
@@ -1156,5 +1156,11 @@
<param name="pname" type="GLenum" />
<param name="params" type="GLuint*" />
</function>
+
+ <!-- EXT_gpu_shader4 -->
+ <!--
+ ProgramUniform*EXT functions are added in EXT_separate_shader_objects.xml
+ -->
+
</category>
</OpenGLAPI>