aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_batch.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-04-07 01:01:24 -0700
committerKenneth Graunke <[email protected]>2019-02-21 10:26:05 -0800
commitd890aee15d7e466f81306a3cf917fedb76e66152 (patch)
tree4149177756dca80888a73e1a94181370e90fb252 /src/gallium/drivers/iris/iris_batch.h
parente0eac28bd4287f4ed56b57ca9acb4bc07961a465 (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.h2
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,