summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2020-10-06 11:26:07 -0500
committerMarge Bot <eric+marge@anholt.net>2020-10-07 21:52:04 +0000
commitef453f54394fa509c1d37188668e2a9ed87e6032 (patch)
tree6be1876459afe26221aa145093730e5c0fbdd23b /meson_options.txt
parent5ffdb1092be75e0fe9ca6d67e63cced1e69df410 (diff)
spirv: Add a shared libclc loader
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7034>
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 bf031eeb11f..5bbf28f98dc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -157,6 +157,13 @@ option(
description : 'build gallium "clover" OpenCL frontend with SPIR-V binary support.',
)
option(
+ 'static-libclc',
+ type : 'array',
+ value : [],
+ choices : ['spirv', 'spirv64', 'all'],
+ description : 'Link libclc SPIR-V statically.',
+)
+option(
'd3d-drivers-path',
type : 'string',
value : '',