X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=d243997902fbcfc28bade1766190a44abc812d2e;hb=d1ad1be35a5ba609fd533f2a808a473a067028d8;hp=203324240543e9c36e3c4dd75ff0924fdb9b1353;hpb=bf74a7f092126a985418956df9b249ec128d73cd;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index 20332424054..d243997902f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -181,6 +181,12 @@ option( value : false, description : 'Whether to build the vulkan overlay layer' ) +option( + 'vulkan-device-select-layer', + type : 'boolean', + value : false, + description : 'Whether to build the vulkan device select layer' +) option( 'shared-glapi', type : 'combo', @@ -250,9 +256,10 @@ option( ) option( 'shared-llvm', - type : 'boolean', - value : true, - description : 'Whether to link llvm shared or statically.' + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'Whether to link LLVM shared or statically.' ) option( 'valgrind', @@ -348,16 +355,10 @@ option( value : true, description : 'Enable direct rendering in GLX and EGL for DRI', ) -option( - 'I-love-half-baked-turnips', - type : 'boolean', - value : false, - description : 'Allow work-in-progress freedreno vulkan driver to be enabled', -) option( 'prefer-iris', type : 'boolean', - value : false, + value : true, description : 'Prefer new Intel iris driver over older i965 driver' ) option('egl-lib-suffix',