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