Mesa (main): util: add some workarounds for the game Luna Sky

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 29 03:38:01 UTC 2021


Module: Mesa
Branch: main
Commit: 01fa90b456d6a247f8ec899b6085164fc46c6172
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01fa90b456d6a247f8ec899b6085164fc46c6172

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Fri Jun 25 21:31:16 2021 +1000

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 at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11602>

---

 src/util/00-mesa-defaults.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 96188fd1b26..1d23b6e1ac3 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -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>



More information about the mesa-commit mailing list