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>
This commit is contained in:
Kristian H. Kristensen 2020-02-06 13:21:59 -08:00
parent 4ca77f347d
commit b3063cbd18
2 changed files with 0 additions and 10 deletions

View File

@ -244,10 +244,6 @@ with_amd_vk = _vulkan_drivers.contains('amd')
with_freedreno_vk = _vulkan_drivers.contains('freedreno')
with_any_vk = _vulkan_drivers.length() != 0 and _vulkan_drivers != ['']
if with_freedreno_vk and get_option('I-love-half-baked-turnips') != true
error('Cannot enable freedreno vulkan driver')
endif
if with_dri_swrast and (with_gallium_softpipe or with_gallium_swr)
error('Only one swrast provider can be built')
endif

View File

@ -348,12 +348,6 @@ 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',
)
option(
'prefer-iris',
type : 'boolean',