Module: Mesa Branch: main Commit: aa2f5cd1a3369e5d8af233269666ed10f23528d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa2f5cd1a3369e5d8af233269666ed10f23528d9
Author: Qiang Yu <[email protected]> Date: Fri Nov 5 10:22:06 2021 +0800 driconf: support META application Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13686> --- src/util/00-mesa-defaults.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index ebf368a8c63..15b1ee564db 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -340,6 +340,9 @@ TODO: document the other workarounds. <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> + <application name="BETA CAE Systems - META" executable="meta_post_x86_64"> + <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" /> + </application> <!-- Workaround for Mari with executable name like Mari4.5v2, Mari4.7v4 --> <application name="Mari" executable_regexp="Mari[0-9]+[.][0-9]+v[0-9]+"> @@ -813,6 +816,10 @@ TODO: document the other workarounds. <application name="BETA CAE Systems - ANSA" executable="ansa_linux_x86_64"> <option name="force_gl_vendor" value="ATI Technologies Inc." /> </application> + <application name="BETA CAE Systems - META" executable="meta_post_x86_64"> + <option name="force_gl_vendor" value="ATI Technologies Inc." /> + <option name="radeonsi_force_use_fma32" value="true" /> + </application> </device> <device driver="i965"> <application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">
