mesa/src/vulkan/wsi
Bas Nieuwenhuizen bb2a444324 vulkan/wsi: Take max extent into consideration for modifier selection.
For AMD we kinda have some modifiers with a max size ... (Which is
really a compositor/kms issue, but getting them to try kinda falls
into the unsolved  "how to allocate/what pitch to use" bucket, so
we solve it on the allocating side)

Cc: mesa-stable
Tested-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18139>
2022-08-23 23:36:53 +00:00
..
meson.build vulkan: drop empty vulkan_wsi_args 2022-04-27 11:51:26 +00:00
wsi_common.c Use vk_foreach_struct_const where needed 2022-07-19 19:55:17 +00:00
wsi_common.h vulkan/wsi/x11: Only use MIT_SHM if the device supports EXT_external_memory_host 2022-07-07 11:44:19 -05:00
wsi_common_display.c vulkan: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
wsi_common_display.h vulkan/wsi/display: Wrap wsi_display_fence in a vk_sync 2021-11-16 10:54:27 -06:00
wsi_common_drm.c vulkan/wsi: Take max extent into consideration for modifier selection. 2022-08-23 23:36:53 +00:00
wsi_common_drm.h vulkan/wsi: create a common function to compare drm devices 2022-01-14 12:19:57 +00:00
wsi_common_private.h vulkan: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
wsi_common_queue.h util/vector: make util_vector_init harder to misuse 2021-10-08 00:15:11 +00:00
wsi_common_wayland.c vulkan: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
wsi_common_win32.c vulkan: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
wsi_common_x11.c wsi/x11: fix memleak in wsi_x11_connection_create() 2022-08-22 17:26:40 +00:00