aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 10:56:19 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commit2a4d5dce74ab7138a8e124a28a9eac69a9d96e5d (patch)
tree568fd856e76a4907b0f9454e3b4359bf92a18c97 /src/mapi/glapi
parent68c43ae8b2026acca482639292b3a673fb06ef6f (diff)
mesa: add KHR_no_error support to glTextureView()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_texture_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_texture_view.xml b/src/mapi/glapi/gen/ARB_texture_view.xml
index 4215fc5bd54..0c20ef97d89 100644
--- a/src/mapi/glapi/gen/ARB_texture_view.xml
+++ b/src/mapi/glapi/gen/ARB_texture_view.xml
@@ -7,7 +7,7 @@
<category name="GL_ARB_texture_view" number="124">
- <function name="TextureView">
+ <function name="TextureView" no_error="true">
<param name="texture" type="GLuint"/>
<param name="target" type="GLenum"/>
<param name="origtexture" type="GLuint"/>