svga: remove a couple unneeded assertions
[mesa.git] / src / gallium / drivers / r600 / Makefile.sources
index 0366394e5a262b67b7fa182cd46c6feddb99a820..82560fce423567b58aa023e724e5349f642da9c4 100644 (file)
@@ -1,15 +1,46 @@
-C_SOURCES := \
+C_SOURCES = \
        r600_asm.c \
        r600_blit.c \
-       r600_buffer.c \
+       r600_hw_context.c \
+       r600_isa.c \
        r600_pipe.c \
-       r600_query.c \
-       r600_resource.c \
        r600_shader.c \
        r600_state.c \
-       r600_texture.c \
        r700_asm.c \
+       evergreen_hw_context.c \
        evergreen_state.c \
        eg_asm.c \
-       r600_translate.c \
-       r600_state_common.c
+       r600_state_common.c \
+       evergreen_compute.c \
+       compute_memory_pool.c \
+       r600_uvd.c
+
+CXX_SOURCES = \
+       sb/sb_bc_builder.cpp \
+       sb/sb_bc_decoder.cpp \
+       sb/sb_bc_dump.cpp \
+       sb/sb_bc_finalize.cpp \
+       sb/sb_bc_parser.cpp \
+       sb/sb_context.cpp \
+       sb/sb_core.cpp \
+       sb/sb_dce_cleanup.cpp \
+       sb/sb_def_use.cpp \
+       sb/sb_dump.cpp \
+       sb/sb_expr.cpp \
+       sb/sb_gcm.cpp \
+       sb/sb_gvn.cpp \
+       sb/sb_if_conversion.cpp \
+       sb/sb_ir.cpp \
+       sb/sb_liveness.cpp \
+       sb/sb_pass.cpp \
+       sb/sb_peephole.cpp \
+       sb/sb_psi_ops.cpp \
+       sb/sb_ra_checker.cpp \
+       sb/sb_ra_coalesce.cpp \
+       sb/sb_ra_init.cpp \
+       sb/sb_sched.cpp \
+       sb/sb_shader.cpp \
+       sb/sb_ssa_builder.cpp \
+       sb/sb_valtable.cpp
+
+LLVM_C_SOURCES = r600_llvm.c