Mesa (master): mapi: add missing no_error tag to glBlitNamedFramebuffer()

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Tue Jul 18 08:11:55 UTC 2017


Module: Mesa
Branch: master
Commit: 838b9c21d4311d83824cd7ade4b5130915762bb1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=838b9c21d4311d83824cd7ade4b5130915762bb1

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Mon Jul 17 22:40:49 2017 +0200

mapi: add missing no_error tag to glBlitNamedFramebuffer()

Fixes: 6fedb31785 ("mesa: add KHR_no_error support for glBlitNamedFramebuffer()")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index cf33ee3873..0c34b63854 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -247,7 +247,7 @@
       <param name="stencil" type="GLint" />
    </function>
 
-   <function name="BlitNamedFramebuffer">
+   <function name="BlitNamedFramebuffer" no_error="true">
       <param name="readFramebuffer" type="GLuint" />
       <param name="drawFramebuffer" type="GLuint" />
       <param name="srcX0" type="GLint" />




More information about the mesa-commit mailing list