mesa/src/vulkan/util
Valentine Burley 57c81bab04 vulkan/format: Translate two 420_UNORM formats properly
VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM and VK_FORMAT_G8_B8R8_2PLANE_420_UNORM were being
translated to IYUV and NV12 formats which, in PIPE_FORMAT parlance, are auto-converted
formats, not raw data formats.
Use the raw data formats like everything else.

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30459>
2024-08-01 07:44:18 +00:00
..
gen_enum_to_str.py vk/enum2str: add more max enum vendors 2023-09-13 18:57:42 +00:00
meson.build format: Generate endian-independent format aliases 2024-07-19 13:50:42 +00:00
vk_alloc.c vulkan/util: assume c11 2022-06-14 15:08:37 +00:00
vk_alloc.h vulkan/multialloc: bump max number to 16 2024-02-01 13:20:21 +00:00
vk_cmd_queue_gen.py vk_cmd_queue_gen: Exclude CmdDispatchGraphAMDX 2024-07-08 13:17:42 +00:00
vk_dispatch_table_gen.py vulkan/dispatch_table: add an uncompacted version of the table 2024-02-29 11:18:18 +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 vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
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: properly ignore unsupported feature structs 2024-06-27 07:04:39 +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/format: Translate two 420_UNORM formats properly 2024-08-01 07:44:18 +00:00
vk_format.h vulkan: Add helper to resolve Android external format 2024-05-14 14:53:45 +00:00
vk_icd_gen.py vk/util: print a nice error in vk_icd_gen.py when VK_HEADER_VERSION is not defined 2024-02-29 14:25:49 +00:00
vk_physical_device_features_gen.py vulkan: properly ignore unsupported feature structs 2024-06-27 07:04:39 +00:00
vk_physical_device_properties_gen.py vulkan/properties: handle LayeredApiPropertiesListKHR 2024-07-02 20:24:43 +00:00
vk_physical_device_spirv_caps_gen.py vulkan: add helper to fill out spirv caps automatically 2024-05-09 01:14:22 +00:00
vk_struct_type_cast_gen.py vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +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 Revert "meson/vulkan/util: allow venus to drop compiler deps" 2024-03-07 20:33:28 +00:00
vk_util.h vulkan: drop redundant core props query and copy helpers 2024-05-16 01:58:14 +00:00