etnaviv: move liveness related stuff into own file
[mesa.git] / src / gallium / drivers / etnaviv / Makefile.sources
index 78029add95adba5f01209206e79e03e473c2089e..ea628304e62db15969a388b1f2bdf38566d1fb20 100644 (file)
@@ -6,6 +6,7 @@ C_SOURCES :=  \
        hw/state_3d.xml.h \
        hw/state_blt.xml.h \
        hw/state.xml.h \
+       hw/texdesc_3d.xml.h \
        \
        etnaviv_asm.c \
        etnaviv_asm.h \
@@ -15,8 +16,11 @@ C_SOURCES :=  \
        etnaviv_blt.h \
        etnaviv_clear_blit.c \
        etnaviv_clear_blit.h \
-       etnaviv_compiler.c \
        etnaviv_compiler.h \
+       etnaviv_compiler_nir.c \
+       etnaviv_compiler_nir_emit.h \
+       etnaviv_compiler_nir_liveness.c \
+       etnaviv_compiler_tgsi.c \
        etnaviv_context.c \
        etnaviv_context.h \
        etnaviv_debug.h \
@@ -24,15 +28,23 @@ C_SOURCES :=  \
        etnaviv_disasm.h \
        etnaviv_emit.c \
        etnaviv_emit.h \
+       etnaviv_etc2.c \
+       etnaviv_etc2.h \
        etnaviv_fence.c \
        etnaviv_fence.h \
        etnaviv_format.c \
        etnaviv_format.h \
        etnaviv_internal.h \
+       etnaviv_nir.c \
+       etnaviv_nir.h \
+       etnaviv_perfmon.c \
+       etnaviv_perfmon.h \
        etnaviv_query.c \
        etnaviv_query.h \
-       etnaviv_query_hw.c \
-       etnaviv_query_hw.h \
+       etnaviv_query_acc_occlusion.c \
+       etnaviv_query_acc_perfmon.c \
+       etnaviv_query_acc.c \
+       etnaviv_query_acc.h \
        etnaviv_query_sw.c \
        etnaviv_query_sw.h \
        etnaviv_rasterizer.c \
@@ -51,6 +63,10 @@ C_SOURCES :=  \
        etnaviv_surface.h \
        etnaviv_texture.c \
        etnaviv_texture.h \
+       etnaviv_texture_desc.c \
+       etnaviv_texture_desc.h \
+       etnaviv_texture_state.c \
+       etnaviv_texture_state.h \
        etnaviv_tiling.c \
        etnaviv_tiling.h \
        etnaviv_transfer.c \