diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2021-06-24 13:09:35 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-03-25 16:21:45 +0000 |
commit | a012b219640e875aa552b37dfdaf69336d5863c7 (patch) | |
tree | 01d792799d002d9aab76379142573092ca32ec8d /src/meson.build | |
parent | 6635d011cb2ea067f449490630e6cc5366c7da63 (diff) |
microsoft: Initial vulkan-on-12 driver
This is Dozen, the Vulkan on DirectX 12 driver. Not to be confused with
DirectEggs.
This is an early prototype, and not meant to be upstreamed as-is.
Co-Authored-by: Boris Brezillon <boris.brezillon@collabora.com>
Co-Authored-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Co-Authored-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Co-Authored-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14766>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 2ef90f2efba..1d42e08df30 100644 --- a/src/meson.build +++ b/src/meson.build @@ -104,7 +104,7 @@ endif if with_gallium_virgl or with_virtio_vk subdir('virtio') endif -if with_microsoft_clc or with_gallium_d3d12 or with_spirv_to_dxil +if with_microsoft_clc or with_gallium_d3d12 or with_spirv_to_dxil or with_microsoft_vk subdir('microsoft') endif if with_gallium_nouveau |