OSDN Git Service

freedreno/a3xx: fix alpha-blending on RGBX formats
[android-x86/external-mesa.git] / src / gallium / auxiliary / Makefile.sources
1 C_SOURCES := \
2         cso_cache/cso_cache.c \
3         cso_cache/cso_cache.h \
4         cso_cache/cso_context.c \
5         cso_cache/cso_context.h \
6         cso_cache/cso_hash.c \
7         cso_cache/cso_hash.h \
8         draw/draw_cliptest_tmp.h \
9         draw/draw_context.c \
10         draw/draw_context.h \
11         draw/draw_decompose_tmp.h \
12         draw/draw_fs.c \
13         draw/draw_fs.h \
14         draw/draw_gs.c \
15         draw/draw_gs.h \
16         draw/draw_gs_tmp.h \
17         draw/draw_pipe_aaline.c \
18         draw/draw_pipe_aapoint.c \
19         draw/draw_pipe.c \
20         draw/draw_pipe.h \
21         draw/draw_pipe_clip.c \
22         draw/draw_pipe_cull.c \
23         draw/draw_pipe_flatshade.c \
24         draw/draw_pipe_offset.c \
25         draw/draw_pipe_pstipple.c \
26         draw/draw_pipe_stipple.c \
27         draw/draw_pipe_twoside.c \
28         draw/draw_pipe_unfilled.c \
29         draw/draw_pipe_util.c \
30         draw/draw_pipe_validate.c \
31         draw/draw_pipe_vbuf.c \
32         draw/draw_pipe_wide_line.c \
33         draw/draw_pipe_wide_point.c \
34         draw/draw_prim_assembler.c \
35         draw/draw_prim_assembler.h \
36         draw/draw_prim_assembler_tmp.h \
37         draw/draw_private.h \
38         draw/draw_pt.c \
39         draw/draw_pt_decompose.h \
40         draw/draw_pt_emit.c \
41         draw/draw_pt_fetch.c \
42         draw/draw_pt_fetch_emit.c \
43         draw/draw_pt_fetch_shade_emit.c \
44         draw/draw_pt_fetch_shade_pipeline.c \
45         draw/draw_pt.h \
46         draw/draw_pt_post_vs.c \
47         draw/draw_pt_so_emit.c \
48         draw/draw_pt_util.c \
49         draw/draw_pt_vsplit.c \
50         draw/draw_pt_vsplit_tmp.h \
51         draw/draw_so_emit_tmp.h \
52         draw/draw_split_tmp.h \
53         draw/draw_vbuf.h \
54         draw/draw_vertex.c \
55         draw/draw_vertex.h \
56         draw/draw_vs.c \
57         draw/draw_vs_exec.c \
58         draw/draw_vs.h \
59         draw/draw_vs_variant.c \
60         hud/font.c \
61         hud/font.h \
62         hud/hud_context.c \
63         hud/hud_context.h \
64         hud/hud_cpu.c \
65         hud/hud_driver_query.c \
66         hud/hud_fps.c \
67         hud/hud_private.h \
68         indices/u_indices.h \
69         indices/u_indices_priv.h \
70         indices/u_primconvert.c \
71         indices/u_primconvert.h \
72         os/os_memory_aligned.h \
73         os/os_memory_debug.h \
74         os/os_memory_stdc.h \
75         os/os_memory.h \
76         os/os_misc.c \
77         os/os_misc.h \
78         os/os_mman.h \
79         os/os_process.c \
80         os/os_process.h \
81         os/os_thread.h \
82         os/os_time.c \
83         os/os_time.h \
84         pipebuffer/pb_buffer_fenced.c \
85         pipebuffer/pb_buffer_fenced.h \
86         pipebuffer/pb_buffer.h \
87         pipebuffer/pb_buffer_malloc.c \
88         pipebuffer/pb_bufmgr_alt.c \
89         pipebuffer/pb_bufmgr_cache.c \
90         pipebuffer/pb_bufmgr_debug.c \
91         pipebuffer/pb_bufmgr.h \
92         pipebuffer/pb_bufmgr_mm.c \
93         pipebuffer/pb_bufmgr_ondemand.c \
94         pipebuffer/pb_bufmgr_pool.c \
95         pipebuffer/pb_bufmgr_slab.c \
96         pipebuffer/pb_validate.c \
97         pipebuffer/pb_validate.h \
98         postprocess/filters.h \
99         postprocess/postprocess.h \
100         postprocess/pp_celshade.c \
101         postprocess/pp_celshade.h \
102         postprocess/pp_colors.c \
103         postprocess/pp_colors.h \
104         postprocess/pp_filters.h \
105         postprocess/pp_init.c \
106         postprocess/pp_mlaa_areamap.h \
107         postprocess/pp_mlaa.c \
108         postprocess/pp_mlaa.h \
109         postprocess/pp_private.h \
110         postprocess/pp_program.c \
111         postprocess/pp_run.c \
112         rbug/rbug_connection.c \
113         rbug/rbug_connection.h \
114         rbug/rbug_context.c \
115         rbug/rbug_context.h \
116         rbug/rbug_core.c \
117         rbug/rbug_core.h \
118         rbug/rbug_demarshal.c \
119         rbug/rbug.h \
120         rbug/rbug_internal.h \
121         rbug/rbug_proto.h \
122         rbug/rbug_shader.c \
123         rbug/rbug_shader.h \
124         rbug/rbug_texture.c \
125         rbug/rbug_texture.h \
126         rtasm/rtasm_cpu.c \
127         rtasm/rtasm_cpu.h \
128         rtasm/rtasm_execmem.c \
129         rtasm/rtasm_execmem.h \
130         rtasm/rtasm_x86sse.c \
131         rtasm/rtasm_x86sse.h \
132         tgsi/tgsi_build.c \
133         tgsi/tgsi_build.h \
134         tgsi/tgsi_dump.c \
135         tgsi/tgsi_dump.h \
136         tgsi/tgsi_exec.c \
137         tgsi/tgsi_exec.h \
138         tgsi/tgsi_info.c \
139         tgsi/tgsi_info.h \
140         tgsi/tgsi_iterate.c \
141         tgsi/tgsi_iterate.h \
142         tgsi/tgsi_lowering.c \
143         tgsi/tgsi_lowering.h \
144         tgsi/tgsi_opcode_tmp.h \
145         tgsi/tgsi_parse.c \
146         tgsi/tgsi_parse.h \
147         tgsi/tgsi_sanity.c \
148         tgsi/tgsi_sanity.h \
149         tgsi/tgsi_scan.c \
150         tgsi/tgsi_scan.h \
151         tgsi/tgsi_strings.c \
152         tgsi/tgsi_strings.h \
153         tgsi/tgsi_text.c \
154         tgsi/tgsi_text.h \
155         tgsi/tgsi_transform.c \
156         tgsi/tgsi_transform.h \
157         tgsi/tgsi_ureg.c \
158         tgsi/tgsi_ureg.h \
159         tgsi/tgsi_util.c \
160         tgsi/tgsi_util.h \
161         translate/translate.c \
162         translate/translate.h \
163         translate/translate_cache.c \
164         translate/translate_cache.h \
165         translate/translate_generic.c \
166         translate/translate_sse.c \
167         util/dbghelp.h \
168         util/u_atomic.h \
169         util/u_bitmask.c \
170         util/u_bitmask.h \
171         util/u_blend.h \
172         util/u_blit.c \
173         util/u_blit.h \
174         util/u_blitter.c \
175         util/u_blitter.h \
176         util/u_box.h \
177         util/u_cache.c \
178         util/u_cache.h \
179         util/u_caps.c \
180         util/u_caps.h \
181         util/u_clear.h \
182         util/u_cpu_detect.c \
183         util/u_cpu_detect.h \
184         util/u_debug.c \
185         util/u_debug_describe.c \
186         util/u_debug_describe.h \
187         util/u_debug_flush.c \
188         util/u_debug_flush.h \
189         util/u_debug.h \
190         util/u_debug_memory.c \
191         util/u_debug_refcnt.c \
192         util/u_debug_refcnt.h \
193         util/u_debug_stack.c \
194         util/u_debug_stack.h \
195         util/u_debug_symbol.c \
196         util/u_debug_symbol.h \
197         util/u_dirty_flags.h \
198         util/u_dirty_surfaces.h \
199         util/u_dl.c \
200         util/u_dl.h \
201         util/u_double_list.h \
202         util/u_draw.c \
203         util/u_draw.h \
204         util/u_draw_quad.c \
205         util/u_draw_quad.h \
206         util/u_dual_blend.h \
207         util/u_dump_defines.c \
208         util/u_dump.h \
209         util/u_dump_state.c \
210         util/u_dynarray.h \
211         util/u_fifo.h \
212         util/u_format_bptc.c \
213         util/u_format_bptc.h \
214         util/u_format.c \
215         util/u_format_etc.c \
216         util/u_format_etc.h \
217         util/u_format.h \
218         util/u_format_latc.c \
219         util/u_format_latc.h \
220         util/u_format_other.c \
221         util/u_format_other.h \
222         util/u_format_r11g11b10f.h \
223         util/u_format_rgb9e5.h \
224         util/u_format_rgtc.c \
225         util/u_format_rgtc.h \
226         util/u_format_s3tc.c \
227         util/u_format_s3tc.h \
228         util/u_format_tests.c \
229         util/u_format_tests.h \
230         util/u_format_yuv.c \
231         util/u_format_yuv.h \
232         util/u_format_zs.c \
233         util/u_format_zs.h \
234         util/u_framebuffer.c \
235         util/u_framebuffer.h \
236         util/u_gen_mipmap.c \
237         util/u_gen_mipmap.h \
238         util/u_half.h \
239         util/u_handle_table.c \
240         util/u_handle_table.h \
241         util/u_hash.c \
242         util/u_hash.h \
243         util/u_hash_table.c \
244         util/u_hash_table.h \
245         util/u_helpers.c \
246         util/u_helpers.h \
247         util/u_index_modify.c \
248         util/u_index_modify.h \
249         util/u_init.h \
250         util/u_inlines.h \
251         util/u_keymap.c \
252         util/u_keymap.h \
253         util/u_linear.c \
254         util/u_linear.h \
255         util/u_linkage.c \
256         util/u_linkage.h \
257         util/u_math.c \
258         util/u_math.h \
259         util/u_memory.h \
260         util/u_mm.c \
261         util/u_mm.h \
262         util/u_network.c \
263         util/u_network.h \
264         util/u_pack_color.h \
265         util/u_pointer.h \
266         util/u_prim.h \
267         util/u_pstipple.c \
268         util/u_pstipple.h \
269         util/u_range.h \
270         util/u_rect.h \
271         util/u_resource.c \
272         util/u_resource.h \
273         util/u_ringbuffer.c \
274         util/u_ringbuffer.h \
275         util/u_sampler.c \
276         util/u_sampler.h \
277         util/u_simple_list.h \
278         util/u_simple_shaders.c \
279         util/u_simple_shaders.h \
280         util/u_slab.c \
281         util/u_slab.h \
282         util/u_snprintf.c \
283         util/u_split_prim.h \
284         util/u_sse.h \
285         util/u_staging.c \
286         util/u_staging.h \
287         util/u_string.h \
288         util/u_suballoc.c \
289         util/u_suballoc.h \
290         util/u_surface.c \
291         util/u_surface.h \
292         util/u_surfaces.c \
293         util/u_surfaces.h \
294         util/u_tests.c \
295         util/u_tests.h \
296         util/u_texture.c \
297         util/u_texture.h \
298         util/u_tile.c \
299         util/u_tile.h \
300         util/u_time.h \
301         util/u_transfer.c \
302         util/u_transfer.h \
303         util/u_upload_mgr.c \
304         util/u_upload_mgr.h \
305         util/u_vbuf.c \
306         util/u_vbuf.h \
307         util/u_video.h
308
309 VL_SOURCES := \
310         vl/vl_compositor.c \
311         vl/vl_compositor.h \
312         vl/vl_csc.c \
313         vl/vl_csc.h \
314         vl/vl_decoder.c \
315         vl/vl_decoder.h \
316         vl/vl_defines.h \
317         vl/vl_deint_filter.c \
318         vl/vl_deint_filter.h \
319         vl/vl_idct.c \
320         vl/vl_idct.h \
321         vl/vl_matrix_filter.c \
322         vl/vl_matrix_filter.h \
323         vl/vl_mc.c \
324         vl/vl_mc.h \
325         vl/vl_median_filter.c \
326         vl/vl_median_filter.h \
327         vl/vl_mpeg12_bitstream.c \
328         vl/vl_mpeg12_bitstream.h \
329         vl/vl_mpeg12_decoder.c \
330         vl/vl_mpeg12_decoder.h \
331         vl/vl_rbsp.h \
332         vl/vl_types.h \
333         vl/vl_vertex_buffers.c \
334         vl/vl_vertex_buffers.h \
335         vl/vl_video_buffer.c \
336         vl/vl_video_buffer.h \
337         vl/vl_vlc.h \
338         vl/vl_winsys.h \
339         vl/vl_winsys_dri.c \
340         vl/vl_zscan.c \
341         vl/vl_zscan.h
342
343 VL_STUB_SOURCES := \
344         vl/vl_stubs.c
345
346 GENERATED_SOURCES := \
347         indices/u_indices_gen.c \
348         indices/u_unfilled_gen.c \
349         util/u_format_table.c
350
351 GALLIVM_SOURCES := \
352         gallivm/lp_bld_arit.c \
353         gallivm/lp_bld_arit.h \
354         gallivm/lp_bld_arit_overflow.c \
355         gallivm/lp_bld_arit_overflow.h \
356         gallivm/lp_bld_assert.c \
357         gallivm/lp_bld_assert.h \
358         gallivm/lp_bld_bitarit.c \
359         gallivm/lp_bld_bitarit.h \
360         gallivm/lp_bld_const.c \
361         gallivm/lp_bld_const.h \
362         gallivm/lp_bld_conv.c \
363         gallivm/lp_bld_conv.h \
364         gallivm/lp_bld_debug.cpp \
365         gallivm/lp_bld_debug.h \
366         gallivm/lp_bld_flow.c \
367         gallivm/lp_bld_flow.h \
368         gallivm/lp_bld_format_aos_array.c \
369         gallivm/lp_bld_format_aos.c \
370         gallivm/lp_bld_format_float.c \
371         gallivm/lp_bld_format.h \
372         gallivm/lp_bld_format_soa.c \
373         gallivm/lp_bld_format_srgb.c \
374         gallivm/lp_bld_format_yuv.c \
375         gallivm/lp_bld_gather.c \
376         gallivm/lp_bld_gather.h \
377         gallivm/lp_bld.h \
378         gallivm/lp_bld_init.c \
379         gallivm/lp_bld_init.h \
380         gallivm/lp_bld_intr.c \
381         gallivm/lp_bld_intr.h \
382         gallivm/lp_bld_limits.h \
383         gallivm/lp_bld_logic.c \
384         gallivm/lp_bld_logic.h \
385         gallivm/lp_bld_misc.cpp \
386         gallivm/lp_bld_misc.h \
387         gallivm/lp_bld_pack.c \
388         gallivm/lp_bld_pack.h \
389         gallivm/lp_bld_printf.c \
390         gallivm/lp_bld_printf.h \
391         gallivm/lp_bld_quad.c \
392         gallivm/lp_bld_quad.h \
393         gallivm/lp_bld_sample_aos.c \
394         gallivm/lp_bld_sample_aos.h \
395         gallivm/lp_bld_sample.c \
396         gallivm/lp_bld_sample.h \
397         gallivm/lp_bld_sample_soa.c \
398         gallivm/lp_bld_struct.c \
399         gallivm/lp_bld_struct.h \
400         gallivm/lp_bld_swizzle.c \
401         gallivm/lp_bld_swizzle.h \
402         gallivm/lp_bld_tgsi_action.c \
403         gallivm/lp_bld_tgsi_action.h \
404         gallivm/lp_bld_tgsi_aos.c \
405         gallivm/lp_bld_tgsi.c \
406         gallivm/lp_bld_tgsi.h \
407         gallivm/lp_bld_tgsi_info.c \
408         gallivm/lp_bld_tgsi_soa.c \
409         gallivm/lp_bld_type.c \
410         gallivm/lp_bld_type.h \
411         draw/draw_llvm.c \
412         draw/draw_llvm.h \
413         draw/draw_llvm_sample.c \
414         draw/draw_pt_fetch_shade_pipeline_llvm.c \
415         draw/draw_vs_llvm.c