diff options
author | Kenneth Graunke <[email protected]> | 2018-04-07 01:01:24 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:05 -0800 |
commit | d890aee15d7e466f81306a3cf917fedb76e66152 (patch) | |
tree | 4149177756dca80888a73e1a94181370e90fb252 /src/gallium/drivers/iris/iris_batch.h | |
parent | e0eac28bd4287f4ed56b57ca9acb4bc07961a465 (diff) |
iris: SBA once at context creation, not per batch
hooray!
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 8161b2d8b05..9d8f8c57467 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -78,8 +78,6 @@ struct iris_batch { struct hash_table *state_sizes; struct gen_batch_decode_ctx decoder; #endif - - void (*emit_state_base_address)(struct iris_batch *batch); }; void iris_init_batch(struct iris_batch *batch, |