summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-08-08 23:09:46 +0200
committerMarek Olšák <maraeo@gmail.com>2010-08-08 23:20:43 +0200
commitaef0fbd5b6e0b29342d09722c98d512b3661c31b (patch)
tree999a0ee00ad6329556531e20da21bd7e9b9130c3
parent12f5c0f9ce497e99854e0a3a7f5ff297a2a0a1e3 (diff)
r300g: remove a flush
Ooops, it wasn't supposed to be there.
-rw-r--r--src/gallium/drivers/r300/r300_blit.c1
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 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. */