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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user