mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
util/00-mesa-defaults: add Limbo workaround
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7976
Cc: mesa-stable
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Tested-by: Diego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20548>
(cherry picked from commit 6e24b76c10)
This commit is contained in:
parent
c59b6e6c88
commit
6f1f06eacf
2 changed files with 7 additions and 1 deletions
|
|
@ -1399,7 +1399,7 @@
|
|||
"description": "util/00-mesa-defaults: add Limbo workaround",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -802,6 +802,12 @@ TODO: document the other workarounds.
|
|||
<option name="vs_position_always_precise" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Limbo" executable="limbo">
|
||||
<!-- issue 7976 -->
|
||||
<option name="glsl_zero_init" value="true"/>
|
||||
</application>
|
||||
|
||||
|
||||
<!-- Vulkan workarounds: -->
|
||||
|
||||
<!-- Works around the game not starting (does not deal with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue