util: add some workarounds for the game Luna Sky

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4948

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11602>
(cherry picked from commit 01fa90b456)
This commit is contained in:
Timothy Arceri 2021-06-25 21:31:16 +10:00 committed by Eric Engestrom
parent e006a6726e
commit d42e8c8f6c
2 changed files with 6 additions and 1 deletions

View File

@ -472,7 +472,7 @@
"description": "util: add some workarounds for the game Luna Sky",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View File

@ -212,6 +212,11 @@ TODO: document the other workarounds.
<option name="glsl_zero_init" value="true"/>
</application>
<application name="Luna Sky" executable="lunasky">
<option name="force_glsl_version" value="130"/>
<option name="glsl_ignore_write_to_readonly_var" value="true"/>
</application>
<application name="Rocket League" executable="RocketLeague">
<option name="glsl_correct_derivatives_after_discard" value="true"/>
</application>