diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2022-03-05 16:57:03 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-28 05:38:37 +0000 |
commit | f7c82c72c42432e2bbac7b8defa0a72435960e6c (patch) | |
tree | 96f7b31712af64541dd3b664e4cd692ddee6c1a1 /meson_options.txt | |
parent | e565d1e4ea540c1a357d008ba266863df0efc754 (diff) | |
download | mesa-f7c82c72c42432e2bbac7b8defa0a72435960e6c.tar.gz mesa-f7c82c72c42432e2bbac7b8defa0a72435960e6c.tar.bz2 mesa-f7c82c72c42432e2bbac7b8defa0a72435960e6c.zip |
meson: Deprecate vulkan-rt-drivers intel
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 95d07964e28..64caadbb4fc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -202,6 +202,13 @@ option( 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( + 'vulkan-rt-drivers', + type : 'array', + value : ['auto'], + choices : ['auto', 'intel'], + description : 'List of vulkan drivers to enable ray-tracing support on. If this is set to auto all drivers applicable to the target OS/architecture will enabled ray-tracing support.' +) +option( 'freedreno-kgsl', type : 'boolean', value : false, |