diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2021-02-19 10:34:49 -0600 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-03-21 11:26:44 +0000 |
commit | c15bf88f011d204c11e893c5ff0fd018a0262a39 (patch) | |
tree | 8b350c2046b5f9f251511ea3d1f6f8b260fbdf97 /meson_options.txt | |
parent | b1e7ce84cc6ee4612313734bc4e8055a959ea078 (diff) | |
download | mesa-c15bf88f011d204c11e893c5ff0fd018a0262a39.tar.gz mesa-c15bf88f011d204c11e893c5ff0fd018a0262a39.tar.bz2 mesa-c15bf88f011d204c11e893c5ff0fd018a0262a39.zip |
intel: Add a little OpenCL C compiler binary
v2: Fix up indentation (Marcin)
s/gen/gfx/ (Marcin)
Deal with fd closing in success/fail cases (Marin)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13171>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5f463562b6e..e5df4735daa 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -509,3 +509,9 @@ option( value : false, description : 'Build vulkan drivers with BETA extensions enabled.' ) +option( + 'intel-clc', + type : 'feature', + value : 'disabled', + description : 'Build the intel-clc compiler (required for ray queries).' +) |