From 5568085568014a21654cb71adea0451c522856ed Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Mon, 18 Aug 2025 22:40:26 -0700 Subject: [PATCH] driconf: drop obsolete DRI_CONF_VK_KHR_PRESENT_WAIT Acked-by: Daniel Stone Part-of: --- src/util/driconf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/driconf.h b/src/util/driconf.h index 38201e2f4ca..5b3b4c13c01 100644 --- a/src/util/driconf.h +++ b/src/util/driconf.h @@ -465,10 +465,6 @@ DRI_CONF_OPT_B(vk_x11_ignore_suboptimal, def, \ "Force the X11 WSI to never report VK_SUBOPTIMAL_KHR") -#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")