From f94ef0a93568296dd3a98bc2b3c695fd65fd185d Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 29 Apr 2020 10:26:54 +0100 Subject: [PATCH] Reorder Hall of Fame --- Graphics-Driver-Issues.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 24bb1e2..1f79b4f 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -66,16 +66,16 @@ List of reported graphics driver bugs that are now fixed. We'd like to thank the » **Workaround** used: None, not possible
» **Fixed** on: Radeon Software Adrenalin 20.1.4 -- **Normal:** [OpenGL's glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested on **any** AMD GPU (Windows)](https://community.amd.com/thread/227876)
-» **Affected** drivers: Radeon Software Adrenalin 19.4.2 and earlier
-» **Workaround** used: [Manually byteswap texel data](https://github.com/RPCS3/rpcs3/commit/f56a6548b0a7a520301372f8e456c7174b514a68#diff-6067ceb43fa31f7dc9558bdf0b776ad8) (now removed)
-» **Fixed** on: Radeon Software Adrenalin 19.4.3 - - **High:** [AMD RADV driver crash when using ACO due to unusual control flow (Mesa)](https://gitlab.freedesktop.org/mesa/mesa/issues/2557)
» **Affected** drivers: Mesa 20.0.2 and earlier
» **Workaround** used: None, using RADV with LLVM instead of ACO
» **Fixed** on: Mesa 20.0.3 +- **Normal:** [OpenGL's glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested on **any** AMD GPU (Windows)](https://community.amd.com/thread/227876)
+» **Affected** drivers: Radeon Software Adrenalin 19.4.2 and earlier
+» **Workaround** used: [Manually byteswap texel data](https://github.com/RPCS3/rpcs3/commit/f56a6548b0a7a520301372f8e456c7174b514a68#diff-6067ceb43fa31f7dc9558bdf0b776ad8) (now removed)
+» **Fixed** on: Radeon Software Adrenalin 19.4.3 + - **Normal:** [Unnecessary implicit subpass dependencies caused performance regression on AMD RADV (Mesa)](https://gitlab.freedesktop.org/mesa/mesa/issues/2502)
» **Affected** drivers: Mesa 20.0.0, 20.0.1
» **Workaround** used: [Explicitely injecting null subpass dependencies](https://github.com/RPCS3/rpcs3/pull/7909/commits/943cbb1e39fec9cc02ac6193e9b05482c4a36c92#diff-d0082402e2ea9309446e3dc7818f8394) (now removed)