mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
edd3ce5a63
commit
6e41f1b459
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue