xlib: fix build break from _swrast_map_soft_renderbuffer() call
We need to pass the new flip_y argument. Reviewed-by: Clayton Craft <clayton.a.craft@intel.com>
This commit is contained in:
@@ -507,7 +507,7 @@ xmesa_MapRenderbuffer(struct gl_context *ctx,
|
|||||||
|
|
||||||
/* otherwise, this is an ordinary malloc-based renderbuffer */
|
/* otherwise, this is an ordinary malloc-based renderbuffer */
|
||||||
_swrast_map_soft_renderbuffer(ctx, rb, x, y, w, h, mode,
|
_swrast_map_soft_renderbuffer(ctx, rb, x, y, w, h, mode,
|
||||||
mapOut, rowStrideOut);
|
mapOut, rowStrideOut, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user