From 45a458e9085c1f25b5bfc0a872ef5d51bbf80eb7 Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 29 Apr 2020 06:22:06 +0100 Subject: [PATCH] Add two fixed driver issues to Hall of Fame --- Graphics-Driver-Issues.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 91c7957..2b5ce8c 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -56,4 +56,14 @@ List of reported graphics driver bugs that are now fixed. We'd like to thank the - **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 \ No newline at end of file +» **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 + +- **Medium:** [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)
+» **Fixed** on: Mesa 20.0.2 \ No newline at end of file