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

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


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

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Sat Jun 20 11:17:14 2020 +0100

radv: enable radv_no_dynamic_bounds for more Path of Exile executables

It looks like there's also a standalone version and a 32-bit version.

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Cc: <mesa-stable at lists.freedesktop.org>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5574>
(cherry picked from commit c977567db65e3430d1b7323f698d17bea58624e9)

---

 .pick_status.json              |  2 +-
 src/util/00-mesa-defaults.conf | 11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 74dca7b275f..a021eaf534c 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -508,7 +508,7 @@
         "description": "radv: enable radv_no_dynamic_bounds for more Path of Exile executables",
         "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 695030d3fe9..4a9e64be220 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -667,7 +667,16 @@ TODO: document the other workarounds.
         </application>
     </device>
     <device driver="radv">
-        <application name="Path of Exile" executable="PathOfExile_x64Steam.exe">
+        <application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe">
+            <option name="radv_no_dynamic_bounds" value="true" />
+        </application>
+        <application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe">
+            <option name="radv_no_dynamic_bounds" value="true" />
+        </application>
+        <application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe">
+            <option name="radv_no_dynamic_bounds" value="true" />
+        </application>
+        <application name="Path of Exile (32-bit)" executable="PathOfExile.exe">
             <option name="radv_no_dynamic_bounds" value="true" />
         </application>
     </device>



More information about the mesa-commit mailing list