nvk: Enable the new UAPI
We also add a meson option to disable it and re-enable the legacy API. This code probably won't last long but it gives developers the option. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:

committed by
Marge Bot

parent
b2fe4c7729
commit
8c62b3938a
@@ -671,3 +671,10 @@ option (
|
||||
value : 'disabled',
|
||||
description: 'Enable Intel Xe KMD support.'
|
||||
)
|
||||
|
||||
option(
|
||||
'nvk-legacy-uapi',
|
||||
type : 'boolean',
|
||||
value : 'false',
|
||||
description : 'Build support for legacy kernel uAPI.'
|
||||
)
|
||||
|
Reference in New Issue
Block a user