mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 08:10:32 +01:00
drirc: add options for BETA CAE Ansa application.
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13364>
This commit is contained in:
parent
f5dc334b6d
commit
ff981a7e79
1 changed files with 10 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue