mesa/src/virtio/vulkan
Lina Versace 98c8d7b7cf venus: Fix detection of push descriptor set
- Fix null deref. VkPipelineLayoutCreateInfo::pSetLayouts is allowed to
  contain VK_NULL_HANDLE.
- The loop 'break' was misplaced.

Fixes crash in
dEQP-VK.pipeline.pipeline_library.graphics_library.fast.0_00_11_11 after
VK_EXT_graphics_pipeline_library is enabled in a later patch.

Fixes: 91966f2eff ("venus: extend lifetime of push descriptor set layout")
Signed-off-by: Lina Versace <linyaa@google.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Dawn Han <dawnhan@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23810>
2023-06-22 20:37:01 +00:00
..
.clang-format venus: Use the Mesa base style 2023-05-29 21:06:12 +00:00
meson.build venus: Advertise 1.3 in ICD file 2023-06-22 19:02:40 +00:00
vn_android.c venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_android.h venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_buffer.c venus: ensure invariance of buffer memory requirement size 2023-03-03 00:07:23 +00:00
vn_buffer.h venus: Add VkBuffer cache statistics for debug 2023-02-23 03:38:10 +00:00
vn_command_buffer.c venus: enable VK_EXT_color_write_enable 2023-06-08 21:08:13 +00:00
vn_command_buffer.h venus: Refactor vn_command_buffer_builder temp storage 2022-10-12 16:59:20 -07:00
vn_common.c venus: fix the RHEL8 build by using syscall for gettid 2023-04-25 05:16:33 +00:00
vn_common.h vulkan: introduce supported_features parameter to vk_physical_device_init 2023-05-03 03:27:54 +00:00
vn_cs.c venus: render server enforces blob_id_0 2023-02-08 05:34:13 +00:00
vn_cs.h venus: render server enforces blob_id_0 2023-02-08 05:34:13 +00:00
vn_descriptor_set.c venus: fix formating 2023-02-08 05:34:13 +00:00
vn_descriptor_set.h venus: Avoid to copy the descriptor sets when it is not required 2023-01-06 11:20:00 +00:00
vn_device.c venus: enable VK_EXT_device_memory_report 2023-06-07 04:00:40 +00:00
vn_device.h venus: emit device memory report for device memory events 2023-06-07 04:00:40 +00:00
vn_device_memory.c venus: emit device memory report for device memory events 2023-06-07 04:00:40 +00:00
vn_device_memory.h venus: emit device memory report for device memory events 2023-06-07 04:00:40 +00:00
vn_feedback.c venus: suballocate feedback slot with feedback buffer alignment 2023-06-22 18:34:44 +00:00
vn_feedback.h venus: suballocate feedback slot with feedback buffer alignment 2023-06-22 18:34:44 +00:00
vn_icd.c venus: refactor to add struct vn_env 2022-04-26 23:49:59 +00:00
vn_icd.h
vn_image.c venus: fix external image creation 2023-02-28 04:56:14 +00:00
vn_image.h venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_instance.c venus: bump ring space to 128K 2023-05-16 22:06:56 +00:00
vn_instance.h venus: stop query experimental features 2023-05-03 22:42:29 +00:00
vn_physical_device.c venus: enable VK_EXT_color_write_enable 2023-06-08 21:08:13 +00:00
vn_physical_device.h venus: enable VK_EXT_color_write_enable 2023-06-08 21:08:13 +00:00
vn_pipeline.c venus: Fix detection of push descriptor set 2023-06-22 20:37:01 +00:00
vn_pipeline.h venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-23 01:21:34 +00:00
vn_query_pool.c venus: handle VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT 2022-11-12 01:11:56 +00:00
vn_query_pool.h venus: split out vn_query_pool.[ch] 2021-04-09 16:58:46 +00:00
vn_queue.c venus: drop unused sem_feedback_count from vn_queue_bind_sparse_submit_batch 2023-05-15 19:26:59 +00:00
vn_queue.h venus: add back sparse binding support 2023-05-09 04:35:16 +00:00
vn_render_pass.c venus: Track subpass properties 2022-08-10 18:17:52 +00:00
vn_render_pass.h venus: Track subpass properties 2022-08-10 18:17:52 +00:00
vn_renderer.h venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_renderer_internal.c venus: add some trace points 2021-12-16 19:27:56 +00:00
vn_renderer_internal.h venus: cache shmems 2021-12-15 19:02:29 +00:00
vn_renderer_util.c venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_renderer_util.h venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_renderer_virtgpu.c venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_renderer_vtest.c venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_ring.c venus: check and configure new ringMonitoring feature 2023-03-24 23:27:53 +00:00
vn_ring.h venus: check and configure new ringMonitoring feature 2023-03-24 23:27:53 +00:00
vn_wsi.c venus: fix external image creation 2023-02-28 04:56:14 +00:00
vn_wsi.h venus: remove redundant abstractions for wsi struct search 2023-02-28 04:56:14 +00:00