diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index b69404b..9abd80e 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -89,10 +89,6 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr » **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware.
-- [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426)
-» **Workaround** implemented: **Yes**, an alternative (slower) code path will be used instead
-» **Reported**: **Yes**, on 2020-09-28.
- ## NVIDIA (Mesa) **Vulkan** @@ -144,6 +140,11 @@ List of reported graphics driver bugs that are now fixed. We'd like to thank the » **Workaround** used: None
» **Fixed** on: Radeon Software Adrenalin 25.11.1 +- **Normal:** [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426)
+» **Affected** drivers: Mesa 21.2.3 and older
+» **Workaround** used: **Yes**, an alternative (slower) code path
+» **Fixed** on: Mesa 21.2.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)