mesa/src/vulkan/util
Konstantin Seurer 9a82e4ba81
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
vulkan/cmd_queue: Do not zero initialize vk_cmd_queue_entry
Most of the struct will be initialized already. Make sure to initialize
everything so linear_alloc_child can be used.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39881>
2026-02-14 20:11:40 +00:00
..
gen_enum_to_str.py meson: remove '--outdir' argument in script 2025-10-08 20:51:20 +00:00
meson.build meson: add vk_enum_defines.h to idep_vulkan_util_headers 2025-10-09 14:47:11 +00:00
vk_alloc.c
vk_alloc.h vulkan/util: add vk_realloc2 2025-07-08 20:22:13 +00:00
vk_cmd_queue_gen.py vulkan/cmd_queue: Do not zero initialize vk_cmd_queue_entry 2026-02-14 20:11:40 +00:00
vk_dispatch_table_gen.py build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_dispatch_trampolines_gen.py mesa/vulkan: use a simpler path for header in trampoline gen 2024-01-18 18:45:40 +00:00
vk_entrypoints.py
vk_entrypoints_gen.py vk_entrypoints_gen: Apply hidden visibility to generated symbols 2024-07-05 14:40:39 +00:00
vk_extensions.py vulkan: update ALLOWED_ANDROID_VERSION for api level 36 2025-12-17 19:22:47 +00:00
vk_extensions_gen.py vulkan/util: drop redundant code gen from vk_extensions_gen.py 2024-02-01 19:29:48 +00:00
vk_format.c vulkan: add plane aspect format helper 2026-01-28 13:41:25 +00:00
vk_format.h vulkan: add plane aspect format helper 2026-01-28 13:41:25 +00:00
vk_icd_gen.py vulkan: Optionally share one JSON manifest per driver between architectures 2025-11-24 19:05:57 +00:00
vk_internal_exts.h vulkan/runtime: add an internal flag for independent sets 2025-12-02 13:25:20 +00:00
vk_physical_device_features_gen.py vulkan: update spec to 1.4.335 2025-12-03 14:47:00 +00:00
vk_physical_device_properties_gen.py vulkan/util: drop workaround for ANB struct 2025-09-26 14:02:53 +00:00
vk_physical_device_spirv_caps_gen.py vulkan: stop excluding Shader64BitIndexingEXT SPIR-V cap 2025-11-20 15:44:04 +00:00
vk_struct_type_cast_gen.py meson: remove '--outdir' argument in script 2025-10-08 20:51:20 +00:00
vk_synchronization_helpers_gen.py vulkan: Handle group stages in vk_.*_access2_for_pipeline_stage_flags2 2024-06-28 10:41:49 +00:00
vk_util.c mesa: replace most occurrences of getenv() with os_get_option() 2025-11-06 04:36:13 +00:00
vk_util.h util: allow string shader "statistics" 2026-02-02 23:30:24 +00:00