From d890aee15d7e466f81306a3cf917fedb76e66152 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 7 Apr 2018 01:01:24 -0700 Subject: iris: SBA once at context creation, not per batch hooray! --- src/gallium/drivers/iris/iris_batch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/iris/iris_batch.h') 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, -- cgit v1.2.3