mesa/src/kosmickrisp
Aitor Camacho bdaff0b457
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
kk: Handle memory coherency for textures and buffers
M1 chips are more restrictive than M2 and above. We need to enforce memory
coherency when needed through "coherent" for buffer memory and
"memory_coherence_device" for textures. Without these the memory operations
are not visible to other threads.

Reviewed-by: Arcady Goldmints-Orlov <arcady@lunarg.com>
Signed-off-by: Aitor Camacho <aitor@lunarg.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38595>
2025-11-26 02:26:21 +00:00
..
bridge kk: Remove mem leaks in cmd buf destroy and residency set creation 2025-11-25 17:33:50 +00:00
compiler kk: Handle memory coherency for textures and buffers 2025-11-26 02:26:21 +00:00
util
vulkan kk: Handle memory coherency for textures and buffers 2025-11-26 02:26:21 +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