mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
util: add radeonsi workaround for Nowhere Patrol
Cc: mesa-stable
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24919>
(cherry picked from commit ddac37a8b3)
This commit is contained in:
parent
cfed3fb89b
commit
296653f328
2 changed files with 4 additions and 1 deletions
|
|
@ -10094,7 +10094,7 @@
|
|||
"description": "util: add radeonsi workaround for Nowhere Patrol",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -941,6 +941,9 @@ TODO: document the other workarounds.
|
|||
<application name="Exanima" executable="Exanima.exe">
|
||||
<option name="radeonsi_zerovram" value="true"/>
|
||||
</application>
|
||||
<application name="Nowhere Patrol" executable="NowherePatrol.exe">
|
||||
<option name="radeonsi_zerovram" value="true" />
|
||||
</application>
|
||||
<application name="Rocket League" executable="RocketLeague">
|
||||
<option name="radeonsi_zerovram" value="true" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue