From 48edfe0505ee79d35f770f53b9c9b7ca3c69fd2b Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 13 Aug 2012 19:52:57 +0200 Subject: r600g: cleanup names around depth decompression for consistency with the upcoming color decompression naming Reviewed-by: Jerome Glisse --- src/gallium/drivers/r600/r600_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/r600_texture.c') diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index b9b3ae8323b..90a834ec634 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -517,7 +517,7 @@ struct pipe_transfer* r600_texture_get_transfer(struct pipe_context *ctx, return NULL; } - r600_blit_uncompress_depth(ctx, rtex, staging_depth, + r600_blit_decompress_depth(ctx, rtex, staging_depth, level, level, box->z, box->z + box->depth - 1, 0, 0); -- cgit v1.2.3