drirc: remove Path of Exile workarounds
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 13 Sep 2023 06:35:08 +0000 (08:35 +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.

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

src/util/00-mesa-defaults.conf

index 15abbb0..6af8e5c 100644 (file)
@@ -920,15 +920,6 @@ TODO: document the other workarounds.
             <option name="vk_dont_care_as_load" value="true" />
         </application>
 
-       <!-- Path of Exile stops with "unsupported backbuffer count" when more than
-            3 swapchain image are reported. -->
-       <application name="Path of Exile" executable="PathOfExile_x64Steam.exe">
-         <option name="vk_x11_override_min_image_count" value="3" />
-        </application>
-        <application name="Path of Exile" executable="PathOfExileSteam.exe">
-            <option name="vk_x11_override_min_image_count" value="3" />
-        </application>
-
         <!-- Disable fp16 support for browsers, since there is too much
              broken WebGL out there that uses the wrong precision.
              Bonus workaround for Firefox bug #1845309. -->