aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-06-05 14:25:20 +0200
committerSamuel Pitoiset <[email protected]>2020-06-12 14:43:58 +0200
commite7e9969efec777443a022056939049dfa82c5cf4 (patch)
treeb62aed8280a263e59a5d24d84b76a16d71948554 /src
parent54e7ae569bd703db2e3b8f060701e1677f104c69 (diff)
radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2
To fix game artifacts. It's always sad to have to fix game bugs inside drivers ... Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5359>
Diffstat (limited to 'src')
-rw-r--r--src/util/00-mesa-defaults.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index e980efe18e8..2aa3524e47e 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -686,6 +686,10 @@ TODO: document the other workarounds.
<device driver="radv">
<application name="Shadow Of The Tomb Raider" executable="ShadowOfTheTombRaider">
<option name="radv_report_llvm9_version_string" value="true" />
+ </application>
+
+ <application name="RAGE 2" executable="RAGE2.exe">
+ <option name="radv_enable_mrt_output_nan_fixup" value="true" />
</application>
</device>
</driconf>