From c884a02e25270ea41f78dd32f7b3408405a606fc Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 23 Jun 2021 23:42:53 +1000 Subject: [PATCH] util: add work around for the game We Happy Few MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is another Unreal engine game that requires the allow_glsl_cross_stage_interpolation_mismatch workaround. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4966 Reviewed-by: Marek Olšák Part-of: (cherry picked from commit d22cdcd33a4ee2e47b07235f986273b9b69d5804) --- .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 b31ee762f2a..2546e1db299 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -994,7 +994,7 @@ "description": "util: add work around for the game We Happy Few", "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 a8c07c5abab..2661363c956 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -236,6 +236,10 @@ TODO: document the other workarounds.