nouveau: Move codegen back to the src/gallium/drivers/nouveau

Reviewed-by: Lorenzo Rossi <snowycoder@gmail.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30403>
This commit is contained in:
Faith Ekstrand 2025-05-27 20:47:07 -04:00 committed by Marge Bot
parent ac45243ec1
commit 9924ad4e8b
55 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# Copyright © 2017 Dylan Baker
# SPDX-License-Identifier: MIT
subdir('codegen')
files_libnouveau = files(
'nouveau_buffer.c',
'nouveau_buffer.h',

View file

@ -13,7 +13,6 @@ if with_tools.contains('drm-shim')
subdir('drm-shim')
endif
subdir('codegen')
if with_nouveau_vk
subdir('mme')
subdir('vulkan')