mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
radv: disable DCC for Senra Kagura Shinovi Versus
To workaround an issue with feedback loops in D3D9 with DCC in GENERAL, until we can fix it properly with a new extension. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6469 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16452>
This commit is contained in:
parent
e8ed0e4984
commit
b5b2bcab54
1 changed files with 4 additions and 0 deletions
|
|
@ -150,6 +150,10 @@ Application bugs worked around in this file:
|
|||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Senran Kagura Shinovi Versus" application_name_match="SKShinoviVersus.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Grid Autosport" application_name_match="GRIDAutosport_avx.exe">
|
||||
<option name="radv_disable_sinking_load_input_fs" value="true" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue