diff --git a/src/util/driconf.h b/src/util/driconf.h index 8251251dab8..8fb89cacdb7 100644 --- a/src/util/driconf.h +++ b/src/util/driconf.h @@ -380,6 +380,10 @@ DRI_CONF_OPT_B(vk_x11_ensure_min_image_count, def, \ "Force the X11 WSI to create at least the number of image specified by the driver in VkSurfaceCapabilitiesKHR::minImageCount") +#define DRI_CONF_VK_KHR_PRESENT_WAIT(def) \ + DRI_CONF_OPT_B(vk_khr_present_wait, def, \ + "Expose VK_KHR_present_wait and id extensions despite them not being implemented for all supported surface types") + #define DRI_CONF_VK_XWAYLAND_WAIT_READY(def) \ DRI_CONF_OPT_B(vk_xwayland_wait_ready, def, \ "Wait for fences before submitting buffers to Xwayland")