mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-04 15:50:21 +01:00
Move "Missing descriptorBindingUniformBufferUpdateAfterBind support" to solved as of Mesa 21.2.4
parent
99f03ab38d
commit
b1be0440b2
|
|
@ -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 <br>
|
||||
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware. <br>
|
||||
|
||||
- [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426) <br>
|
||||
» **Workaround** implemented: **Yes**, an alternative (slower) code path will be used instead <br>
|
||||
» **Reported**: **Yes**, on 2020-09-28. <br>
|
||||
|
||||
|
||||
## NVIDIA (Mesa) <a name="amd-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 <br>
|
||||
» **Fixed** on: Radeon Software Adrenalin 25.11.1
|
||||
|
||||
- **Normal:** [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426) <br>
|
||||
» **Affected** drivers: Mesa 21.2.3 and older <br>
|
||||
» **Workaround** used: **Yes**, an alternative (slower) code path <br>
|
||||
» **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) <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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue