Quoting Brian Paul (2018-07-27 14:19:13)
> We need to pass the new flip_y argument.
> ---
>  src/mesa/drivers/x11/xm_buffer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/x11/xm_buffer.c 
> b/src/mesa/drivers/x11/xm_buffer.c
> index 97c7814..9c5383b 100644
> --- a/src/mesa/drivers/x11/xm_buffer.c
> +++ b/src/mesa/drivers/x11/xm_buffer.c
> @@ -506,7 +506,7 @@ xmesa_MapRenderbuffer(struct gl_context *ctx,
>  
>     /* otherwise, this is an ordinary malloc-based renderbuffer */
>     _swrast_map_soft_renderbuffer(ctx, rb, x, y, w, h, mode,
> -                                 mapOut, rowStrideOut);
> +                                 mapOut, rowStrideOut, false);
>  }
>  
>  

I've confirm that this fixes 318c265160e "mesa: GL_MESA_framebuffer_flip_y
extension [v4]", which broke the scons build test in the Intel mesa CI.

Feel free to add me to tb.

> -- 
> 2.7.4
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to