driconf: Add workarounds for DOOM: The Dark Ages
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Like other idTech games, it needs radv_zero_vram and
radv_disable_dedicated_sparse_queue. It also needs
radv_force_64k_sparse_alignment.

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34944>
This commit is contained in:
Natalie Vock 2025-05-13 09:24:58 +02:00 committed by Marge Bot
parent e32a90b57c
commit 4339cf0aff

View file

@ -123,6 +123,13 @@ Application bugs worked around in this file:
<option name="radv_invariant_geom" value="true" />
</application>
<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>
<application name="Wolfenstein II" application_name_match="Wolfenstein II The New Colossus">
<option name="radv_disable_dcc" value="true" />
</application>