gitlab-ci: Don't exclude any piglit quick_shader tests
[mesa.git] / meson_options.txt
index 8c3e9978529310baafa852d0e1260c30f6df079a..dd7bf4bccaa4bce79bbf2b64cce098d6eea2e0e0 100644 (file)
@@ -347,6 +347,12 @@ option(
   value : false,
   description : 'Allow work-in-progress freedreno vulkan driver to be enabled',
 )
+option(
+  'prefer-iris',
+  type : 'boolean',
+  value : false,
+  description : 'Prefer new Intel iris driver over older i965 driver'
+)
 option('egl-lib-suffix',
   type : 'string',
   value : '',