radv: unset radv_disable_dedicated_sparse_queue for Bethesda Games

This shouldn't be needed anymore since f58630f07c ("radv: Always
allow sparse on normal GFX/COMPUTE/DMA queues."). These games were
always assuming that GFX queue supported sparse which wasn't correct
with the dedicated sparse queue.

List of games that are concerned:
- DOOM Eternal
- Indiana Jones: The Great Circle
- DOOM: The Dark Ages

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35023>
This commit is contained in:
Samuel Pitoiset 2025-05-16 16:02:05 +02:00 committed by Marge Bot
parent 7f7ed18929
commit 4cc9bb4532

View file

@ -105,13 +105,11 @@ Application bugs worked around in this file:
<application name="DOOM Eternal" application_name_match="DOOMEternal">
<option name="radv_zero_vram" value="true" />
<option name="radv_disable_dedicated_sparse_queue" value="true" />
</application>
<application name="Indiana Jones: The Great Circle" application_name_match="TheGreatCircle">
<option name="vk_lower_terminate_to_discard" value="true" />
<option name="radv_zero_vram" value="true" />
<option name="radv_disable_dedicated_sparse_queue" value="true" />
<option name="radv_disable_dcc_stores" value="true" />
<option name="radv_invariant_geom" value="true" />
<option name="radv_emulate_rt" value="true" />
@ -126,7 +124,6 @@ Application bugs worked around in this file:
<application name="DOOM: The Dark Ages" application_name_match="DOOMTheDarkAges">
<option name="radv_force_64k_sparse_alignment" value="true" />
<option name="radv_zero_vram" value="true" />
<option name="radv_disable_dedicated_sparse_queue" value="true" />
<option name="radv_disable_dcc_stores" value="true" />
</application>