anv: change existing ICL workaround to depend on BLEND_STATE
Commitf900b763b1
we started to dirty MS as WM changes. However later on things changed witheebb6cd236
, we need to dirty with BLEND_STATE now. Fixes:eebb6cd236
("anv: stop using 3DSTATE_WM::ForceThreadDispatchEnable") Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30920>
This commit is contained in:
@@ -2338,7 +2338,7 @@ genX(cmd_buffer_flush_gfx_hw_state)(struct anv_cmd_buffer *cmd_buffer)
|
||||
* https://gitlab.freedesktop.org/mesa/mesa/-/issues/9781
|
||||
*/
|
||||
#if GFX_VER == 11
|
||||
if (BITSET_TEST(hw_state->dirty, ANV_GFX_STATE_WM))
|
||||
if (BITSET_TEST(hw_state->dirty, ANV_GFX_STATE_BLEND_STATE))
|
||||
BITSET_SET(hw_state->dirty, ANV_GFX_STATE_MULTISAMPLE);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user