mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
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:
parent
ac45243ec1
commit
9924ad4e8b
55 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Copyright © 2017 Dylan Baker
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
subdir('codegen')
|
||||
|
||||
files_libnouveau = files(
|
||||
'nouveau_buffer.c',
|
||||
'nouveau_buffer.h',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ if with_tools.contains('drm-shim')
|
|||
subdir('drm-shim')
|
||||
endif
|
||||
|
||||
subdir('codegen')
|
||||
if with_nouveau_vk
|
||||
subdir('mme')
|
||||
subdir('vulkan')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue