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.
This commit is contained in:
Kenneth Graunke 2019-01-23 16:58:30 -08:00
parent edd3ce5a63
commit 6e41f1b459
1 changed files with 0 additions and 2 deletions

View File

@ -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;