diff options
author | Karol Herbst <kherbst@redhat.com> | 2022-05-16 22:39:44 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-08-04 21:31:52 +0000 |
commit | 83786bf1c9c17250bc1a0533f03608d113eea50b (patch) | |
tree | af73307cb5d57f5336cb900945fc92b11bf6a65e /meson_options.txt | |
parent | cfbd1fd41300740154f89b4382e4790e61c1bf0b (diff) | |
download | mesa-83786bf1c9c17250bc1a0533f03608d113eea50b.tar.gz mesa-83786bf1c9c17250bc1a0533f03608d113eea50b.tar.bz2 mesa-83786bf1c9c17250bc1a0533f03608d113eea50b.zip |
nvk: add vulkan skeleton
This is enough to run vulkaninfo without crashing.
Jason:
* Drop a redundant nvk_device_entrypoints
* Add some VKAPI_ATTR and VKAPI_CALL
* nvk: Move EnumerateInstanceExtensionProperties to the top
This way things are more-or-less in initialization order. First the
version then extensions then create the instance.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9639c516d49..f940b4b51c8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -211,7 +211,7 @@ option( value : ['auto'], choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'intel_hasvk', 'panfrost', 'swrast', 'virtio', 'imagination-experimental', - 'microsoft-experimental'], + 'microsoft-experimental', 'nouveau-experimental'], description : 'List of vulkan drivers to build. If this is set to auto ' + 'all drivers applicable to the target OS/architecture ' + 'will be built' |