iris: SBA once at context creation, not per batch

hooray!
This commit is contained in:
Kenneth Graunke
2018-04-07 01:01:24 -07:00
parent e0eac28bd4
commit d890aee15d
3 changed files with 5 additions and 15 deletions

View File

@@ -218,9 +218,6 @@ iris_batch_reset(struct iris_batch *batch)
if (batch->state_sizes)
_mesa_hash_table_clear(batch->state_sizes, NULL);
if (batch->ring == I915_EXEC_RENDER)
batch->emit_state_base_address(batch);
}
static void