From 61999088257cd0aab42c290b82a889b9ba8f6318 Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 31 Aug 2020 04:42:37 +0100 Subject: [PATCH] Remove fixed issue --- Graphics-Driver-Issues.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 2935ee6..c851239 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -76,13 +76,9 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr » **Workaround** implemented: **Yes**, use Strict Rendering Mode
» **Reported**: **Yes**, on 2020-03-22. Quickly replied.
-- [Crash when using ASync with Shader Interpreter or Shader Interpreter only shader modes](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3351)
-» **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.
+» **Reported**: **Yes**, on 2020-08-03. No solution given from the driver developers, feature unsupported in hardware.
---