diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md
index 3d913b1..34e0cdf 100644
--- a/Graphics-Driver-Issues.md
+++ b/Graphics-Driver-Issues.md
@@ -41,6 +41,10 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
» **Reported**: No
» **Note**: Intel proprietary Vulkan drivers are unsupported by RPCS3 due to their poor state.
+- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6052)
+» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be automatically disabled by RPCS3
+» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware.
+
- _**Unsupported.** There are likely other issues as well..._
@@ -81,7 +85,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
- **iris** Driver: _No known problems at this time._
**Vulkan**
-- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355)
+- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6052)
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware.