iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 24 May 2019 07:16:11 +0000 (00:16 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 27 May 2019 00:45:18 +0000 (17:45 -0700)
commitb5fa3abfc281c652de9fe8b10c7cab8b252bb428
tree2088128b6ecbeaa874f00c308ef4d86bbb5128ac
parent7fe5a8e874b2cae2b1ada3f6aab8ca6766753b1e
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.
src/gallium/drivers/iris/iris_blorp.c