Mesa (master): radv: enable radv_no_dynamic_bounds for Path of Exile

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 20 00:20:05 UTC 2020


Module: Mesa
Branch: master
Commit: 19b2ac2bb9e1ddc22956920d661f0e47aa49d718
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19b2ac2bb9e1ddc22956920d661f0e47aa49d718

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Sat Jun 20 00:00:05 2020 +0100

radv: enable radv_no_dynamic_bounds for Path of Exile

To workaround game bugs. This also enables it for the D3D11 renderer but
that shouldn't be an issue.

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Cc: <mesa-stable at lists.freedesktop.org>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3081
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3084
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3080
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5569>

---

 src/util/00-mesa-defaults.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index c590d088f26..037610219a7 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -698,5 +698,9 @@ TODO: document the other workarounds.
 	<application name="RAGE 2" executable="RAGE2.exe">
             <option name="radv_enable_mrt_output_nan_fixup" value="true" />
         </application>
+
+        <application name="Path of Exile" executable="PathOfExile_x64Steam.exe">
+            <option name="radv_no_dynamic_bounds" value="true" />
+        </application>
     </device>
 </driconf>



More information about the mesa-commit mailing list