mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Add "Missing shaderStorageImageMultisample Vulkan feature support on Intel iGPUs" on Intel (Proprietary) Vulkan
parent
4bbe35ecd4
commit
4e4373e091
|
|
@ -41,6 +41,10 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
|
||||||
» **Reported**: No <br>
|
» **Reported**: No <br>
|
||||||
» **Note**: Intel proprietary Vulkan drivers are unsupported by RPCS3 due to their poor state.
|
» **Note**: Intel proprietary Vulkan drivers are unsupported by RPCS3 due to their poor state.
|
||||||
|
|
||||||
|
- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6052) <br>
|
||||||
|
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be automatically disabled by RPCS3 <br>
|
||||||
|
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware. <br>
|
||||||
|
|
||||||
- _**Unsupported.** There are likely other issues as well..._
|
- _**Unsupported.** There are likely other issues as well..._
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -81,7 +85,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
|
||||||
- **iris** Driver: _No known problems at this time._
|
- **iris** Driver: _No known problems at this time._
|
||||||
|
|
||||||
**Vulkan**
|
**Vulkan**
|
||||||
- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355) <br>
|
- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6052) <br>
|
||||||
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3 <br>
|
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3 <br>
|
||||||
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware. <br>
|
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware. <br>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue