X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=a2bd2ac64d510e898944f2e98962077e4f0729c3;hb=7922d50bd4810c203226c70f10b43255e20317d4;hp=4983cb6386a3ee772a749443429801881c37453a;hpb=20c370c6b16282424f3a2fc3166132c1ed82863a;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index 4983cb6386a..a2bd2ac64d5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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' ) @@ -152,7 +152,7 @@ option( 'vulkan-drivers', type : 'array', value : ['auto'], - choices : ['', 'auto', 'amd', 'intel'], + choices : ['', 'auto', 'amd', 'freedreno', 'intel'], description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built' ) option(