iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.
[mesa.git] / meson_options.txt
index 4983cb6386a3ee772a749443429801881c37453a..a723b5406cfbd90012bdb56201f90ed01605cf20 100644 (file)
@@ -60,7 +60,7 @@ option(
   choices : [
     '', 'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
     'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
-    'swr', 'panfrost'
+    'swr', 'panfrost', 'iris'
   ],
   description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
 )