d3d12: Add partial media, compute, graphics support with CORE and GENERIC feature levels

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27997>
This commit is contained in:
Sil Vilerino
2023-08-02 12:58:17 -04:00
committed by Marge Bot
parent 0cd023bf6a
commit 55e377e965
12 changed files with 486 additions and 302 deletions

View File

@@ -678,6 +678,13 @@ option(
description : 'build gallium d3d12 with video support.',
)
option(
'gallium-d3d12-graphics',
type : 'feature',
value : 'auto',
description : 'build gallium d3d12 with graphics pipeline support.',
)
option(
'radv-build-id',
type : 'string',