summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFaith Ekstrand <faith.ekstrand@collabora.com>2023-09-23 10:55:23 -0500
committerMarge Bot <emma+marge@anholt.net>2023-09-26 05:05:26 +0000
commit6af617095be3766897d08d23fed0f00b17742365 (patch)
tree43fa7b43e5ba202f70dbfa94429e4766cb6f0e37 /meson.build
parent31883b1f5ea3446d193fcd1a69a963a0f851a9e3 (diff)
downloadmesa-6af617095be3766897d08d23fed0f00b17742365.tar.gz
mesa-6af617095be3766897d08d23fed0f00b17742365.tar.bz2
mesa-6af617095be3766897d08d23fed0f00b17742365.zip
nvk: Rip out old UAPI support
This was mostly generated by unifdef -DNVK_NEW_UAPI=1 -m src/nouveau/**/*.h with a few manual fixups for device features and to remove includes and strip out the meson bits. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25357>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index b9cba649414..6f3cc93fbcf 100644
--- a/meson.build
+++ b/meson.build
@@ -278,12 +278,6 @@ with_any_intel = [
].contains(true)
with_any_nouveau = with_gallium_nouveau or with_nouveau_vk
-if with_nouveau_vk and get_option('nvk-legacy-uapi')
- pre_args += '-DNVK_NEW_UAPI=0'
-else
- pre_args += '-DNVK_NEW_UAPI=1'
-endif
-
if with_swrast_vk and not with_gallium_softpipe
error('swrast vulkan requires gallium swrast')
endif