radv: remove drirc workarounds for Path Of Exile
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 13 Sep 2023 06:34:26 +0000 (08:34 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 19 Sep 2023 07:53:51 +0000 (07:53 +0000)
According to https://gitlab.freedesktop.org/mesa/mesa/-/issues/9798,
all game bugs should have been fixed.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9798
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25198>

src/util/00-radv-defaults.conf

index 9434dba..f928bf7 100644 (file)
@@ -79,23 +79,6 @@ Application bugs worked around in this file:
             <option name="radv_app_layer" value="rage2" />
         </application>
 
-        <application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe">
-            <option name="radv_no_dynamic_bounds" value="true" />
-            <option name="radv_absolute_depth_bias" value="true" />
-        </application>
-        <application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe">
-            <option name="radv_no_dynamic_bounds" value="true" />
-            <option name="radv_absolute_depth_bias" value="true" />
-        </application>
-        <application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe">
-            <option name="radv_no_dynamic_bounds" value="true" />
-            <option name="radv_absolute_depth_bias" value="true" />
-        </application>
-        <application name="Path of Exile (32-bit)" executable="PathOfExile.exe">
-            <option name="radv_no_dynamic_bounds" value="true" />
-            <option name="radv_absolute_depth_bias" value="true" />
-        </application>
-
         <application name="The Surge 2" application_name_match="Fledge">
             <option name="radv_disable_shrink_image_store" value="true" />
             <option name="radv_zero_vram" value="true" />