mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 01:40:36 +01:00
drirc: Add anv_assume_full_subgroups for Detroit: Become Human
Add workaround to assume full 32-thread subgroups. This fixes rendering corruption when running the Detriot: Become Human game using anv driver. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14120 Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38168>
This commit is contained in:
parent
3334284845
commit
36d7cd0514
1 changed files with 3 additions and 0 deletions
|
|
@ -951,6 +951,9 @@ TODO: document the other workarounds.
|
|||
<application name="Brawlhalla" executable="BrawlhallaGame.exe">
|
||||
<option name="hasvk_report_vk_1_3_version" value="true" />
|
||||
</application>
|
||||
<application name="Detroit: Become Human" executable="DetroitBecomeHuman.exe">
|
||||
<option name="anv_assume_full_subgroups" value="32" />
|
||||
</application>
|
||||
<application name="DOOMEternal" executable="DOOMEternalx64vk.exe">
|
||||
<option name="anv_assume_full_subgroups" value="32" />
|
||||
<option name="fp64_workaround_enabled" value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue