mesa/src/kosmickrisp
Aitor Camacho 4543fd1789 kk: Handle unbound sets that contain dynamic buffers
The offset for the dynamic buffers needs to be computed with the currently
bound pipeline layout. This change fixes incorrectly selecting the offset
for a dynamic buffer if a descriptor with a lower index than the currently
being bound contains a dynamic buffer but said descriptor hasn't being
bound yet. It also prevents the binding to override the dynamic buffers in
order to preserve the already bound dynamic descriptors.

Signed-off-by: Aitor Camacho <aitor@lunarg.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39337>
2026-01-16 02:06:39 +00:00
..
bridge kk: add mtl_device_get_gpu_timestamp bridge 2025-12-16 18:30:21 +00:00
compiler nir: Drop the mode argument of nir_lower_vars_to_scratch(). 2025-12-17 19:50:28 +00:00
util
vulkan kk: Handle unbound sets that contain dynamic buffers 2026-01-16 02:06:39 +00:00
.clang-format
kosmicomp.c nir: Prepare nir_lower_io_vars_to_temporaries() for optional PLS lowering 2025-11-18 20:25:42 +00:00
meson.build