anv: remove unnecessary driconf entries for anv_enable_buffer_comp

Prior commit enables this option for all vkd3d apps, making these
entries superfluous.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32692>
This commit is contained in:
Felix DeGrood
2024-12-17 22:08:46 +00:00
committed by Marge Bot
parent e8a81ba98e
commit 5bb1b38409
-11
View File
@@ -1199,13 +1199,6 @@ TODO: document the other workarounds.
<application name="Valheim" executable="valheim.x86_64">
<option name="limit_trig_input_range" value="true" />
</application>
<application name="Cyberpunk 2077" executable="Cyberpunk2077.exe">
<option name="force_vk_vendor" value="-1" />
<!--
Cyberpunk 2077 gets a big speedup by enabling buffer compression.
-->
<option name="anv_enable_buffer_comp" value="true" />
</application>
<application name="Cyberpunk 2077" executable="Cyberpunk2077.exe">
<!--
Cyberpunk 2077 uses a watchdog thread to terminate
@@ -1231,10 +1224,6 @@ TODO: document the other workarounds.
</application>
<application name="Hitman 3" executable="hitman3.exe">
<option name="force_vk_vendor" value="-1"/>
<!--
Hitman 3 gets a speedup by enabling buffer compression.
-->
<option name="anv_enable_buffer_comp" value="true" />
</application>
<application name="Hogwarts Legacy" executable="HogwartsLegacy.exe">
<option name="force_vk_vendor" value="-1" />