radeonsi: always enable NIR for Civilization 6 to fix corruption
authorMarek Olšák <marek.olsak@amd.com>
Tue, 19 Feb 2019 22:21:20 +0000 (17:21 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 19 Feb 2019 22:59:17 +0000 (17:59 -0500)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104602

Cc: 18.3 19.0 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/util/00-mesa-defaults.conf

index cb0e6e659e25ed4c0acd91ddb49b4e8b2a382950..81f23c9794140155dcf964058d48b66607f47ff0 100644 (file)
@@ -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>