Mesa (master): r600g: also set TILE_MODE of the base level

Marek Olšák mareko at kemper.freedesktop.org
Wed Jun 15 02:21:22 UTC 2011


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Wed Jun 15 04:16:05 2011 +0200

r600g: also set TILE_MODE of the base level

---

 src/gallium/drivers/r600/r600_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_state.c b/src/gallium/drivers/r600/r600_state.c
index 1972799..d927e4a 100644
--- a/src/gallium/drivers/r600/r600_state.c
+++ b/src/gallium/drivers/r600/r600_state.c
@@ -467,7 +467,7 @@ static struct pipe_sampler_view *r600_create_sampler_view(struct pipe_context *c
 
 	pitch = align(tmp->pitch_in_blocks[offset_level] *
 		      util_format_get_blockwidth(state->format), 8);
-	array_mode = tmp->array_mode[0];
+	array_mode = tmp->array_mode[offset_level];
 	tile_type = tmp->tile_type;
 
 	if (texture->target == PIPE_TEXTURE_1D_ARRAY) {




More information about the mesa-commit mailing list