From: Marek Olšák Date: Sun, 8 Aug 2010 21:09:46 +0000 (+0200) Subject: r300g: remove a flush X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aef0fbd5b6e0b29342d09722c98d512b3661c31b;p=mesa.git r300g: remove a flush Ooops, it wasn't supposed to be there. --- diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c index 18d00d61f48..ff52286b5cd 100644 --- a/src/gallium/drivers/r300/r300_blit.c +++ b/src/gallium/drivers/r300/r300_blit.c @@ -284,7 +284,6 @@ void r300_flush_depth_stencil(struct pipe_context *pipe, r300->z_decomp_rd = FALSE; tex->dirty_zmask[subdst.level] = FALSE; - pipe->flush(pipe, 0, NULL); } /* Copy a block of pixels from one surface to another using HW. */