summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-05-31 15:52:57 +0200
committerSamuel Pitoiset <[email protected]>2017-06-07 11:04:16 +0200
commita9600318ee044dcac16e7c5251a2a916f39b508f (patch)
tree517f802003bbdee5534577674137a2084ac1a211 /src/mapi/glapi
parentd496b879eda3cd05b860fdd69e4cf3e0c1f38b2d (diff)
mesa: add KHR_no_error support for glBlitFramebuffer()
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_framebuffer_object.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_framebuffer_object.xml b/src/mapi/glapi/gen/ARB_framebuffer_object.xml
index 76114eb32a2..26f495f8bb9 100644
--- a/src/mapi/glapi/gen/ARB_framebuffer_object.xml
+++ b/src/mapi/glapi/gen/ARB_framebuffer_object.xml
@@ -271,7 +271,7 @@
<glx vendorpriv="1428"/>
</function>
- <function name="BlitFramebuffer" es2="3.0">
+ <function name="BlitFramebuffer" es2="3.0" no_error="true">
<param name="srcX0" type="GLint"/>
<param name="srcY0" type="GLint"/>
<param name="srcX1" type="GLint"/>