mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
radeonsi/driconf: add workaround for SpaceEngine
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4483
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11625>
(cherry picked from commit a92dcc4966)
This commit is contained in:
parent
b2b925114f
commit
7739c338a4
2 changed files with 4 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
"description": "radeonsi/driconf: add workaround for SpaceEngine",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -740,6 +740,9 @@ TODO: document the other workarounds.
|
|||
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/3714 -->
|
||||
<option name="radeonsi_clamp_div_by_zero" value="true" />
|
||||
</application>
|
||||
<application name="SpaceEngine" executable="SpaceEngine.exe">
|
||||
<option name="force_gl_vendor" value="X.Org" />
|
||||
</application>
|
||||
</device>
|
||||
<device driver="i965">
|
||||
<application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue