Mesa (staging/20.1): radv: enable radv_no_dynamic_bounds for Path of Exile

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 22 17:34:49 UTC 2020


Module: Mesa
Branch: staging/20.1
Commit: ccedd5374a6c1ac719cd1560accf822028d76c89
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccedd5374a6c1ac719cd1560accf822028d76c89

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>
(cherry picked from commit 19b2ac2bb9e1ddc22956920d661f0e47aa49d718)

---

 .pick_status.json              | 2 +-
 src/util/00-mesa-defaults.conf | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 9299cb8077f..74dca7b275f 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -562,7 +562,7 @@
         "description": "radv: enable radv_no_dynamic_bounds for Path of Exile",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": null
     },
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 3e1bcb28c64..695030d3fe9 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -666,4 +666,9 @@ TODO: document the other workarounds.
             <option name="vs_position_always_invariant" value="true" />
         </application>
     </device>
+    <device driver="radv">
+        <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