intel/brw/gfx9: Implement WaClearArfDependenciesBeforeEot
Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11928 Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31746>
This commit is contained in:
committed by
Marge Bot
parent
e8472d484f
commit
2a4efe21c5
@@ -53,6 +53,8 @@ run_tes(fs_visitor &s)
|
||||
|
||||
brw_allocate_registers(s, true /* allow_spilling */);
|
||||
|
||||
brw_fs_workaround_source_arf_before_eot(s);
|
||||
|
||||
return !s.failed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user