summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
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,