32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
|
From c2f8f20ef75a00917a652e32d4caa48029c68681 Mon Sep 17 00:00:00 2001
|
||
|
From: Friedrich Vock <friedrich.vock@gmx.de>
|
||
|
Date: Fri, 6 Dec 2024 07:42:31 +0100
|
||
|
Subject: [PATCH] radv,driconf: Apply DOOM Eternal/idTech workarounds for
|
||
|
Indiana Jones
|
||
|
|
||
|
It's based on idTech and exhibits the same idTech bugs.
|
||
|
|
||
|
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32521>
|
||
|
---
|
||
|
src/util/00-radv-defaults.conf | 5 +++++
|
||
|
1 file changed, 5 insertions(+)
|
||
|
|
||
|
diff --git a/src/util/00-radv-defaults.conf b/src/util/00-radv-defaults.conf
|
||
|
index 45686f375a289..a5718a53ea0c8 100644
|
||
|
--- a/src/util/00-radv-defaults.conf
|
||
|
+++ b/src/util/00-radv-defaults.conf
|
||
|
@@ -108,6 +108,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>
|
||
|
--
|
||
|
|