mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
radeonsi: add Gun Godz workaround
This is another game based on the old YoYo engine
Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15209
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
(cherry picked from commit 27b56314ee)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40979>
This commit is contained in:
parent
7745b46956
commit
7b5ed90bdc
2 changed files with 4 additions and 1 deletions
|
|
@ -4774,7 +4774,7 @@
|
|||
"description": "radeonsi: add Gun Godz workaround",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -868,6 +868,9 @@ TODO: document the other workarounds.
|
|||
<application name="Peace, Death!" executable="runner" sha1="5b909f3d21799773370adf084f649848f098234e">
|
||||
<option name="radeonsi_sync_compile" value="true" />
|
||||
</application>
|
||||
<application name="Gun Godz" executable="GUNGODZ">
|
||||
<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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue