mesa/src/asahi
Alyssa Rosenzweig c1d75c6e51 treewide: use BITSET_CALLOC
Via Coccinelle patch:

    @@
    expression count;
    type T;
    @@

    -calloc(BITSET_WORDS(count), sizeof(T))
    +BITSET_CALLOC(count)

    @@
    expression count;
    type T;
    @@

    -calloc(sizeof(T), BITSET_WORDS(count))
    +BITSET_CALLOC(count)

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37779>
2025-10-09 12:29:55 +00:00
..
ci asahi: Add base expectation on VKCTS main 2025-09-30 20:31:27 +00:00
clc asahi/clc: promote bindless textures 2025-07-10 14:55:18 -04:00
compiler treewide: use BITSET_CALLOC 2025-10-09 12:29:55 +00:00
drm-shim asahi: fix drm-shim 2025-09-15 22:46:21 +00:00
genxml asahi: reduce ppp alignment 2025-08-08 10:10:58 +00:00
isa agx: fix simd reduce forcing no cache bit 2025-08-03 14:40:54 -04:00
layout build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
lib nir/lower_alpha: extend to support dynamic a2c 2025-09-30 12:15:53 +00:00
libagx libagx: fix heap argument type in libagx_draw_robust_index 2025-10-03 18:44:30 +00:00
vulkan hk: Add non-cached memory type 2025-10-01 13:26:51 +00:00
.clang-format clang-format: Update the .clang-format files to conformance clang-format json-schema 2025-09-09 07:04:55 +00:00
meson.build agx: add XML-based disassembler 2025-06-05 18:57:42 +00:00