2 include $(TOP
)/configs
/current
7 cso_cache
/cso_context.c \
8 cso_cache
/cso_cache.c \
13 draw
/draw_pipe_aaline.c \
14 draw
/draw_pipe_aapoint.c \
15 draw
/draw_pipe_clip.c \
16 draw
/draw_pipe_cull.c \
17 draw
/draw_pipe_flatshade.c \
18 draw
/draw_pipe_offset.c \
19 draw
/draw_pipe_pstipple.c \
20 draw
/draw_pipe_stipple.c \
21 draw
/draw_pipe_twoside.c \
22 draw
/draw_pipe_unfilled.c \
23 draw
/draw_pipe_util.c \
24 draw
/draw_pipe_validate.c \
25 draw
/draw_pipe_vbuf.c \
26 draw
/draw_pipe_wide_line.c \
27 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 \
37 draw
/draw_pt_varray.c \
38 draw
/draw_pt_vcache.c \
41 draw
/draw_vs_varient.c \
43 draw
/draw_vs_aos_io.c \
44 draw
/draw_vs_aos_machine.c \
49 indices
/u_indices_gen.c \
50 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 \
72 rbug
/rbug_demarshal.c \
74 rtasm
/rtasm_execmem.c \
75 rtasm
/rtasm_x86sse.c \
77 rtasm
/rtasm_ppc_spe.c \
89 tgsi
/tgsi_transform.c \
92 translate
/translate_generic.c \
93 translate
/translate_sse.c \
94 translate
/translate.c \
95 translate
/translate_cache.c \
97 util
/u_debug_symbol.c \
98 util
/u_debug_stack.c \
99 util
/u_dump_defines.c \
100 util
/u_dump_state.c \
105 util
/u_cpu_detect.c \
108 util
/u_format_access.c \
109 util
/u_format_table.c \
110 util
/u_format_tests.c \
111 util
/u_gen_mipmap.c \
112 util
/u_handle_table.c \
113 util
/u_hash_table.c \
121 util
/u_ringbuffer.c \
123 util
/u_simple_shaders.c \
128 util
/u_timed_winsys.c \
129 util
/u_upload_mgr.c \
130 util
/u_simple_screen.c \
131 target-helpers
/wrap_screen.c
133 # Disabling until pipe-video branch gets merged in
134 #vl/vl_bitstream_parser.c \
135 #vl/vl_mpeg12_mc_renderer.c \
136 #vl/vl_compositor.c \
138 #vl/vl_shader_build.c \
141 gallivm
/lp_bld_alpha.c \
142 gallivm
/lp_bld_arit.c \
143 gallivm
/lp_bld_blend_aos.c \
144 gallivm
/lp_bld_blend_logicop.c \
145 gallivm
/lp_bld_blend_soa.c \
146 gallivm
/lp_bld_const.c \
147 gallivm
/lp_bld_conv.c \
148 gallivm
/lp_bld_debug.c \
149 gallivm
/lp_bld_depth.c \
150 gallivm
/lp_bld_flow.c \
151 gallivm
/lp_bld_format_aos.c \
152 gallivm
/lp_bld_format_query.c \
153 gallivm
/lp_bld_format_soa.c \
154 gallivm
/lp_bld_interp.c \
155 gallivm
/lp_bld_intr.c \
156 gallivm
/lp_bld_logic.c \
157 gallivm
/lp_bld_pack.c \
158 gallivm
/lp_bld_sample.c \
159 gallivm
/lp_bld_sample_soa.c \
160 gallivm
/lp_bld_struct.c \
161 gallivm
/lp_bld_swizzle.c \
162 gallivm
/lp_bld_tgsi_soa.c \
163 gallivm
/lp_bld_type.c
165 GALLIVM_CPP_SOURCES
= \
166 gallivm
/lp_bld_init.
cpp
168 GENERATED_SOURCES
= \
169 indices
/u_indices_gen.c \
170 indices
/u_unfilled_gen.c \
171 util
/u_format_access.c \
172 util
/u_format_pack.h \
173 util
/u_format_table.c
176 ifeq ($(MESA_LLVM
),1)
180 $(GALLIVM_CPP_SOURCES
)
184 LIBRARY_DEFINES
+= -D__STDC_CONSTANT_MACROS
187 include ..
/Makefile.template
190 indices
/u_indices_gen.c
: indices
/u_indices_gen.py
193 indices
/u_unfilled_gen.c
: indices
/u_unfilled_gen.py
196 util
/u_format_table.c
: util
/u_format_table.py util
/u_format_parse.py util
/u_format.csv
197 python util
/u_format_table.py util
/u_format.csv
> $@
199 util
/u_format_pack.h
: util
/u_format_pack.py util
/u_format_parse.py util
/u_format.csv
200 python util
/u_format_pack.py util
/u_format.csv
> $@
202 util
/u_format_access.c
: util
/u_format_access.py util
/u_format_parse.py util
/u_format.csv
203 python util
/u_format_access.py util
/u_format.csv
> $@