OSDN Git Service

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 18d00d6..ff52286 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. */