iris: Drop comment about ISP_DIS
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 24 Jan 2019 00:58:30 +0000 (16:58 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit6e41f1b45956c3edf202541dc2494dedc6066f7a
tree8c1856afa055ff8a1194fd4f94efb2fc4c68fa2d
parentedd3ce5a63eb11e8063177545fcb77dc4fe7454d
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