Mesa (main): util: add workaround for Full Bore

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 22 12:27:43 UTC 2021


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Sat Jul 17 21:39:55 2021 +1000

util: add workaround for Full Bore

Unfortunately I contacted the dev about this issue years ago and he
made a fix, but it has never been released after all these years.

This stops the screen from being completely black in game.

CC: mesa-stable

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11941>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 51536df343e..0a2e2ae272a 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -134,6 +134,10 @@ TODO: document the other workarounds.
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
         </application>
 
+        <application name="Full Bore" executable="fullbore">
+            <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+        </application>
+
         <application name="RAGE (64-bit)" executable="Rage64.exe">
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
         </application>



More information about the mesa-commit mailing list