From f8463568bc31152437bdafbcf57346db2d8e31ce Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Mon, 29 Apr 2019 19:00:47 +0300 Subject: [PATCH] Updated Graphics Driver Issues (markdown) --- Graphics-Driver-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 102b00b..91753c0 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -11,7 +11,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr ### AMD (proprietary) **OpenGL.** - glMultiDrawArrays is broken. Workaround implemented and problem reported to AMD. No replies yet. -- glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested. Workaround implemented. +- ~~glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested. Workaround implemented.~~ Fixed in driver version 19.4.3 **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.