Skip to content

vulkan/wsi/x11: fix x11_image_init return value on errors

Chia-I Wu requested to merge olv/mesa:wsi-error into main

fail_pixmap is reached when xshmfence alloc/map fails. result is VK_SUCCESS and we need to pick an error code explicitly.

Merge request reports