Skip to content

Commit

Permalink
radv,driconf: Apply DOOM Eternal/idTech workarounds for Indiana Jones
Browse files Browse the repository at this point in the history
It's based on idTech and exhibits the same idTech bugs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32521>
  • Loading branch information
pixelcluster authored and hakzsam committed Dec 9, 2024
1 parent 67ad630 commit 536c41e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/00-radv-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ Application bugs worked around in this file:
<option name="radv_legacy_sparse_binding" value="true" />
</application>

<application name="Indiana Jones: The Great Circle" application_name_match="TheGreatCircle">
<option name="radv_zero_vram" value="true" />
<option name="radv_legacy_sparse_binding" value="true" />
</application>

<application name="DOOM (2016)" application_name_match="DOOM$">
<option name="radv_disable_dcc" value="true" />
</application>
Expand Down

0 comments on commit 536c41e

Please sign in to comment.