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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user