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:
parent
d431a01d9a
commit
20c90fed5a
51 changed files with 6768 additions and 19 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue