Mesa (main): util: use force_gl_map_buffer_synchronized workaround with RAGE

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 24 01:08:21 UTC 2022


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Thu Jun 23 11:50:29 2022 +1000

util: use force_gl_map_buffer_synchronized workaround with RAGE

CC: 22.1 22.0 <mesa-stable>

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1326
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17199>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 354042aad13..04047b330b4 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -159,10 +159,12 @@ TODO: document the other workarounds.
 
         <application name="RAGE (64-bit)" executable="Rage64.exe">
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+            <option name="force_gl_map_buffer_synchronized" value="true" />
         </application>
 
         <application name="RAGE (32-bit)" executable="Rage.exe">
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+            <option name="force_gl_map_buffer_synchronized" value="true" />
         </application>
 
         <application name="Second Life" executable="do-not-directly-run-secondlife-bin">



More information about the mesa-commit mailing list