summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKristian H. Kristensen <hoegsberg@google.com>2020-02-06 13:21:59 -0800
committerKristian H. Kristensen <hoegsberg@google.com>2020-02-06 13:23:40 -0800
commitb3063cbd185b3bb2e01ab4f70ca0c661f38082b4 (patch)
tree970677e812653a08f9e07c849d53fa3566f75d62 /meson_options.txt
parent4ca77f347d2e5791907db77ef1996f01ff9aa386 (diff)
turnip: Drop explicit configure opt-in for turnip
We don't need this silly thing anymore. Everthing here is WIP. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3739> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3739>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1a2dd8ebd12..a39596a6f19 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -349,12 +349,6 @@ option(
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',
-)
-option(
'prefer-iris',
type : 'boolean',
value : true,