Mesa (main): drirc: add options for BETA CAE Ansa application.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 14:49:41 UTC 2021


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Tue Oct 12 11:54:46 2021 +0200

drirc: add options for BETA CAE Ansa application.

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

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index a30abbb9ced..ae93d9d2dd8 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -331,7 +331,11 @@ TODO: document the other workarounds.
             <option name="glsl_correct_derivatives_after_discard" value="true" />
         </application>
 
+        <application name="BETA CAE Systems - GL detect tool" executable="detect_opengl_tool">
+            <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" />
+        </application>
         <application name="BETA CAE Systems - ANSA" executable="ansa_linux_x86_64">
+            <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" />
             <option name="do_dce_before_clip_cull_analysis" value="true" />
         </application>
 
@@ -801,6 +805,12 @@ TODO: document the other workarounds.
         <application name="SpaceEngine" executable="SpaceEngine.exe">
             <option name="force_gl_vendor" value="X.Org" />
         </application>
+        <application name="BETA CAE Systems - GL detect tool" executable="detect_opengl_tool">
+            <option name="force_gl_vendor" value="ATI Technologies Inc." />
+        </application>
+        <application name="BETA CAE Systems - ANSA" executable="ansa_linux_x86_64">
+            <option name="force_gl_vendor" value="ATI Technologies Inc." />
+        </application>
     </device>
     <device driver="i965">
         <application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">



More information about the mesa-commit mailing list