rusticl: added

Initial code drop for Rusticl :)

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15439>
This commit is contained in:
Karol Herbst
2020-11-08 20:28:21 +01:00
committed by Marge Bot
parent d431a01d9a
commit 20c90fed5a
51 changed files with 6768 additions and 19 deletions

View File

@@ -163,6 +163,12 @@ option(
value : 'disabled',
description : 'build gallium "clover" OpenCL frontend.',
)
option(
'gallium-rusticl',
type : 'boolean',
value : false,
description : 'build gallium "rusticl" OpenCL frontend.',
)
option(
'gallium-windows-dll-name',
type : 'string',