util/00-mesa-defaults: add Akka Arrh workaround
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Mar 2023 04:24:53 +0000 (15:24 +1100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 20 Mar 2023 07:18:41 +0000 (07:18 +0000)
Cc: mesa-stable
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21979>

src/util/00-mesa-defaults.conf

index 3ecd8e5..6e0dbf4 100644 (file)
@@ -58,6 +58,10 @@ TODO: document the other workarounds.
     <!-- Please always enable app-specific workarounds for all drivers and
          screens. -->
     <device>
+        <application name="Akka Arrh" executable="Project-A.exe">
+            <option name="allow_glsl_extension_directive_midshader" value="true" />
+        </application>
+
         <application name="Unigine Sanctuary" executable="Sanctuary">
             <option name="force_glsl_extensions_warn" value="true" />
             <option name="disable_blend_func_extended" value="true" />