mesa/src/vulkan/util
Matt Turner ed77bf3c4e ci: Unify on MESA_VK_IGNORE_CONFORMANCE_WARNING
Move and rename warn_non_conformant_implementation() to common location
of src/vulkan/util/vk_util.c as vk_warn_non_conformant_implementation().

In freedreno/ci,  move MESA_VK_IGNORE_CONFORMANCE_WARNING to common
location of .baremetal-deqp-test-freedreno-vk.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11563>
2021-06-25 19:45:38 +00:00
..
gen_enum_to_str.py vulkan/util: cast enums to int64_t in switch 2021-04-19 06:14:11 +00:00
meson.build vulkan/util: add vk_default_allocator 2021-06-03 08:13:26 +00:00
vk_alloc.c vulkan/util: add vk_default_allocator 2021-06-03 08:13:26 +00:00
vk_alloc.h vulkan/util: add vk_default_allocator 2021-06-03 08:13:26 +00:00
vk_cmd_copy.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_debug_report.c vulkan: fix use-after-free in vk_common_DestroyDebugReportCallbackEXT 2021-04-29 14:06:49 +00:00
vk_debug_report.h vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
vk_deferred_operation.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_deferred_operation.h anv,radv: Use common entrypoints for VK_KHR_deferred_operation 2021-02-01 18:54:25 +00:00
vk_descriptors.c vulkan: Fix descriptor set creation with zero bindings. 2021-03-29 23:32:50 +00:00
vk_descriptors.h vulkan: Fix descriptor set creation with zero bindings. 2021-03-29 23:32:50 +00:00
vk_device.c vulkan: document flags choice for vkGetDeviceQueue 2021-02-15 21:01:28 +02:00
vk_device.h vulkan: Rework vk_device_init and friends 2021-02-01 18:54:25 +00:00
vk_dispatch_table_gen.py zink: Fix win32 build 2021-06-14 19:48:36 +00:00
vk_entrypoints_gen.py vulkan: Support 32-bit "weak" symbols on MSVC 2021-05-16 23:05:24 +00:00
vk_extensions.py vulkan: Rework extension disabling on Android 2021-02-04 20:02:12 +00:00
vk_extensions_gen.py vulkan: Track dependencies of Python imports 2021-04-08 14:15:54 +00:00
vk_format.c anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_format.h anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_icd_gen.py anv,vulkan: Move anv_icd.py to a common location 2021-02-04 20:02:12 +00:00
vk_instance.c vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
vk_instance.h vulkan: Add a common helper for enumerating instance extension properties 2021-02-04 20:02:12 +00:00
vk_object.c vulkan: Add a vk_object_multialloc helper 2021-04-10 02:18:02 +00:00
vk_object.h vulkan: Add a vk_object_multialloc helper 2021-04-10 02:18:02 +00:00
vk_physical_device.c vulkan: Avoid stomping array padding in the MemoryProperties wrapper. 2021-05-20 21:41:06 +00:00
vk_physical_device.h vulkan: Add generators for instance trampoline functions 2021-02-01 18:54:24 +00:00
vk_render_pass.c vulkan: add common entrypoints for VK_KHR_create_renderpass2 2021-03-24 11:21:53 +00:00
vk_shader_module.c vk/util: add unified shader module struct/functions 2021-03-15 21:47:44 +00:00
vk_shader_module.h vk/util: add a util macro for initializing stack vk_shader_module structs 2021-03-15 21:47:44 +00:00
vk_util.c ci: Unify on MESA_VK_IGNORE_CONFORMANCE_WARNING 2021-06-25 19:45:38 +00:00
vk_util.h ci: Unify on MESA_VK_IGNORE_CONFORMANCE_WARNING 2021-06-25 19:45:38 +00:00