From 0a486bd9757837993ec871157d27fa63d23a5291 Mon Sep 17 00:00:00 2001
From: Rhys Perry <pendingchaos02@gmail.com>
Date: Fri, 12 Jun 2020 14:16:32 +0100
Subject: [PATCH] [util] Enable d3d11.invariantPosition for Borderlands 3

Seems to resolve https://gitlab.freedesktop.org/mesa/mesa/-/issues/2608
---
 src/util/config/config.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 3f1a481a..7aaa01dc 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -205,6 +205,10 @@ namespace dxvk {
     { R"(\\Stars End\.exe$)", {{
       { "d3d11.enableRtOutputNanFixup",     "True" },
     }} },
+    /* Borderlands 3                              */
+    { R"(\\Borderlands3\.exe$)", {{
+      { "d3d11.invariantPosition",          "True" },
+    }} },
 
     /**********************************************/
     /* D3D9 GAMES                                 */