mesa/src/kosmickrisp
Christian Gmeiner b393518bdf
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
treewide: Use wsi_common_is_swapchain_image() helper
Replace the duplicated swapchain image detection pattern across all
Vulkan drivers with the new wsi_common_is_swapchain_image() helper.

Since the swapchain handle can be extracted from VkImageCreateInfo's
pNext chain inside wsi_common_create_swapchain_image(), remove the
now-redundant VkSwapchainKHR parameter from that function.

This removes the #ifdef guards for Android/WSI platforms from each
driver, as the helper now handles this uniformly.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38541>
2025-12-11 20:20:39 +00:00
..
bridge kk: Expose ASTC HDR formats 2025-12-09 01:19:31 +00:00
compiler kk: Enable float16 and int8 2025-12-11 10:30:39 +00:00
util
vulkan treewide: Use wsi_common_is_swapchain_image() helper 2025-12-11 20:20:39 +00:00
.clang-format
kosmicomp.c nir: Prepare nir_lower_io_vars_to_temporaries() for optional PLS lowering 2025-11-18 20:25:42 +00:00
meson.build