Skip to content

vulkan/wsi/x11: add null pointer check for the has_dri3_v1_2 test

Brian Paul requested to merge brianp/mesa:fix-vk-wsi-null-ptr into main

This fixes a crash (ver_reply is NULL) when DISPLAY points to a remote display.

Closes: #6040 (closed) Signed-off-by: Brian Paul brianp@vmware.com

Merge request reports