summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
blob: 72a05aabcb6ff13dad88df4f8ce62eaa0e8cda0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
BLORP_FILES = \
	blorp/blorp.c \
	blorp/blorp.h \
	blorp/blorp_blit.c \
	blorp/blorp_clear.c \
	blorp/blorp_genX_exec.h \
	blorp/blorp_priv.h

COMMON_FILES = \
	common/gen_debug.c \
	common/gen_debug.h \
	common/gen_device_info.c \
	common/gen_device_info.h \
	common/gen_l3_config.c \
	common/gen_l3_config.h \
	common/gen_urb_config.c \
	common/gen_sample_positions.h

COMPILER_FILES = \
	compiler/brw_cfg.cpp \
	compiler/brw_cfg.h \
	compiler/brw_compiler.c \
	compiler/brw_compiler.h \
	compiler/brw_dead_control_flow.cpp \
	compiler/brw_dead_control_flow.h \
	compiler/brw_disasm.c \
	compiler/brw_eu.c \
	compiler/brw_eu_compact.c \
	compiler/brw_eu_defines.h \
	compiler/brw_eu_emit.c \
	compiler/brw_eu.h \
	compiler/brw_eu_util.c \
	compiler/brw_eu_validate.c \
	compiler/brw_fs_builder.h \
	compiler/brw_fs_cmod_propagation.cpp \
	compiler/brw_fs_combine_constants.cpp \
	compiler/brw_fs_copy_propagation.cpp \
	compiler/brw_fs.cpp \
	compiler/brw_fs_cse.cpp \
	compiler/brw_fs_dead_code_eliminate.cpp \
	compiler/brw_fs_generator.cpp \
	compiler/brw_fs.h \
	compiler/brw_fs_live_variables.cpp \
	compiler/brw_fs_live_variables.h \
	compiler/brw_fs_lower_d2x.cpp \
	compiler/brw_fs_lower_pack.cpp \
	compiler/brw_fs_nir.cpp \
	compiler/brw_fs_reg_allocate.cpp \
	compiler/brw_fs_register_coalesce.cpp \
	compiler/brw_fs_saturate_propagation.cpp \
	compiler/brw_fs_sel_peephole.cpp \
	compiler/brw_fs_surface_builder.cpp \
	compiler/brw_fs_surface_builder.h \
	compiler/brw_fs_validate.cpp \
	compiler/brw_fs_visitor.cpp \
	compiler/brw_inst.h \
	compiler/brw_interpolation_map.c \
	compiler/brw_ir_allocator.h \
	compiler/brw_ir_fs.h \
	compiler/brw_ir_vec4.h \
	compiler/brw_nir.h \
	compiler/brw_nir.c \
	compiler/brw_nir_analyze_boolean_resolves.c \
	compiler/brw_nir_attribute_workarounds.c \
	compiler/brw_nir_intrinsics.c \
	compiler/brw_nir_opt_peephole_ffma.c \
	compiler/brw_nir_tcs_workarounds.c \
	compiler/brw_packed_float.c \
	compiler/brw_predicated_break.cpp \
	compiler/brw_reg.h \
	compiler/brw_schedule_instructions.cpp \
	compiler/brw_shader.cpp \
	compiler/brw_shader.h \
	compiler/brw_vec4_builder.h \
	compiler/brw_vec4_cmod_propagation.cpp \
	compiler/brw_vec4_copy_propagation.cpp \
	compiler/brw_vec4.cpp \
	compiler/brw_vec4_cse.cpp \
	compiler/brw_vec4_dead_code_eliminate.cpp \
	compiler/brw_vec4_generator.cpp \
	compiler/brw_vec4_gs_visitor.cpp \
	compiler/brw_vec4_gs_visitor.h \
	compiler/brw_vec4.h \
	compiler/brw_vec4_live_variables.cpp \
	compiler/brw_vec4_live_variables.h \
	compiler/brw_vec4_nir.cpp \
	compiler/brw_vec4_gs_nir.cpp \
	compiler/brw_vec4_reg_allocate.cpp \
	compiler/brw_vec4_surface_builder.cpp \
	compiler/brw_vec4_surface_builder.h \
	compiler/brw_vec4_tcs.cpp \
	compiler/brw_vec4_tcs.h \
	compiler/brw_vec4_tes.cpp \
	compiler/brw_vec4_tes.h \
	compiler/brw_vec4_visitor.cpp \
	compiler/brw_vec4_vs_visitor.cpp \
	compiler/brw_vec4_vs.h \
	compiler/brw_vue_map.c \
	compiler/brw_wm_iz.cpp \
	compiler/gen6_gs_visitor.cpp \
	compiler/gen6_gs_visitor.h \
	compiler/intel_asm_annotation.c \
	compiler/intel_asm_annotation.h

COMPILER_GENERATED_FILES = \
	compiler/brw_nir_trig_workarounds.c

GENXML_GENERATED_FILES = \
	genxml/gen4_pack.h \
	genxml/gen45_pack.h \
	genxml/gen5_pack.h \
	genxml/gen6_pack.h \
	genxml/gen7_pack.h \
	genxml/gen75_pack.h \
	genxml/gen8_pack.h \
	genxml/gen9_pack.h

AUBINATOR_GENERATED_FILES = \
	genxml/gen6_xml.h \
	genxml/gen7_xml.h \
	genxml/gen75_xml.h \
	genxml/gen8_xml.h \
	genxml/gen9_xml.h

ISL_FILES = \
	isl/isl.c \
	isl/isl.h \
	isl/isl_format.c \
	isl/isl_priv.h \
	isl/isl_storage_image.c

ISL_GEN4_FILES = \
	isl/isl_gen4.c \
	isl/isl_gen4.h \
	isl/isl_surface_state.c

ISL_GEN5_FILES = \
	isl/isl_surface_state.c

ISL_GEN6_FILES = \
	isl/isl_gen6.c \
	isl/isl_gen6.h \
	isl/isl_surface_state.c

ISL_GEN7_FILES = \
	isl/isl_gen7.c \
	isl/isl_gen7.h \
	isl/isl_surface_state.c

ISL_GEN75_FILES = \
	isl/isl_surface_state.c

ISL_GEN8_FILES = \
	isl/isl_gen8.c \
	isl/isl_gen8.h \
	isl/isl_surface_state.c

ISL_GEN9_FILES = \
	isl/isl_gen9.c \
	isl/isl_gen9.h \
	isl/isl_surface_state.c

ISL_GENERATED_FILES = \
	isl/isl_format_layout.c