r600g: don't set tile_type on evergreen.

Since we never bind the actual DB to the CB/texture only the flushed one
we don't need to track the tile type at the moment.
This commit is contained in:
Dave Airlie
2011-02-04 15:26:41 +10:00
parent fdd35dc912
commit 3188a7deb3
+1 -1
View File
@@ -727,7 +727,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->tile_type = 1;
rbuffer = &rtex->resource;
/* XXX quite sure for dx10+ hw don't need any offset hacks */