dri/common: Add option to allow exposure of 10 bpc color configs. (v2)
[mesa.git] / src / util / xmlpool / t_options.h
index bd553085c86a82f1d6b243b0497980dfd1025b40..5f377c9dcd5c504c5ebd263ba1dacdee969294a9 100644 (file)
@@ -379,6 +379,11 @@ DRI_CONF_OPT_BEGIN_B(glsl_zero_init, def) \
         DRI_CONF_DESC(en,gettext("Force uninitialized variables to default to zero")) \
 DRI_CONF_OPT_END
 
+#define DRI_CONF_ALLOW_RGB10_CONFIGS(def) \
+DRI_CONF_OPT_BEGIN_B(allow_rgb10_configs, def) \
+DRI_CONF_DESC(en,gettext("Allow exposure of visuals and fbconfigs with rgb10a2 formats")) \
+DRI_CONF_OPT_END
+
 /**
  * \brief Initialization configuration options
  */