diff options
author | Kenneth Graunke <[email protected]> | 2019-05-24 00:16:11 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-05-26 17:45:18 -0700 |
commit | b5fa3abfc281c652de9fe8b10c7cab8b252bb428 (patch) | |
tree | 2088128b6ecbeaa874f00c308ef4d86bbb5128ac /src/gallium/drivers/iris | |
parent | 7fe5a8e874b2cae2b1ada3f6aab8ca6766753b1e (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/iris')
-rw-r--r-- | src/gallium/drivers/iris/iris_blorp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_blorp.c b/src/gallium/drivers/iris/iris_blorp.c index 2f36c4a5705..895bfb77444 100644 --- a/src/gallium/drivers/iris/iris_blorp.c +++ b/src/gallium/drivers/iris/iris_blorp.c @@ -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 | |