[Mesa-dev] [PATCH] xlib: fix build break from _swrast_map_soft_renderbuffer() call

Clayton Craft clayton.a.craft at intel.com
Fri Jul 27 23:21:28 UTC 2018


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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180727/0d967cf9/attachment.sig>


More information about the mesa-dev mailing list