Mesa (staging/21.2): drirc: Apply radv_invariant_geom workaround to Resident Evil Village.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 27 21:53:15 UTC 2021


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

Author: Timur Kristóf <timur.kristof at gmail.com>
Date:   Tue Oct 12 16:29:01 2021 +0200

drirc: Apply radv_invariant_geom workaround to Resident Evil Village.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5071
Signed-off-by: Timur Kristóf <timur.kristof at gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13312>
(cherry picked from commit bbce747a0d68a92e4f10cf9c514eedf7a599eed7)

---

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

diff --git a/.pick_status.json b/.pick_status.json
index 24d564d0b8a..aa7be2520df 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -3748,7 +3748,7 @@
         "description": "drirc: Apply radv_invariant_geom workaround to Resident Evil Village.",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 02669993d11..637d549fbaf 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -857,5 +857,9 @@ TODO: document the other workarounds.
         <application name="RDR2" application_name_match="Red Dead Redemption 2">
             <option name="radv_report_apu_as_dgpu" value="true" />
         </application>
+
+        <application name="Resident Evil Village" application_name_match="re8.exe">
+            <option name="radv_invariant_geom" value="true" />
+        </application>
     </device>
 </driconf>



More information about the mesa-commit mailing list