From aef0fbd5b6e0b29342d09722c98d512b3661c31b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 8 Aug 2010 23:09:46 +0200 Subject: [PATCH] r300g: remove a flush Ooops, it wasn't supposed to be there. --- src/gallium/drivers/r300/r300_blit.c | 1 - 1 file changed, 1 deletion(-) 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. */ -- 2.30.2