Add "Vulkan depth buffer comparison does not work on AMD Windows"

Ani 2025-11-18 05:53:34 +01:00
parent 28ef2f5348
commit 5371d00fa5

@ -119,6 +119,11 @@ List of reported graphics driver bugs that are now fixed. We'd like to thank the
» **Workaround** used: None <br>
» **Fixed** on: Radeon Software Adrenalin 24.2.1
- **High:** [Vulkan depth buffer comparison does not work on AMD Windows](https://github.com/RPCS3/rpcs3/issues/17267) <br>
» **Affected** drivers: Radeon Software Adrenalin 25.1.1 to 25.10.2 <br>
» **Workaround** used: None <br>
» **Fixed** on: Radeon Software Adrenalin 25.11.1
- **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) <br>
» **Affected** drivers: Radeon Software Adrenalin 19.4.2 and earlier <br>
» **Workaround** used: [Manually byteswap texel data](https://github.com/RPCS3/rpcs3/commit/f56a6548b0a7a520301372f8e456c7174b514a68#diff-6067ceb43fa31f7dc9558bdf0b776ad8) (now removed) <br>