iris: no NEW_SBA

This commit is contained in:
Kenneth Graunke 2018-01-25 10:57:13 -08:00
parent e7a729ba34
commit 67ca2be992
2 changed files with 1 additions and 4 deletions

View File

@ -71,8 +71,7 @@ struct iris_batch;
#define IRIS_DIRTY_GS (1ull << 31)
#define IRIS_DIRTY_FS (1ull << 32)
#define IRIS_DIRTY_CS (1ull << 33)
#define IRIS_DIRTY_STATE_BASE_ADDRESS (1ull << 34)
#define IRIS_DIRTY_URB (1ull << 35)
#define IRIS_DIRTY_URB (1ull << 34)
struct iris_depth_stencil_alpha_state;

View File

@ -172,8 +172,6 @@ recreate_cache_bo(struct iris_context *ice, uint32_t size)
/* Put the initial cache BO...somewhere. */
cache->bo->gtt_offset = 4096 * 10;
}
ice->state.dirty |= IRIS_DIRTY_STATE_BASE_ADDRESS;
}
const void *