mesa/src/util/00-iris-defaults.conf
Eric Engestrom 9be2f6ea57 Revert "drirc: move 00-$drv-defaults.conf to each driver's folder"
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>
2026-05-29 16:01:06 +00:00

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>