From b43167e920bb340466f9af1aef98e191e849b636 Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 18 Aug 2021 01:21:07 +0100 Subject: [PATCH] mesa/anv: Remove diagonal line ticket, clarify MSAA limitation --- Graphics-Driver-Issues.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index d5fc9dd..7542d41 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -76,12 +76,8 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr - **iris** Driver: _No known problems at this time._ **Vulkan** -- [Diagonal corruption line](https://gitlab.freedesktop.org/mesa/mesa/issues/2671)
-» **Workaround** implemented: **Yes**, use Strict Rendering Mode
-» **Reported**: **Yes**, on 2020-03-22. 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
+- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355)
+» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3
» **Reported**: **Yes**, on 2020-08-03. No solution given from the driver developers, feature unsupported in hardware.
---