From ee3d7e48a4884b2e0bb02218d9ef8910fe3d978f Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 3 Aug 2020 02:27:14 +0100 Subject: [PATCH] anv: Missing shaderStorageImageMultisample Vulkan feature --- Graphics-Driver-Issues.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 7d00723..2935ee6 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -80,6 +80,10 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr » **Workaround** implemented: None, use one of the shader modes that don't use the Shader Interpreter
» **Reported**: **Yes**, on 2020-08-02. Quickly replied.
+- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs (RPCS3 crashes if MSAA is enabled)](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355)
+» **Workaround** implemented: None, disable Anti-Aliasing
+» **Reported**: **Yes**, on 2020-08-03.
+ --- # Hall of Fame