drirc: remove Path of Exile workarounds

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>
This commit is contained in:
Samuel Pitoiset 2023-09-13 08:35:08 +02:00 committed by Marge Bot
parent 604a9b7fae
commit f3790959c8

View 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. -->