summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-19 11:57:22 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commitad427f54aa8881e206bbe504c2fa20a6f95c3dc8 (patch)
treea080c8793b0471e783a83fc221c1bc6fdb0e9eff /src/mapi
parent488af1292ac4834fbd372ef45c87cb7fbc2b381c (diff)
mesa: add KHR_no_error support to glDeleteTextures()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-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 4d0211a33c7..60505e57b9f 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -3339,7 +3339,7 @@
<glx rop="4117"/>
</function>
- <function name="DeleteTextures" es1="1.0" es2="2.0">
+ <function name="DeleteTextures" es1="1.0" es2="2.0" no_error="true">
<param name="n" type="GLsizei" counter="true"/>
<param name="textures" type="const GLuint *" count="n"/>
<glx sop="144"/>