[Mesa-dev] [PATCH 3/3] driconf: add Civ6Sub executable for Civilization 6
Timothy Arceri
tarceri at itsqueeze.com
Tue Feb 19 22:50:21 UTC 2019
Series:
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
We might want to tag this for stable too? NIR should work fine with this
game with the current stable releases.
On 20/2/19 9:31 am, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> I'm getting Civ6Sub instead of Civ6.
> ---
> src/util/00-mesa-defaults.conf | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
> index 81f23c97941..8abc50c9f26 100644
> --- a/src/util/00-mesa-defaults.conf
> +++ b/src/util/00-mesa-defaults.conf
> @@ -222,20 +222,23 @@ TODO: document the other workarounds.
> <application name="Borderlands 2" executable="Borderlands2">
> <option name="mesa_glthread" value="true"/>
> </application>
>
> <application name="Civilization 5" executable="Civ5XP">
> <option name="mesa_glthread" value="true"/>
> </application>
> <application name="Civilization 6" executable="Civ6">
> <option name="mesa_glthread" value="true"/>
> </application>
> + <application name="Civilization 6" executable="Civ6Sub">
> + <option name="mesa_glthread" value="true"/>
> + </application>
>
> <application name="Dreamfall Chapters" executable="Dreamfall Chapters">
> <option name="mesa_glthread" value="true"/>
> </application>
>
> <application name="Hitman" executable="HitmanPro">
> <option name="mesa_glthread" value="true"/>
> </application>
>
> <application name="Renowned Explorers: International Society" executable="abbeycore_steam">
> @@ -422,12 +425,15 @@ TODO: document the other workarounds.
> <device driver="radeonsi">
> <application name="ARK: Survival Evolved (and unintentionally the UE4 demo template)" executable="ShooterGame">
> <option name="radeonsi_clear_db_cache_before_clear" value="true" />
> </application>
> <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>
> + <application name="Civilization 6" executable="Civ6Sub">
> + <option name="radeonsi_enable_nir" value="true"/>
> + </application>
> </device>
> </driconf>
>
More information about the mesa-dev
mailing list