From 6e41f1b45956c3edf202541dc2494dedc6066f7a Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 23 Jan 2019 16:58:30 -0800 Subject: iris: Drop comment about ISP_DIS i965 re-emits 3DSTATE_CONSTANT_* on every batch, so there's no point in restoring the constants from the context. Iris actually re-pins the constant buffers properly across the batch, and avoids re-emitting the constant packets unless it's necessary. So, we don't want ISP_DIS. --- src/gallium/drivers/iris/iris_batch.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium') diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c index 66ed3c36278..2e4d529ffb2 100644 --- a/src/gallium/drivers/iris/iris_batch.c +++ b/src/gallium/drivers/iris/iris_batch.c @@ -444,8 +444,6 @@ iris_chain_to_new_batch(struct iris_batch *batch) static void iris_finish_batch(struct iris_batch *batch) { - // XXX: ISP DIS - /* Emit MI_BATCH_BUFFER_END to finish our batch. */ uint32_t *map = batch->map_next; -- cgit v1.2.3