etnaviv: move nir compiler related stuff into .c file

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5690>
This commit is contained in:
Christian Gmeiner 2020-06-30 10:53:53 +02:00 committed by Marge Bot
parent f1df033fcc
commit 027e9e8da3
4 changed files with 1079 additions and 1115 deletions

View File

@ -19,7 +19,6 @@ C_SOURCES := \
etnaviv_compiler.h \
etnaviv_compiler_nir.c \
etnaviv_compiler_nir_emit.c \
etnaviv_compiler_nir_emit.h \
etnaviv_compiler_nir_liveness.c \
etnaviv_compiler_tgsi.c \
etnaviv_context.c \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,6 @@ files_etnaviv = files(
'etnaviv_compiler.h',
'etnaviv_compiler_nir.c',
'etnaviv_compiler_nir_emit.c',
'etnaviv_compiler_nir_emit.h',
'etnaviv_compiler_nir_liveness.c',
'etnaviv_compiler_tgsi.c',
'etnaviv_context.c',