mesa/src/virtio/vulkan
Yiwei Zhang 96b85f1574 venus: properly ignore the sampler for immutable sampler
This was found while debugging venus-lavapipe ci failure. It's a real
bug though no tests have caught this yet, but fixing this would regress
venus-lavapipe non-templated push tests if without the dependent lvp
fix. The sampler in the descriptor write can be garbled if the binding
has immutable samplers.

cc: mesa-stable

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Corentin Noël <corentin.noel@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20471>
(cherry picked from commit 33b778cc36)
2023-01-11 17:44:20 +00:00
..
.clang-format venus: some clang format fixes 2022-09-06 19:52:26 +00:00
meson.build
vn_android.c venus: fix android wsi with global fencing disabled 2022-11-30 21:12:44 +00:00
vn_android.h
vn_buffer.c venus: use buffer cache for vkGetDeviceBufferMemoryRequirements 2022-09-15 20:35:18 +00:00
vn_buffer.h
vn_command_buffer.c venus: implement vkCmdPushDescriptorSetWithTemplateKHR 2022-11-30 21:12:42 +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 utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
vn_common.h venus: some clang format fixes 2022-09-06 19:52:26 +00:00
vn_cs.c util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER 2022-10-14 03:27:41 +00:00
vn_cs.h venus: some clang format fixes 2022-09-06 19:52:26 +00:00
vn_descriptor_set.c venus: properly ignore the sampler for immutable sampler 2023-01-11 17:44:20 +00:00
vn_descriptor_set.h venus: implement vkCmdPushDescriptorSetWithTemplateKHR 2022-11-30 21:12:42 +00:00
vn_device.c
vn_device.h
vn_device_memory.c
vn_device_memory.h
vn_feedback.c venus: Enable VK_KHR_synchronization2 2022-10-12 16:59:20 -07:00
vn_feedback.h venus: Enable VK_KHR_synchronization2 2022-10-12 16:59:20 -07:00
vn_icd.c
vn_icd.h
vn_image.c
vn_image.h
vn_instance.c
vn_instance.h venus: Enable Vulkan 1.3 2022-10-12 16:59:21 -07:00
vn_physical_device.c venus: enable VK_KHR_push_descriptor 2022-11-30 21:12:42 +00:00
vn_physical_device.h venus: enable VK_KHR_push_descriptor 2022-11-30 21:12:42 +00:00
vn_pipeline.c venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-30 21:12:42 +00:00
vn_pipeline.h venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-30 21:12:42 +00:00
vn_query_pool.c venus: handle VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT 2022-11-17 14:05:03 +00:00
vn_query_pool.h
vn_queue.c venus: Enable VK_KHR_synchronization2 2022-10-12 16:59:20 -07:00
vn_queue.h venus: force synchronous submission for external signal semaphore 2022-09-08 21:46:40 +00:00
vn_render_pass.c
vn_render_pass.h
vn_renderer.h
vn_renderer_internal.c
vn_renderer_internal.h
vn_renderer_util.c
vn_renderer_util.h
vn_renderer_virtgpu.c venus: some clang format fixes 2022-09-06 19:52:26 +00:00
vn_renderer_vtest.c
vn_ring.c
vn_ring.h
vn_wsi.c
vn_wsi.h