Skip to content

vulkan/wsi/wayland: Initialise wl_shm pointer in VkImage

Daniel Stone requested to merge daniels/mesa:wsi-wayland-initialise-shm into main

We don't explicitly calloc the wsi_wl_image to zero; anything that's expected to be valid needs to be explicitly initialised.

Closes: #5063 (closed) Fixes: 6b36f357 ("vulkan/wsi/wl: add wl_shm support for lavapipe.")

Merge request reports