mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-24 05:25:21 +00:00
mesa/anv: Missing descriptorBindingUniformBufferUpdateAfterBind support
parent
65fa5b9637
commit
8975b71613
1 changed files with 5 additions and 1 deletions
|
@ -78,7 +78,11 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
|
|||
**Vulkan**
|
||||
- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355) <br>
|
||||
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3 <br>
|
||||
» **Reported**: **Yes**, on 2020-08-03. No solution given from the driver developers, feature unsupported in hardware. <br>
|
||||
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware. <br>
|
||||
|
||||
- [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426)
|
||||
» **Workaround** implemented: **Yes**, an alternative (slower) code path will be used instead <br>
|
||||
» **Reported**: **Yes**, on 2020-09-28. <br>
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue