mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
driconf: Add workarounds for DOOM: The Dark Ages
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:
parent
e32a90b57c
commit
4339cf0aff
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue