From f3ba9a2fd95c62e0b2574374517e05505f9fae56 Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Sat, 11 Aug 2018 19:05:39 +0300 Subject: [PATCH] Updated Graphics Driver Issues (markdown) --- Graphics-Driver-Issues.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 1e944f9..fc0f2b5 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -16,8 +16,6 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr **Vulkan.** - Raster pattern requires 'Strict Mode' to be enabled to deal with framebuffer feedback loops, otherwise a diagonal line may be observed on screen between triangle edges. - Primitive restart is 'broken'. This seems to be a GCN hardware bug as it also affects mesa drivers to some extent. Workaround implemented. -- Fence reset can trigger a driver crash, epsecially on pre-GCN4 hardware. Workaround implemented. -- Compiling some shaders can crash the driver on version 18.5.2 and newer. Issue reported, driver update expected to fix the issue. Revert back to 18.5.1 until the issue is resolved. ### NVIDIA (proprietary) **OpenGL.**