mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-12 13:58:31 +02:00
This reverts commit 97391328a3.
This broke devenv because DRIRC_CONFIGDIR doesn't point the folder that
contains everything anymore.
DRIRC_CONFIGDIR will be modified to take the standard `:`-separated list
of paths, but until then, revert this.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41890>
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<driconf>
|
|
<device driver="iris">
|
|
<application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">
|
|
<option name="vs_position_always_invariant" value="true" />
|
|
</application>
|
|
<application name="glmark2" executable="glmark2">
|
|
<option name="limit_trig_input_range" value="true" />
|
|
</application>
|
|
<application name="Counter-Strike: Global Offensive" executable="csgo_linux64">
|
|
<option name="force_gl_vendor" value="X.Org" />
|
|
</application>
|
|
<application name="Insurgency" executable="insurgency_linux">
|
|
<option name="force_gl_vendor" value="X.Org" />
|
|
</application>
|
|
<application name="Amnesia Bunker" executable="AmnesiaTheBunker.exe">
|
|
<option name="intel_disable_threaded_context" value="true" />
|
|
</application>
|
|
<application name="Amnesia Bunker" executable="AmnesiaTheBunker_NoSteam.exe">
|
|
<option name="intel_disable_threaded_context" value="true" />
|
|
</application>
|
|
<application name="SPECviewperf13" executable="viewperf">
|
|
<!-- creo-03 needs this to compile shaders; we don't support some corner cases -->
|
|
<option name="mesa_extension_override" value="+GL_EXT_shader_image_load_store" />
|
|
</application>
|
|
</device>
|
|
</driconf>
|