summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_hw_states.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_states.c')
-rw-r--r--src/gallium/drivers/r600/r600_hw_states.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_states.c b/src/gallium/drivers/r600/r600_hw_states.c
index 271bd1ac50..13abd172d6 100644
--- a/src/gallium/drivers/r600/r600_hw_states.c
+++ b/src/gallium/drivers/r600/r600_hw_states.c
@@ -165,7 +165,7 @@ static void r600_db(struct r600_context *rctx, struct radeon_state *rstate,
return;
rtex = (struct r600_resource_texture*)state->zsbuf->texture;
- rtex->tilled = 1;
+ rtex->tiled = 1;
rtex->array_mode = 2;
rtex->tile_type = 1;
rtex->depth = 1;
@@ -1178,7 +1178,7 @@ static void r600_texture_state_db(struct r600_screen *rscreen, struct r600_resou
radeon_state_init(rstate, rscreen->rw, R600_STATE_DB, 0, 0);
rbuffer = &rtexture->resource;
- rtexture->tilled = 1;
+ rtexture->tiled = 1;
rtexture->array_mode = 2;
rtexture->tile_type = 1;
rtexture->depth = 1;