mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-02 22:54:05 +08:00
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:
parent
e006a6726e
commit
d42e8c8f6c
@ -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
|
||||
},
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user