summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_blit.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-06-25 12:45:32 +0200
committerMarek Olšák <[email protected]>2012-06-25 23:53:49 +0200
commitda98bb6fc105e1a2f688a1713ca9e50f0ac8fbed (patch)
tree178addf092aabce8d0349fa69634317766f03f78 /src/gallium/drivers/r600/r600_blit.c
parentd1056541e239dfcee0ad6af2fd2d9fab37dbf025 (diff)
r600g: split flushed depth texture creation and flushing
Diffstat (limited to 'src/gallium/drivers/r600/r600_blit.c')
-rw-r--r--src/gallium/drivers/r600/r600_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c
index 1122f3ec9ce..6437f314ec0 100644
--- a/src/gallium/drivers/r600/r600_blit.c
+++ b/src/gallium/drivers/r600/r600_blit.c
@@ -342,7 +342,7 @@ static void r600_resource_copy_region(struct pipe_context *ctx,
}
if (rsrc->is_depth && !rsrc->is_flushing_texture)
- r600_texture_depth_flush(ctx, src, FALSE);
+ r600_texture_depth_flush(ctx, src);
restore_orig[0] = restore_orig[1] = FALSE;