2 include $(TOP
)/configs
/current
7 cso_cache
/cso_cache.c \
8 cso_cache
/cso_context.c \
14 draw
/draw_pipe_aaline.c \
15 draw
/draw_pipe_aapoint.c \
16 draw
/draw_pipe_clip.c \
17 draw
/draw_pipe_cull.c \
18 draw
/draw_pipe_flatshade.c \
19 draw
/draw_pipe_offset.c \
20 draw
/draw_pipe_pstipple.c \
21 draw
/draw_pipe_stipple.c \
22 draw
/draw_pipe_twoside.c \
23 draw
/draw_pipe_unfilled.c \
24 draw
/draw_pipe_util.c \
25 draw
/draw_pipe_validate.c \
26 draw
/draw_pipe_vbuf.c \
27 draw
/draw_pipe_wide_line.c \
28 draw
/draw_pipe_wide_point.c \
31 draw
/draw_pt_fetch.c \
32 draw
/draw_pt_fetch_emit.c \
33 draw
/draw_pt_fetch_shade_emit.c \
34 draw
/draw_pt_fetch_shade_pipeline.c \
35 draw
/draw_pt_post_vs.c \
36 draw
/draw_pt_so_emit.c \
38 draw
/draw_pt_vsplit.c \
42 draw
/draw_vs_aos_io.c \
43 draw
/draw_vs_aos_machine.c \
47 draw
/draw_vs_variant.c \
48 indices
/u_indices_gen.c \
49 indices
/u_unfilled_gen.c \
57 pipebuffer
/pb_buffer_fenced.c \
58 pipebuffer
/pb_buffer_malloc.c \
59 pipebuffer
/pb_bufmgr_alt.c \
60 pipebuffer
/pb_bufmgr_cache.c \
61 pipebuffer
/pb_bufmgr_debug.c \
62 pipebuffer
/pb_bufmgr_mm.c \
63 pipebuffer
/pb_bufmgr_ondemand.c \
64 pipebuffer
/pb_bufmgr_pool.c \
65 pipebuffer
/pb_bufmgr_slab.c \
66 pipebuffer
/pb_validate.c \
67 rbug
/rbug_connection.c \
70 rbug
/rbug_demarshal.c \
74 rtasm
/rtasm_execmem.c \
76 rtasm
/rtasm_ppc_spe.c \
77 rtasm
/rtasm_x86sse.c \
89 tgsi
/tgsi_transform.c \
92 translate
/translate.c \
93 translate
/translate_cache.c \
94 translate
/translate_generic.c \
95 translate
/translate_sse.c \
97 util
/u_debug_describe.c \
98 util
/u_debug_refcnt.c \
99 util
/u_debug_stack.c \
100 util
/u_debug_symbol.c \
101 util
/u_dump_defines.c \
102 util
/u_dump_state.c \
108 util
/u_cpu_detect.c \
113 util
/u_format_other.c \
114 util
/u_format_latc.c \
115 util
/u_format_s3tc.c \
116 util
/u_format_rgtc.c \
117 util
/u_format_srgb.c \
118 util
/u_format_table.c \
119 util
/u_format_tests.c \
120 util
/u_format_yuv.c \
122 util
/u_framebuffer.c \
123 util
/u_gen_mipmap.c \
125 util
/u_handle_table.c \
127 util
/u_hash_table.c \
128 util
/u_index_modify.c \
137 util
/u_ringbuffer.c \
139 util
/u_simple_shaders.c \
149 util
/u_upload_mgr.c \
152 # Disabling until pipe-video branch gets merged in
153 #vl/vl_bitstream_parser.c \
154 #vl/vl_mpeg12_mc_renderer.c \
155 #vl/vl_compositor.c \
157 #vl/vl_shader_build.c \
160 gallivm
/lp_bld_arit.c \
161 gallivm
/lp_bld_assert.c \
162 gallivm
/lp_bld_bitarit.c \
163 gallivm
/lp_bld_const.c \
164 gallivm
/lp_bld_conv.c \
165 gallivm
/lp_bld_flow.c \
166 gallivm
/lp_bld_format_aos.c \
167 gallivm
/lp_bld_format_soa.c \
168 gallivm
/lp_bld_format_yuv.c \
169 gallivm
/lp_bld_gather.c \
170 gallivm
/lp_bld_init.c \
171 gallivm
/lp_bld_intr.c \
172 gallivm
/lp_bld_logic.c \
173 gallivm
/lp_bld_pack.c \
174 gallivm
/lp_bld_printf.c \
175 gallivm
/lp_bld_quad.c \
176 gallivm
/lp_bld_sample.c \
177 gallivm
/lp_bld_sample_aos.c \
178 gallivm
/lp_bld_sample_soa.c \
179 gallivm
/lp_bld_struct.c \
180 gallivm
/lp_bld_swizzle.c \
181 gallivm
/lp_bld_tgsi_aos.c \
182 gallivm
/lp_bld_tgsi_info.c \
183 gallivm
/lp_bld_tgsi_soa.c \
184 gallivm
/lp_bld_type.c \
186 draw
/draw_llvm_sample.c \
187 draw
/draw_llvm_translate.c \
188 draw
/draw_vs_llvm.c \
189 draw
/draw_pt_fetch_shade_pipeline_llvm.c
191 GALLIVM_CPP_SOURCES
= \
192 gallivm
/lp_bld_debug.
cpp \
193 gallivm
/lp_bld_misc.
cpp
195 GENERATED_SOURCES
= \
196 indices
/u_indices_gen.c \
197 indices
/u_unfilled_gen.c \
198 util
/u_format_srgb.c \
199 util
/u_format_table.c \
203 ifeq ($(MESA_LLVM
),1)
207 $(GALLIVM_CPP_SOURCES
)
211 include ..
/Makefile.template
214 indices
/u_indices_gen.c
: indices
/u_indices_gen.py
217 indices
/u_unfilled_gen.c
: indices
/u_unfilled_gen.py
220 util
/u_format_srgb.c
: util
/u_format_srgb.py
223 util
/u_format_table.c
: util
/u_format_table.py util
/u_format_pack.py util
/u_format_parse.py util
/u_format.csv
224 $(PYTHON2
) util
/u_format_table.py util
/u_format.csv
> $@
226 util
/u_half.c
: util
/u_half.py
227 $(PYTHON2
) util
/u_half.py
> $@