Skip to content

anv: stop using 3DSTATE_WM::ForceThreadDispatchEnable

What does this MR do and why?

anv: stop using 3DSTATE_WM::ForceThreadDispatchEnable

Documentation says we should leave this field to the default value
(Normal). Instead we set 3DSTATE_PS_EXTRA::PixelShaderHasUAV when we
see that a fragment shader has side effects.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

Merge request reports