mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02: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
2 changed files with 6 additions and 1 deletions
|
|
@ -472,7 +472,7 @@
|
||||||
"description": "util: add some workarounds for the game Luna Sky",
|
"description": "util: add some workarounds for the game Luna Sky",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 0,
|
"nomination_type": 0,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null
|
"because_sha": null
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -212,6 +212,11 @@ TODO: document the other workarounds.
|
||||||
<option name="glsl_zero_init" value="true"/>
|
<option name="glsl_zero_init" value="true"/>
|
||||||
</application>
|
</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">
|
<application name="Rocket League" executable="RocketLeague">
|
||||||
<option name="glsl_correct_derivatives_after_discard" value="true"/>
|
<option name="glsl_correct_derivatives_after_discard" value="true"/>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue