Mesa (master): r300g: remove a flush

Marek Olšák mareko at kemper.freedesktop.org
Sun Aug 8 21:23:46 UTC 2010


Module: Mesa
Branch: master
Commit: aef0fbd5b6e0b29342d09722c98d512b3661c31b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aef0fbd5b6e0b29342d09722c98d512b3661c31b

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sun Aug  8 23:09:46 2010 +0200

r300g: remove a flush

Ooops, it wasn't supposed to be there.

---

 src/gallium/drivers/r300/r300_blit.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c
index 18d00d6..ff52286 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. */




More information about the mesa-commit mailing list