mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
drirc: set anv_disable_subgroup_size_control for bg3
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15225
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/14501
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
(cherry picked from commit 4394e26f52)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41269>
This commit is contained in:
parent
b039e6ba60
commit
8a70e47d22
2 changed files with 4 additions and 1 deletions
|
|
@ -2364,7 +2364,7 @@
|
|||
"description": "drirc: set anv_disable_subgroup_size_control for bg3",
|
||||
"nominated": false,
|
||||
"nomination_type": 0,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1092,6 +1092,9 @@ TODO: document the other workarounds.
|
|||
<application name="Baldur's Gate 3" executable="bg3.exe">
|
||||
<option name="anv_disable_fcv" value="true" />
|
||||
</application>
|
||||
<application name="Baldur's Gate 3" executable="bg3">
|
||||
<option name="anv_brw_disable_subgroup_size_control" value="true" />
|
||||
</application>
|
||||
<application name="The Finals" executable="Discovery.exe">
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue