From cb41ef0d3f537f8d1fb345cf5bdcc30070333c8b Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Mon, 27 Feb 2023 09:56:41 +0100 Subject: [PATCH] util/driconf: pin minImageCount to three for "Path of Exile" "Path of Exile" will fail with an error "unsupported backbuffer image count" when vkGetPhysicalDeviceSurfaceCapabilitiesKHR reports more than 3 as minImageCount. Signed-off-by: Gert Wollny Part-of: --- src/util/00-mesa-defaults.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 554115c..843beae 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -891,6 +891,16 @@ TODO: document the other workarounds.