mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 16:48:13 +02:00
Panvk currently enables VK_EXT_vertex_attribute_divisor, but Mali HW does not support a non-zero firstInstance when a divisor is used. supportsNonZeroFirstInstance is correctly set to false to advertise this, however this property was only added when the extension was promoted. Thus we need to remove support for VK_EXT_vertex_attribute_divisor and enable VK_KHR_vertex_attribute_divisor instead. Also fixes an issue with non-zero divisor for v10. Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32137> |
||
|---|---|---|
| .. | ||
| ci | ||
| compiler | ||
| drm-shim | ||
| ds | ||
| include | ||
| lib | ||
| midgard | ||
| perf | ||
| shared | ||
| tools | ||
| util | ||
| vulkan | ||
| .clang-format | ||
| meson.build | ||