intel: Add null hw layer

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2832>
This commit is contained in:
Lionel Landwerlin
2019-11-11 23:45:17 +02:00
committed by Marge Bot
parent 54fe5b0482
commit 8b586d9ed6
6 changed files with 433 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ option(
'vulkan-layers',
type : 'array',
value : [],
choices : ['device-select', 'overlay'],
choices : ['device-select', 'intel-nullhw', 'overlay'],
description : 'List of vulkan layers to build'
)
option(