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:
committed by
Marge Bot
parent
f1df033fcc
commit
027e9e8da3
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user