mesa/src/vulkan/runtime
Lionel Landwerlin 3ffca66b3c vulkan/runtime: fix invalid address flags value for CmdCopyBufferToImage2
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: a8e49be9d9 ("vulkan/runtime: add implementation of older entrypoints using KHR_DAC")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40387>
2026-05-07 15:49:19 +00:00
..
bvh vulkan: Implement 64-bit morton codes 2026-05-04 20:42:50 +00:00
radix_sort vulkan/radix_sort: Add support for 96-bit keys 2026-05-04 20:42:49 +00:00
rmv treewide: use UTIL_DYNARRAY_INIT 2025-11-04 13:39:48 +00:00
meson.build vulkan: Add a lowering pass for descriptor heap mappings 2026-03-30 06:51:26 +00:00
vk_acceleration_structure.c vulkan: Implement 64-bit morton codes 2026-05-04 20:42:50 +00:00
vk_acceleration_structure.h vulkan: Implement 64-bit morton codes 2026-05-04 20:42:50 +00:00
vk_android.c vulkan/android: Set COLOR_ATTACHMENT_BIT for external format resolve 2026-04-30 19:56:26 +00:00
vk_android.h vulkan/android: Add vk_android_import_anb_memory helper 2026-04-23 21:21:31 +00:00
vk_blend.c vulkan/runtime: Add helper to convert VkBlendOverlapEXT to pipe_blend_overlap_mode 2026-01-24 21:44:01 +00:00
vk_blend.h vulkan/runtime: Add helper to convert VkBlendOverlapEXT to pipe_blend_overlap_mode 2026-01-24 21:44:01 +00:00
vk_buffer.c vulkan/runtime: build (address|copy)_flags for vk_buffer 2026-03-16 11:30:46 +00:00
vk_buffer.h vulkan/runtime: build (address|copy)_flags for vk_buffer 2026-03-16 11:30:46 +00:00
vk_buffer_view.c
vk_buffer_view.h
vk_cmd_copy.c
vk_cmd_enqueue.c vk/cmd_queue: generate CmdPushConstants2 2026-03-10 21:49:18 +00:00
vk_command_buffer.c vulkan/runtime: fix invalid address flags value for CmdCopyBufferToImage2 2026-05-07 15:49:19 +00:00
vk_command_buffer.h vulkan: Add MESA_VK_SHADER_STAGE_ALL 2025-08-07 20:46:24 +00:00
vk_command_pool.c
vk_command_pool.h
vk_debug_report.c vulkan: do not pass vk_instance for debug report messages 2026-03-16 11:55:45 +00:00
vk_debug_report.h vulkan: do not pass vk_instance for debug report messages 2026-03-16 11:55:45 +00:00
vk_debug_utils.c vulkan: fix memory leak in vkQueueBeginDebugUtilsLabelEXT() 2026-03-23 22:41:49 +00:00
vk_debug_utils.h vulkan: add support for VK_KHR_internally_synchronized_queues 2026-01-28 15:32:57 +00:00
vk_deferred_operation.c
vk_deferred_operation.h
vk_descriptor_set_layout.c vulkan/runtime: store flags on descriptor set layouts 2025-02-27 13:26:58 +02:00
vk_descriptor_set_layout.h vulkan: use p_atomic_read on vk_descriptor_set_layout::ref_cnt 2025-08-08 10:26:52 +00:00
vk_descriptor_update_template.c
vk_descriptor_update_template.h
vk_descriptors.c vk: descriptors: sort bindings along with flags 2026-01-20 15:55:47 +00:00
vk_descriptors.h vk: descriptors: sort bindings along with flags 2026-01-20 15:55:47 +00:00
vk_device.c vulkan: pre-compute the default robustness state in the device 2026-04-21 17:29:04 +00:00
vk_device.h vulkan: pre-compute the default robustness state in the device 2026-04-21 17:29:04 +00:00
vk_device_generated_commands.c vulkan: add DGC support with descriptor heap 2026-03-31 10:10:17 +00:00
vk_device_generated_commands.h
vk_device_memory.c vulkan: #if DETECT_OS_ANDROID --> #if defined(VK_USE_PLATFORM_ANDROID_KHR) 2025-08-22 16:09:38 +00:00
vk_device_memory.h
vk_drm_syncobj.c vulkan/drm-syncobj: Stop returning early waiting for sync files 2025-11-25 06:08:07 +00:00
vk_drm_syncobj.h vulkan/drm_syncobj: Add a vk_drm_syncobj_copy_payloads helper 2025-08-22 23:05:00 +00:00
vk_fence.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_fence.h
vk_format_info_gen.py build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_framebuffer.c
vk_framebuffer.h
vk_graphics_state.c vulkan: add tracking for VK_EXT_primitive_restart_index 2026-04-22 08:52:57 +00:00
vk_graphics_state.h vulkan: add tracking for VK_EXT_primitive_restart_index 2026-04-22 08:52:57 +00:00
vk_image.c vulkan/android: Add deferred image helper 2026-04-23 21:21:31 +00:00
vk_image.h vulkan/android: Add deferred image helper 2026-04-23 21:21:31 +00:00
vk_instance.c vk/runtime,zink: only integrate renderdoc on supported platforms 2026-01-07 09:08:46 +00:00
vk_instance.h vulkan/runtime: allow drivers to enable vk_log output in release builds 2026-03-24 21:42:33 +00:00
vk_limits.h vulkan/runtime: handle custom border color index with samplers 2026-03-30 06:51:26 +00:00
vk_log.c vulkan/runtime: allow drivers to enable vk_log output in release builds 2026-03-24 21:42:33 +00:00
vk_log.h
vk_meta.c panvk, vk/meta: Move D/S sanitizing to panvk 2025-09-30 13:14:18 +00:00
vk_meta.h vulkan: Implement HPLOC 2026-01-18 19:20:36 +01:00
vk_meta_blit_resolve.c nir/builder: infer txf_ms/txl/txb opcodes 2026-01-14 08:18:15 +00:00
vk_meta_clear.c vulkan/meta: Always set VK_IMAGE_VIEW_CREATE_DRIVER_INTERNAL_BIT_MESA 2025-09-05 23:34:11 +00:00
vk_meta_copy_fill_update.c vk/meta_copy_fill_update: simplify tex builder 2026-01-14 08:18:15 +00:00
vk_meta_draw_rects.c
vk_meta_object_list.c treewide: use UTIL_DYNARRAY_INIT 2025-11-04 13:39:48 +00:00
vk_meta_object_list.h util/dynarray: infer type in append 2025-10-24 18:32:07 +00:00
vk_meta_private.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_nir.c spirv,treewide: rework specialization constant 2026-04-22 06:57:55 +00:00
vk_nir.h shader_info: remove gl_subgroup_size enum 2025-09-12 21:05:17 +00:00
vk_nir_convert_ycbcr.c vulkan: Support descriptor heaps in vk_nir_convert_ycbcr() 2026-03-30 06:51:26 +00:00
vk_nir_convert_ycbcr.h vulkan: Support descriptor heaps in vk_nir_convert_ycbcr() 2026-03-30 06:51:26 +00:00
vk_nir_lower_descriptor_heaps.c vulkan: add an option to lower SHADER_RECORD_INDEX to non-uniform 2026-04-16 08:21:28 +02:00
vk_nir_lower_descriptor_heaps.h vulkan: add an option to lower SHADER_RECORD_INDEX to non-uniform 2026-04-16 08:21:28 +02:00
vk_object.c vulkan: handle wsi private data properly 2025-09-01 05:44:40 +00:00
vk_object.h anv: Implement VK_EXT_device_memory_report 2025-03-04 15:24:39 +00:00
vk_physical_device.c vulkan: Add a common implementation of GetPhysicalDeviceDescriptorSizeKHR 2026-03-30 06:51:26 +00:00
vk_physical_device.h
vk_pipeline.c vulkan: replace VK_SHADER_CREATE_INDEPENDENT_SETS_BIT_MESA with the maint11 flag 2026-05-06 10:43:56 +00:00
vk_pipeline.h vulkan: add pipeline helper to retrieve scratch-size/ray-queries 2026-05-06 09:49:45 +00:00
vk_pipeline_cache.c vulkan/runtime: allow to use a different disk cache 2025-02-05 16:30:27 +00:00
vk_pipeline_cache.h vulkan/runtime: allow to use a different disk cache 2025-02-05 16:30:27 +00:00
vk_pipeline_layout.c Remove mesa-sha1.h 2026-03-23 07:03:27 +00:00
vk_pipeline_layout.h vulkan/runtime: track dynamics descriptor in a set layout 2025-05-08 11:22:55 +00:00
vk_query_pool.c vulkan/query_pool: Store video encode feedback 2025-10-14 09:11:25 +00:00
vk_query_pool.h vulkan/query_pool: Store video encode feedback 2025-10-14 09:11:25 +00:00
vk_queue.c vulkan/queue: pass protected submit info to driver 2026-03-27 17:08:01 +00:00
vk_queue.h vulkan/queue: pass protected submit info to driver 2026-03-27 17:08:01 +00:00
vk_render_pass.c vulkan/render_pass: Always use separate depth/stencil layouts 2026-03-16 09:16:09 +00:00
vk_render_pass.h vulkan/meta: Handle VK_RENDERING_ATTACHMENT_RESOLVE_SKIP_TRANSFER_FUNCTION_BIT 2025-10-27 16:19:43 -04:00
vk_sampler.c vulkan/runtime: handle custom border color index with samplers 2026-03-30 06:51:26 +00:00
vk_sampler.h vulkan/runtime: handle custom border color index with samplers 2026-03-30 06:51:26 +00:00
vk_semaphore.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_semaphore.h
vk_shader.c vulkan: stop forcing independent sets for shader object 2026-05-06 10:43:56 +00:00
vk_shader.h vulkan/shader: Call vk_nir_lower_descriptor_heaps() 2026-03-30 06:51:26 +00:00
vk_shader_module.c
vk_shader_module.h
vk_standard_sample_locations.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vk_standard_sample_locations.h
vk_sync.c vulkan: Add a vk_sync_signal_unwrap() helper 2025-08-22 23:05:00 +00:00
vk_sync.h vulkan: Add a vk_sync_signal_unwrap() helper 2025-08-22 23:05:00 +00:00
vk_sync_binary.c vulkan: external sync for vk_sync_binary 2026-02-24 14:23:05 +00:00
vk_sync_binary.h
vk_sync_dummy.c
vk_sync_dummy.h
vk_sync_timeline.c vulkan/sync: Return early in vk_sync_timeline_wait() if wait_value == 0 2025-08-22 23:04:56 +00:00
vk_sync_timeline.h vulkan: don't destroy vk_sync_timeline if a point is still pending 2025-07-24 18:49:02 -03:00
vk_synchronization.c tu: Optimize sync2 event handling in the non-asymmetric case 2026-05-01 11:47:18 +00:00
vk_synchronization.h tu: Optimize sync2 event handling in the non-asymmetric case 2026-05-01 11:47:18 +00:00
vk_texcompress_astc.c vulkan/runtime: enable parametrization of ASTC software decode 2026-04-27 15:17:04 +00:00
vk_texcompress_astc.h vulkan/runtime: enable parametrization of ASTC software decode 2026-04-27 15:17:04 +00:00
vk_texcompress_etc2.c vulkan/runtime: add support for ETC2 emulation with copy_memory_indirect 2026-02-18 07:04:43 +00:00
vk_texcompress_etc2.h vulkan/runtime: add support for ETC2 emulation with copy_memory_indirect 2026-02-18 07:04:43 +00:00
vk_video.c vulkan/video: Reject interlaced picture layout for H.264 baseline profile 2026-04-17 14:16:13 +00:00
vk_video.h vulkan/video: Fix H.265 long-term reference handling 2025-11-24 12:58:02 +00:00
vk_ycbcr_conversion.c
vk_ycbcr_conversion.h vulkan: Add a vk_sampler_state struct 2025-06-19 15:45:08 +00:00