diff options
author | Marek Olšák <[email protected]> | 2019-02-19 17:21:20 -0500 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-02-20 08:13:34 -0800 |
commit | c837cd6546c50c212378b48fefcd30fc6c22df05 (patch) | |
tree | acddea7a323748ad1a02060b77178ee1aaf48edf | |
parent | a5f16a42a53932514763a73004cb133a490546f2 (diff) |
radeonsi: always enable NIR for Civilization 6 to fix corruption
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104602
Cc: 18.3 19.0 <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
(cherry picked from commit ae21bdf47cacafdf69b904cbf3e433cbe0cccb84)
-rw-r--r-- | src/util/00-mesa-defaults.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index cb0e6e659e2..81f23c97941 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -426,5 +426,8 @@ TODO: document the other workarounds. <application name="No Mans Sky" executable="NMS.exe"> <option name="radeonsi_zerovram" value="true" /> </application> + <application name="Civilization 6" executable="Civ6"> + <option name="radeonsi_enable_nir" value="true"/> + </application> </device> </driconf> |