From 9e385ea80bf9ac6d1154363fcb6ddb1fb9092b46 Mon Sep 17 00:00:00 2001 From: Ani Date: Thu, 30 Apr 2020 20:05:19 +0100 Subject: [PATCH] Update shaderStorageImageMultisample issue --- Graphics-Driver-Issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index f740e9b..216365c 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -57,8 +57,8 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr » **Reported**: **Yes**, on 2020-04-26. Issue assigned. - [Missing `shaderStorageImageMultisample` Vulkan feature support on GCN1 GPUs (RPCS3 crashes if MSAA is enabled)](https://gitlab.freedesktop.org/mesa/mesa/-/issues/2864)
-» **Workaround** implemented: No, set MSAA to Disabled. If you really need MSAA, use the `amdvlk` driver.
-» **Reported**: **Yes**, on 2020-04-30. +» **Workaround** implemented: No, set MSAA to Disabled or use `mesa-git`.
+» **Reported**: **Yes**, on 2020-04-30. Was already fixed on `mesa-git`, fix will release on Mesa 20.1.0. - Primitive restart is 'broken', this seems to be a GCN hardware bug as it affects both proprietary and open-source drivers
» **Workaround** implemented: **Yes** (automatic)