mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-10 14:00:30 +01:00
Vulkan spec requires binding flags to be matched with the binding with the same index, however currently bindings are sorted with flags not properly sorted, which leads to bindings and flags mismatch. Resolve this by adding optional flags info to the parameters of vk_create_sorted_bindings(), and refactoring panvk/pvr (which really pair bindings and flags instead of only iterating flags) to use sorted flags. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Reviewed-by: Ryan Mckeever <ryan.mckeever@collabora.com> Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38967> |
||
|---|---|---|
| .. | ||
| ci | ||
| clc | ||
| compiler | ||
| spirv_to_dxil | ||
| vulkan | ||
| meson.build | ||