summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/evergreen_state.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-02-01 14:38:45 +1000
committerDave Airlie <airlied@redhat.com>2011-02-01 14:38:45 +1000
commit11bc8991e94e2fa6d461193a6aff47f8f94b7a47 (patch)
tree619ced23a7e5216288a7c5134f0681438ac77ec6 /src/gallium/drivers/r600/evergreen_state.c
parenta112cc283d2c62f895cdd6aceb976b3c7ef5f59d (diff)
r600g: just change tile type when buffer is set to depth.
Not 100% sure on this one, but this is how it should work, the question is whether it will uncover other bugs elsewhere.
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_state.c')
-rw-r--r--src/gallium/drivers/r600/evergreen_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/gallium/drivers/r600/evergreen_state.c
index 426b3a9d6d..c64b93bd4f 100644
--- a/src/gallium/drivers/r600/evergreen_state.c
+++ b/src/gallium/drivers/r600/evergreen_state.c
@@ -721,10 +721,7 @@ static void evergreen_db(struct r600_pipe_context *rctx, struct r600_pipe_state
surf = (struct r600_surface *)state->zsbuf;
rtex = (struct r600_resource_texture*)state->zsbuf->texture;
- rtex->tiled = 1;
- rtex->array_mode[level] = 2;
rtex->tile_type = 1;
- rtex->depth = 1;
rbuffer = &rtex->resource;
/* XXX quite sure for dx10+ hw don't need any offset hacks */