r300g: remove a flush
authorMarek Olšák <maraeo@gmail.com>
Sun, 8 Aug 2010 21:09:46 +0000 (23:09 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 8 Aug 2010 21:20:43 +0000 (23:20 +0200)
Ooops, it wasn't supposed to be there.

src/gallium/drivers/r300/r300_blit.c

index 18d00d61f481774b93e5a15f078ac67fc0e9e17f..ff52286b5cd0d8fef043ca063acf2dbc8e013ef6 100644 (file)
@@ -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. */