aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_API.xml
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-03 16:40:39 +1000
committerTimothy Arceri <[email protected]>2017-05-17 10:12:03 +1000
commit70aa66f1819bb7edae12e053577284c2ba050ce8 (patch)
tree5fb3431ad4644c15333f8980f8b212a872c6155a /src/mapi/glapi/gen/gl_API.xml
parent35a9b9a70c90436105d702e0da0b8e99a27c4b8b (diff)
mesa: add KHR_no_error support for glUseProgram
V3: use always_inline attribute (Suggested by Nicolai) Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index a304ac0e4d9..50d60f53da6 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -5500,7 +5500,7 @@
<glx ignore="true"/>
</function>
- <function name="UseProgram" es2="2.0">
+ <function name="UseProgram" es2="2.0" no_error="true">
<param name="program" type="GLuint"/>
<glx ignore="true"/>
</function>