aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-08 12:01:33 +1000
committerTimothy Arceri <[email protected]>2017-05-17 10:12:03 +1000
commit3336d248e833280badcae52909b5b2e69f359d8b (patch)
treebd14c757b3d3cf191abf87d3552a0d556435046b /src/mapi
parent4e8aa4b9a205a21f1f87e29557e796d8664fa131 (diff)
mesa: add KHR_no_error support for NamedFramebufferTexture
V3: use frame_buffer_texture() helper Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 2f3d60fecf7..2f2ba20b7d4 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -171,7 +171,7 @@
<param name="param" type="GLint" />
</function>
- <function name="NamedFramebufferTexture">
+ <function name="NamedFramebufferTexture" no_error="true">
<param name="framebuffer" type="GLuint" />
<param name="attachment" type="GLenum" />
<param name="texture" type="GLuint" />