summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2019-03-08 11:27:50 -0800
committerChia-I Wu <olvaffe@gmail.com>2019-03-11 10:02:13 -0700
commit4f863dc0f72719603a6fd60a62a1d619ee2696af (patch)
treebef7e8f40d4079c55a8cd0903fccc8f99768f8ab /meson_options.txt
parent949ce2745d9006efab131cf3c447328143f23241 (diff)
downloadmesa-4f863dc0f72719603a6fd60a62a1d619ee2696af.tar.gz
turnip: guard -Dvulkan-driver=freedreno
Require -DI-love-half-baked-turnips=true as well to enable freedreno vulkan driver.
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 a2bd2ac64d5..6c14fd503b9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -330,3 +330,9 @@ option(
value : true,
description : 'Enable direct rendering in GLX and EGL for DRI',
)
+option(
+ 'I-love-half-baked-turnips',
+ type : 'boolean',
+ value : false,
+ description : 'Allow work-in-progress freedreno vulkan driver to be enabled',
+)