r600/eg: add support for tracing IBs after a hang.
[mesa.git] / src / gallium / drivers / r600 / Makefile.sources
1 C_SOURCES = \
2 compute_memory_pool.c \
3 compute_memory_pool.h \
4 eg_asm.c \
5 eg_debug.c \
6 eg_sq.h \
7 evergreen_compute.c \
8 evergreen_compute.h \
9 evergreen_compute_internal.h \
10 evergreend.h \
11 evergreen_hw_context.c \
12 evergreen_state.c \
13 r600_asm.c \
14 r600_asm.h \
15 r600_blit.c \
16 r600d.h \
17 r600_formats.h \
18 r600_hw_context.c \
19 r600_isa.c \
20 r600_isa.h \
21 r600_opcodes.h \
22 r600_pipe.c \
23 r600_pipe.h \
24 r600_public.h \
25 r600_shader.c \
26 r600_shader.h \
27 r600_sq.h \
28 r600_state.c \
29 r600_state_common.c \
30 r600_uvd.c \
31 r700_asm.c \
32 r700_sq.h
33
34 CXX_SOURCES = \
35 sb/sb_bc_builder.cpp \
36 sb/sb_bc_decoder.cpp \
37 sb/sb_bc_dump.cpp \
38 sb/sb_bc_finalize.cpp \
39 sb/sb_bc.h \
40 sb/sb_bc_parser.cpp \
41 sb/sb_context.cpp \
42 sb/sb_core.cpp \
43 sb/sb_dce_cleanup.cpp \
44 sb/sb_def_use.cpp \
45 sb/sb_dump.cpp \
46 sb/sb_expr.cpp \
47 sb/sb_expr.h \
48 sb/sb_gcm.cpp \
49 sb/sb_gvn.cpp \
50 sb/sb_if_conversion.cpp \
51 sb/sb_ir.cpp \
52 sb/sb_ir.h \
53 sb/sb_liveness.cpp \
54 sb/sb_pass.cpp \
55 sb/sb_pass.h \
56 sb/sb_peephole.cpp \
57 sb/sb_psi_ops.cpp \
58 sb/sb_public.h \
59 sb/sb_ra_checker.cpp \
60 sb/sb_ra_coalesce.cpp \
61 sb/sb_ra_init.cpp \
62 sb/sb_sched.cpp \
63 sb/sb_sched.h \
64 sb/sb_shader.cpp \
65 sb/sb_shader.h \
66 sb/sb_ssa_builder.cpp \
67 sb/sb_valtable.cpp
68
69 R600_GENERATED_FILES = \
70 egd_tables.h