driconf: unbreak profiles for "runner" by merging them and ignoring sha1s
SHA1 is no longer supported. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40383>
This commit is contained in:
parent
89a97d4ce1
commit
94bcf968f4
2 changed files with 18 additions and 18 deletions
|
|
@ -852,27 +852,23 @@ TODO: document the other workarounds.
|
|||
<application name="Rocket League" executable="RocketLeague">
|
||||
<option name="radeonsi_zerovram" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- This applies to all apps having "runner" as their executable, but that's OK.
|
||||
Apps where this workaround is needed:
|
||||
- Monolith demo5
|
||||
- Memoranda
|
||||
- Nuclear Throne
|
||||
- Peace, Death!
|
||||
- Riptale
|
||||
- Turmoil
|
||||
- Undertale
|
||||
-->
|
||||
<!-- YoYo game engine workarounds -->
|
||||
<application name="Monolith demo5" executable="runner" sha1="0c40d509a74e357f0280cb1bd882e9cd94b91bdf">
|
||||
<application name="any runner executable" executable="runner">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
<option name="radeonsi_zerovram" value="true" />
|
||||
</application>
|
||||
<!-- Note: The following fix works for both Memoranda and Riptale as they have the same sha -->
|
||||
<application name="Memoranda / Riptale" executable="runner" sha1="aa13dec6af63c88f308ebb487693896434a4db56">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
<application name="Nuclear Throne" executable="runner" sha1="84814e8db125e889f5d9d4195a0ca72a871ea1fd">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
<application name="Undertale" executable="runner" sha1="dfa302e7ec78641d0696dbbc1a06fc29f34ff1ff">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
<application name="Turmoil" executable="runner" sha1="cbbf757aaab289859f8dae191a7d63afc30643d9">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
<application name="Peace, Death!" executable="runner" sha1="5b909f3d21799773370adf084f649848f098234e">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/2647 -->
|
||||
<application name="Kerbal Space Program" executable="KSP.x86_64">
|
||||
<option name="radeonsi_no_infinite_interp" value="true" />
|
||||
|
|
|
|||
|
|
@ -295,7 +295,11 @@ Application bugs worked around in this file:
|
|||
<option name="radv_zero_vram" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Monolith demo5" executable="runner" sha1="0c40d509a74e357f0280cb1bd882e9cd94b91bdf">
|
||||
<!-- This applies to all apps having "runner" as their executable, but that's OK.
|
||||
Apps where this workaround is needed:
|
||||
- Monolith demo5
|
||||
-->
|
||||
<application name="any runner executable" executable="runner">
|
||||
<option name="radv_zero_vram" value="true" />
|
||||
</application>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue