mesa/src/vulkan/util
Romaric Jodin c8b10b4512
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
meson: add vk_enum_defines.h to idep_vulkan_util_headers
Adding vk_enum_defines.h to idep_vulkan_util_headers to help
ninja-to-soong generate correct rules for the Android build system.

Without it, ninja-to-soong is not able to figure out that this file is
needed by targets depending on idep_vulkan_util_headers, leading to
build errors with the file missing.

Ref #14072

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37789>
2025-10-09 14:47:11 +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/vk_cmd_queue: Clone VkSampleLocationsInfoEXT extending VkRenderingInfo 2025-09-30 01:13:29 +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
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 35 2025-03-14 18:39:07 +00:00
vk_extensions_gen.py
vk_format.c vulkan/format: Map VK_EXT_ycbcr_2plane_444_formats to pipe format 2025-09-08 11:59:36 +00:00
vk_format.h pvr: support VK_FORMAT_R8G8_SSCALED for vertex attribs 2025-09-16 18:26:31 +00:00
vk_icd_gen.py vulkan: Specify library_arch in ICD files 2025-06-19 17:30:24 +00:00
vk_internal_exts.h vulkan: move internal vulkan pseudo-extensions to a common file 2025-09-01 03:50:12 +00:00
vk_physical_device_features_gen.py vulkan/util: update pd feature codegen to use platform guards 2025-08-12 18:12:50 +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/util: Use str.removeprefix() from Python 3.9 2025-08-05 21:39:58 +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 vulkan/util: add vk_topology_to_mesa helper function 2025-09-03 22:04:14 -07:00
vk_util.h util: move typed_memcpy into macros.h 2025-09-05 20:01:00 +00:00