Module: Mesa Branch: staging/23.3 Commit: 99fdd1bcf18e50f55c2fd1bacafb4134b380016f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99fdd1bcf18e50f55c2fd1bacafb4134b380016f
Author: Tapani Pälli <[email protected]> Date: Tue Dec 19 12:45:50 2023 +0200 drirc/anv: disable FCV optimization for Baldur's Gate 3 Cc: mesa-stable Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26754> (cherry picked from commit 9e88c711a3da96cb633bdc35e009bcb1bd193d74) --- .pick_status.json | 2 +- src/util/00-mesa-defaults.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 79d95f48cf1..d11fe7125a3 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -64,7 +64,7 @@ "description": "drirc/anv: disable FCV optimization for Baldur's Gate 3", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index cb41cc58b64..9e9fbb89913 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1166,6 +1166,9 @@ TODO: document the other workarounds. <application name="DEATH STRANDING" executable="ds.exe"> <option name="force_vk_vendor" value="-1" /> </application> + <application name="Baldur's Gate 3" executable="bg3.exe"> + <option name="anv_disable_fcv" value="true" /> + </application> <!-- Disable 16-bit feature on zink and angle so that GLES mediump doesn't lower to our inefficent 16-bit shader support. No need to do so for
