mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
radv: disable DCC for Fable Anniversary, Dragons Dogma, GTA IV and more
Also Starcraft 2 and The Force Unleashed II.
These games are known to be affected by the feedback loop issue. We will
fix this properly soon but as a hotfix disabling DCC should be enough.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4424
Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15203>
(cherry picked from commit 4380916b76)
This commit is contained in:
parent
bbd7f4ff97
commit
7efdfaa213
2 changed files with 21 additions and 1 deletions
|
|
@ -9108,7 +9108,7 @@
|
|||
"description": "radv: disable DCC for Fable Anniversary, Dragons Dogma, GTA IV and more",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 5,
|
||||
"resolution": 1,
|
||||
"because_sha": null
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -140,5 +140,25 @@ Application bugs worked around in this file:
|
|||
<application name="The Evil Within 2" application_name_match="TEW2.exe">
|
||||
<option name="radv_disable_aniso_single_level" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Fable Anniversary" application_name_match="Fable Anniversary.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Dragon's Dogma Dark Ariser" application_name_match="DDDA.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Grand Theft Auto IV" application_name_match="GTAIV.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Star Wars: The Force Unleashed II" application_name_match="SWTFU2.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Starcraft 2" application_name_match="SC2_x64.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue