Module: Mesa
Branch: master
Commit: 91b64da3de512a207f08fc4700178a3e2524682e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=91b64da3de512a207f08fc4700178a3e2524682e

Author: Martin Peres <[email protected]>
Date:   Tue Oct 20 09:40:34 2020 +0300

driconf: allow higher compat version for Brink

This fixes the game on mesa classic drivers that still expose OpenGL
3.0 for compatibility profiles.

Suggested-by: Timothy Arceri <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Signed-off-by: Martin Peres <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7212>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 41169d2168b..849da7ea769 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -589,6 +589,7 @@ TODO: document the other workarounds.
 
         <application name="Brink" executable="brink.exe">
             <option name="glx_extension_override" value="-GLX_OML_swap_method" 
/>
+            <option name="allow_higher_compat_version" value="true" />
         </application>
 
         <!-- Gallium Nine workarounds: -->

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to