X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Futil%2Fxmlpool%2Ft_options.h;h=e08ba1bf815c2725839f99631a882d19218128bd;hp=9f3dee4945f07db8fa057baa68b052b737ca96c7;hb=0616b7ac90cf4f86bb409d34101e3a3cceac8cbe;hpb=04dc6074cf7f651b720868e0ba24362b585d1b31;ds=sidebyside diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index 9f3dee4945f..e08ba1bf815 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -225,6 +225,11 @@ DRI_CONF_OPT_BEGIN_V(vk_x11_override_min_image_count, int, def, "0:999") \ DRI_CONF_DESC(en,gettext("Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)")) \ DRI_CONF_OPT_END +#define DRI_CONF_VK_X11_STRICT_IMAGE_COUNT(def) \ +DRI_CONF_OPT_BEGIN_B(vk_x11_strict_image_count, def) \ + DRI_CONF_DESC(en,gettext("Force the X11 WSI to create exactly the number of image specified by the application in VkSwapchainCreateInfoKHR::minImageCount")) \ +DRI_CONF_OPT_END + #define DRI_CONF_MESA_GLTHREAD(def) \ DRI_CONF_OPT_BEGIN_B(mesa_glthread, def) \ DRI_CONF_DESC(en,gettext("Enable offloading GL driver work to a separate thread")) \