From 1cde1632b31809938b97e1327e89f8be21eb8839 Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 28 Nov 2025 18:04:18 +0100 Subject: [PATCH] Remove non-driver issue caused by LLVM and update the link to the GCN primitive restart driver workaround commit --- Graphics-Driver-Issues.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index b3919c3..7934ecb 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -71,12 +71,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr **Vulkan** - 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)
-» **Note**: Confirmed, see [eae8f49f@mesa3d/mesa](https://github.com/mesa3d/mesa/commit/eae8f49fc65e6e625f5e05d38c3bf1b61b84bd3d) - -- ~~[LLVM 8 generates broken code on Mesa](https://bugs.freedesktop.org/show_bug.cgi?id=110970)~~
-» **Workaround** implemented: No, use newer versions of Mesa that are based on LLVM 9 or above
-» **Reported**: **Yes**, on 2019-06-22. Quick reply.
-» **Note**: This is caused by a dependency (LLVM), and not a bug on the driver's implementation.
+» **Note**: Confirmed, see [eae8f49f@mesa/mesa](https://gitlab.freedesktop.org/mesa/mesa/-/commit/eae8f49fc65e6e625f5e05d38c3bf1b61b84bd3d) ## Intel (Mesa)