summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Tang <tangm@microsoft.com>2020-12-21 14:58:47 -0800
committerMichael Tang <tangm@microsoft.com>2020-12-22 13:28:21 -0800
commit67e48bee1e642f83e751d1517c75e1dea0a56755 (patch)
treee50222073c719bacf6b8e22c2bba5b31220e2f59 /meson_options.txt
parent050241d81a1854f98c18be7cca2281a2c3d99be4 (diff)
microsoft/compiler: Add dedicated spirv_to_dxil libraries
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8043>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6810602ead9..22a0ed9c2b1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -290,6 +290,12 @@ option(
description : 'Build support for the Microsoft CLC to DXIL compiler'
)
option(
+ 'spirv-to-dxil',
+ type : 'boolean',
+ value : false,
+ description : 'Build support for the SPIR-V to DXIL library'
+)
+option(
'glvnd-vendor-name',
type : 'string',
value : 'mesa',