i965: pass wanted format to intel_miptree_create_for_dri_image
[mesa.git] / meson_options.txt
index 0e0d04a0f8fe67f577c3cb033b0c494f097ba376..eccd5c10d59074fee2643bd5fa546dd99baf318c 100644 (file)
 
 option('platforms',      type : 'string',  value : 'x11,wayland',
        description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.')
-option('vulkan-drivers', type : 'string',  value : 'intel',
+option('vulkan-drivers', type : 'string',  value : 'intel,amd',
        description : 'comma separated list of vulkan drivers to build.')
-option('vulkan_icd_dir', type : 'string',  value : '',
+option('shader-cache',    type : 'boolean', value : true,
+       description : 'Build with on-disk shader cache support')
+option('vulkan-icd-dir', type : 'string',  value : '',
        description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d')
 option('valgrind',       type : 'boolean', value : true,
        description : 'Build with valgrind support if possible')