mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 01:30:25 +01:00
iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
We already flag IRIS_DIRTY_URB when we change it, but we were additionally flagging it on every BLORP operation, even if we didn't.
This commit is contained in:
parent
7fe5a8e874
commit
b5fa3abfc2
1 changed files with 1 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ iris_blorp_exec(struct blorp_batch *blorp_batch,
|
|||
IRIS_DIRTY_UNCOMPILED_GS |
|
||||
IRIS_DIRTY_UNCOMPILED_FS |
|
||||
IRIS_DIRTY_VF |
|
||||
IRIS_DIRTY_URB |
|
||||
IRIS_DIRTY_SF_CL_VIEWPORT |
|
||||
IRIS_DIRTY_SAMPLER_STATES_VS |
|
||||
IRIS_DIRTY_SAMPLER_STATES_TCS |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue