etnaviv: compiled_framebuffer_state: get rid of SE_SCISSOR_*
[mesa.git] / src / gallium / drivers / etnaviv / Makefile.sources
index ea8df807f66d04adc563a5a4876e3fae39a0ff3a..7d4ee3955bc3c1c5488fbaa4d0b20c866038153b 100644 (file)
@@ -1,18 +1,25 @@
 C_SOURCES :=  \
        hw/cmdstream.xml.h \
        hw/common.xml.h \
+       hw/common_3d.xml.h \
        hw/isa.xml.h \
        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 \
        etnaviv_blend.c \
        etnaviv_blend.h \
+       etnaviv_blt.c \
+       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_tgsi.c \
        etnaviv_context.c \
        etnaviv_context.h \
        etnaviv_debug.h \
@@ -20,6 +27,8 @@ 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 \
@@ -31,6 +40,8 @@ C_SOURCES :=  \
        etnaviv_query_hw.h \
        etnaviv_query_sw.c \
        etnaviv_query_sw.h \
+       etnaviv_query_pm.c \
+       etnaviv_query_pm.h \
        etnaviv_rasterizer.c \
        etnaviv_rasterizer.h \
        etnaviv_resource.c \
@@ -47,6 +58,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 \