mesa/src/virtio/vulkan
antonino aa657247ce vulkan/wsi: add vk_wsi_force_swapchain_to_current_extent driconf
Add a driconf to force the swapchain size to match
`VkSurfaceCapabilities2KHR::currentExtent` as a workaround for
misbehaved games

Fixes: 6139493ae3 ("vulkan/wsi: return VK_SUBOPTIMAL_KHR for sw/x11 on window resize")
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24818>
2023-09-06 00:10:41 +00:00
..
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
meson.build venus: Advertise 1.3 in ICD file 2023-06-22 19:02:40 +00:00
vn_android.c venus: refactor ahb buffer mem type bits cache to be lazy 2023-07-06 21:29:31 +00:00
vn_android.h venus: refactor ahb buffer mem type bits cache to be lazy 2023-07-06 21:29:31 +00:00
vn_buffer.c venus: Use the common GetPhysicalDeviceFeatures2 implementation 2023-08-25 08:59:50 +00:00
vn_buffer.h venus: extend VkBuffer cache to cover concurrent sharing 2023-07-06 21:29:32 +00:00
vn_command_buffer.c venus: suppress a false logging 2023-07-30 14:33:34 +00:00
vn_command_buffer.h venus: refactor more cmd states into cmd builder 2023-07-22 01:49:43 +00:00
vn_common.c venus: add no_sparse debug option to disable sparse resource support 2023-08-25 01:12:29 +00:00
vn_common.h venus: add no_sparse debug option to disable sparse resource support 2023-08-25 01:12:29 +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: refactor buffer cache related bits 2023-07-06 21:29:32 +00:00
vn_device.h venus: refactor buffer cache related bits 2023-07-06 21:29:32 +00:00
vn_device_memory.c venus: expose at least one cached memory type 2023-08-28 18:21:48 +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: refactor query feedback cmd record 2023-07-12 22:32:45 +00:00
vn_feedback.h venus: refactor query feedback cmd record 2023-07-12 22:32:45 +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 vulkan/wsi: add vk_wsi_force_swapchain_to_current_extent driconf 2023-09-06 00:10:41 +00:00
vn_instance.h venus: stop query experimental features 2023-05-03 22:42:29 +00:00
vn_physical_device.c venus: expose at least one cached memory type 2023-08-28 18:21:48 +00:00
vn_physical_device.h venus: expose at least one cached memory type 2023-08-28 18:21:48 +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: ensure consistency of query overflow behavior 2023-07-12 21:18:06 +00:00
vn_query_pool.h venus: ensure consistency of query overflow behavior 2023-07-12 21:18:06 +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 viewMask 2023-06-30 18:50:52 +00:00
vn_render_pass.h venus: add helpers to track subpass view mask 2023-07-22 01:49:43 +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 util/treewide: Use alignas(x) instead __attribute__((aligned(x))) 2023-08-09 05:15:09 +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