[Mesa-dev] [PATCH] mapi: add missing no_error tag to glBlitNamedFramebuffer()

Timothy Arceri tarceri at itsqueeze.com
Tue Jul 18 00:27:15 UTC 2017


Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

On 18/07/17 06:40, Samuel Pitoiset wrote:
> Fixes: 6fedb31785 ("mesa: add KHR_no_error support for glBlitNamedFramebuffer()")
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.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-dev mailing list