iris: Set 3DSTATE_WM::ForceThreadDispatchEnable
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Feb 2019 22:22:50 +0000 (14:22 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:12 +0000 (10:26 -0800)
commitd612cd1bf80f36023f0918beb74df08f9bca8abd
tree821d0d63b4755963ac44ae778b18df01657c83d7
parent27d751cdd8809da66ec4f147b1e8ef7582549f34
iris: Set 3DSTATE_WM::ForceThreadDispatchEnable

The Vulkan driver only sets this if color writes are disabled, which
is more conservative - but would require us to inspect blend state.

(If color writes are enabled, we don't need to force anything, because
the internal signal is already correct.  But it shouldn't hurt to do so.)
src/gallium/drivers/iris/iris_state.c