summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLuis Felipe Strano Moraes <luis.strano@gmail.com>2022-10-26 15:08:22 -0700
committerMarge Bot <emma+marge@anholt.net>2022-11-01 06:30:47 +0000
commit2842c04bf50ea2d7bf6a45c898558277f3f8c69f (patch)
tree0c87bd49b812ee35aa48cea23b8b4f7068fd4f3a /meson_options.txt
parentfda7d17e81e91d75e6bd10b633d4c767d13fc6c0 (diff)
meson: simplified meson for enabling ray-tracing on Intel
Removed warning about deprecated usage that was not necessary. Also added information on whether support is enabled or not to the summary so it is easier to check when building. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19332>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 28a4b5e75f6..6f307018815 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -189,13 +189,6 @@ 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,
@@ -531,7 +524,7 @@ option(
'intel-clc',
type : 'feature',
value : 'disabled',
- description : 'Build the intel-clc compiler (required for ray queries).'
+ description : 'Build the intel-clc compiler (enables Vulkan Intel Ray Tracing on supported hardware).'
)
option(
'video-codecs',