mesa/src/virtio/vulkan
Boris Brezillon fa4e729165 vulkan/wsi: Prepare things for image to image blits
Right now, the WSI core supports copying WSI images to a linear buffer
for implementations that want the result in this form. This being said,
most of the blit logic can be re-used for image to image copies, and that's
exactly what we'll need if we want to hook-up DXGI swapchains in the
win32 WSI implementation. So let's rename a few fields so we no longer
imply that images are copied to a buffer, and the use_buffer_blit boolean
an enum so we can extend the implementation to support image -> image
copies.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16200>
2023-01-11 09:31:02 +00:00
..
.clang-format venus: some clang format fixes 2022-09-06 19:52:26 +00:00
meson.build meson: add various generated header dependencies as order-only deps 2022-07-31 18:10:15 +00:00
vn_android.c venus: fix android wsi with global fencing disabled 2022-11-30 01:13:56 +00:00
vn_android.h venus: update vn_GetSwapchainGrallocUsage2ANDROID for shared present 2022-04-30 04:25:44 +00:00
vn_buffer.c venus: avoid no_async_buffer_create related caches with the perf option 2022-12-02 21:42:25 +00:00
vn_buffer.h venus: add buffer cache init and usage flows 2021-10-28 00:23:14 +00:00
vn_command_buffer.c venus: Avoid to copy the descriptor sets when it is not required 2023-01-06 11:20:00 +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: formatting fixes 2022-12-16 21:12:38 +00:00
vn_common.h venus: formatting fixes 2022-12-16 21:12:38 +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: formatting fixes 2022-12-16 21:12:38 +00:00
vn_descriptor_set.c venus: Avoid to copy the descriptor sets when it is not required 2023-01-06 11:20:00 +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: fix VK_EXT_pci_bus_info support 2022-12-17 21:34:47 -08:00
vn_device.h venus: create per queue family command pool for feedback cmd 2022-06-16 19:00:36 +00:00
vn_device_memory.c venus: add VN_PERF_NO_MEMORY_SUBALLOC 2022-12-02 21:42:25 +00:00
vn_device_memory.h venus: track memory type property flags in vn_device_memory 2021-12-04 01:48:16 +00:00
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 venus: refactor to add struct vn_env 2022-04-26 23:49:59 +00:00
vn_icd.h
vn_image.c venus: add more tracepoints for perf analysis 2022-07-15 20:57:41 +00:00
vn_image.h venus: fix view format for ahb image 2022-04-26 22:21:53 +00:00
vn_instance.c venus: add supports_multiple_timelines capset and enable 2022-12-16 21:12:38 +00:00
vn_instance.h venus: rename sync_queue -> timeline 2022-12-16 21:12:38 +00:00
vn_physical_device.c venus: fallback to passthrough pci bus info when not natively supported 2022-12-20 22:39:01 +00:00
vn_physical_device.h venus: fix VK_EXT_pci_bus_info support 2022-12-17 21:34:47 -08:00
vn_pipeline.c venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-23 01:21:34 +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: support external fencing with multiple timelines 2022-12-16 21:12:38 +00:00
vn_queue.h venus: support external fencing with multiple timelines 2022-12-16 21:12:38 +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: rename sync_queue -> timeline 2022-12-16 21:12:38 +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: allow renderer submissions on per-context virtgpu rings 2022-12-16 21:12:38 +00:00
vn_renderer_util.h venus: allow renderer submissions on per-context virtgpu rings 2022-12-16 21:12:38 +00:00
vn_renderer_virtgpu.c venus: fix signaled fence creation under multiple timeline 2022-12-17 18:58:58 +00:00
vn_renderer_vtest.c venus: rename sync_queue -> timeline 2022-12-16 21:12:38 +00:00
vn_ring.c venus: put android wsi on the sub-optimal path 2022-08-25 20:18:28 +00:00
vn_ring.h venus: put android wsi on the sub-optimal path 2022-08-25 20:18:28 +00:00
vn_wsi.c vulkan/wsi: Prepare things for image to image blits 2023-01-11 09:31:02 +00:00
vn_wsi.h venus: handle VkBindImageMemorySwapchainInfoKHR 2022-01-27 20:35:07 +00:00