X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=894378985fdffbd90c9be3064702c9f988c39880;hb=c7deeb71a8fc1d7c8e3b51924bdce3356dee7e70;hp=8dc9bb161ba851265ed3d78ecbcb53162df408b8;hpb=5a785d51a6d68ec676cea6220f75bad95a3221dc;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index 8dc9bb161ba..894378985fd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -107,6 +107,32 @@ option( value : '', description : 'path to put va libraries. defaults to $libdir/dri.' ) +option( + 'gallium-xa', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium xa state tracker.', +) +option( + 'gallium-nine', + type : 'boolean', + value : false, + description : 'build gallium "nine" Direct3D 9.x state tracker.', +) +option( + 'gallium-opencl', + type : 'combo', + choices : ['icd', 'standalone', 'disabled'], + value : 'disabled', + description : 'build gallium "clover" OpenCL state tracker.', +) +option( + 'd3d-drivers-path', + type : 'string', + value : '', + description : 'Location of D3D drivers. Default: $libdir/d3d', +) option( 'vulkan-drivers', type : 'string', @@ -242,3 +268,9 @@ option( choices : ['8', '16', '32'], description : 'Number of channel bits for OSMesa.' ) +option( + 'swr-arches', + type : 'string', + value : 'avx,avx2', + description : 'Comma delemited swr architectures. choices : avx,avx2,knl,skx' +)