OSDN Git Service

94851210142dec80666e5b6cff1ad30060a0d7c4
[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         driver_ddebug/dd_context.c \
61         driver_ddebug/dd_draw.c \
62         driver_ddebug/dd_pipe.h \
63         driver_ddebug/dd_public.h \
64         driver_ddebug/dd_screen.c \
65         driver_ddebug/dd_util.h \
66         driver_noop/noop_pipe.c \
67         driver_noop/noop_public.h \
68         driver_noop/noop_state.c \
69         driver_rbug/rbug_context.c \
70         driver_rbug/rbug_context.h \
71         driver_rbug/rbug_core.c \
72         driver_rbug/rbug_objects.c \
73         driver_rbug/rbug_objects.h \
74         driver_rbug/rbug_public.h \
75         driver_rbug/rbug_screen.c \
76         driver_rbug/rbug_screen.h \
77         driver_trace/tr_context.c \
78         driver_trace/tr_context.h \
79         driver_trace/tr_dump.c \
80         driver_trace/tr_dump_defines.h \
81         driver_trace/tr_dump.h \
82         driver_trace/tr_dump_state.c \
83         driver_trace/tr_dump_state.h \
84         driver_trace/tr_public.h \
85         driver_trace/tr_screen.c \
86         driver_trace/tr_screen.h \
87         driver_trace/tr_texture.c \
88         driver_trace/tr_texture.h \
89         hud/font.c \
90         hud/font.h \
91         hud/hud_context.c \
92         hud/hud_context.h \
93         hud/hud_cpu.c \
94         hud/hud_nic.c \
95         hud/hud_cpufreq.c \
96         hud/hud_diskstat.c \
97         hud/hud_sensors_temp.c \
98         hud/hud_driver_query.c \
99         hud/hud_fps.c \
100         hud/hud_private.h \
101         indices/u_indices.h \
102         indices/u_indices_priv.h \
103         indices/u_primconvert.c \
104         indices/u_primconvert.h \
105         os/os_memory_aligned.h \
106         os/os_memory_debug.h \
107         os/os_memory_stdc.h \
108         os/os_memory.h \
109         os/os_misc.c \
110         os/os_misc.h \
111         os/os_mman.h \
112         os/os_process.c \
113         os/os_process.h \
114         os/os_thread.h \
115         pipebuffer/pb_buffer_fenced.c \
116         pipebuffer/pb_buffer_fenced.h \
117         pipebuffer/pb_buffer.h \
118         pipebuffer/pb_buffer_malloc.c \
119         pipebuffer/pb_bufmgr_alt.c \
120         pipebuffer/pb_bufmgr_cache.c \
121         pipebuffer/pb_bufmgr_debug.c \
122         pipebuffer/pb_bufmgr.h \
123         pipebuffer/pb_bufmgr_mm.c \
124         pipebuffer/pb_bufmgr_ondemand.c \
125         pipebuffer/pb_bufmgr_pool.c \
126         pipebuffer/pb_bufmgr_slab.c \
127         pipebuffer/pb_cache.c \
128         pipebuffer/pb_cache.h \
129         pipebuffer/pb_slab.c \
130         pipebuffer/pb_slab.h \
131         pipebuffer/pb_validate.c \
132         pipebuffer/pb_validate.h \
133         postprocess/filters.h \
134         postprocess/postprocess.h \
135         postprocess/pp_celshade.c \
136         postprocess/pp_celshade.h \
137         postprocess/pp_colors.c \
138         postprocess/pp_colors.h \
139         postprocess/pp_filters.h \
140         postprocess/pp_init.c \
141         postprocess/pp_mlaa_areamap.h \
142         postprocess/pp_mlaa.c \
143         postprocess/pp_mlaa.h \
144         postprocess/pp_private.h \
145         postprocess/pp_program.c \
146         postprocess/pp_run.c \
147         rbug/rbug_connection.c \
148         rbug/rbug_connection.h \
149         rbug/rbug_context.c \
150         rbug/rbug_context.h \
151         rbug/rbug_core.c \
152         rbug/rbug_core.h \
153         rbug/rbug_demarshal.c \
154         rbug/rbug.h \
155         rbug/rbug_internal.h \
156         rbug/rbug_proto.h \
157         rbug/rbug_shader.c \
158         rbug/rbug_shader.h \
159         rbug/rbug_texture.c \
160         rbug/rbug_texture.h \
161         rtasm/rtasm_cpu.c \
162         rtasm/rtasm_cpu.h \
163         rtasm/rtasm_execmem.c \
164         rtasm/rtasm_execmem.h \
165         rtasm/rtasm_x86sse.c \
166         rtasm/rtasm_x86sse.h \
167         tgsi/tgsi_aa_point.c \
168         tgsi/tgsi_aa_point.h \
169         tgsi/tgsi_build.c \
170         tgsi/tgsi_build.h \
171         tgsi/tgsi_dump.c \
172         tgsi/tgsi_dump.h \
173         tgsi/tgsi_exec.c \
174         tgsi/tgsi_exec.h \
175         tgsi/tgsi_emulate.c \
176         tgsi/tgsi_emulate.h \
177         tgsi/tgsi_from_mesa.c \
178         tgsi/tgsi_from_mesa.h \
179         tgsi/tgsi_info.c \
180         tgsi/tgsi_info.h \
181         tgsi/tgsi_info_opcodes.h \
182         tgsi/tgsi_iterate.c \
183         tgsi/tgsi_iterate.h \
184         tgsi/tgsi_lowering.c \
185         tgsi/tgsi_lowering.h \
186         tgsi/tgsi_opcode_tmp.h \
187         tgsi/tgsi_parse.c \
188         tgsi/tgsi_parse.h \
189         tgsi/tgsi_point_sprite.c \
190         tgsi/tgsi_point_sprite.h \
191         tgsi/tgsi_sanity.c \
192         tgsi/tgsi_sanity.h \
193         tgsi/tgsi_scan.c \
194         tgsi/tgsi_scan.h \
195         tgsi/tgsi_strings.c \
196         tgsi/tgsi_strings.h \
197         tgsi/tgsi_text.c \
198         tgsi/tgsi_text.h \
199         tgsi/tgsi_transform.c \
200         tgsi/tgsi_transform.h \
201         tgsi/tgsi_two_side.c \
202         tgsi/tgsi_two_side.h \
203         tgsi/tgsi_ureg.c \
204         tgsi/tgsi_ureg.h \
205         tgsi/tgsi_util.c \
206         tgsi/tgsi_util.h \
207         translate/translate.c \
208         translate/translate.h \
209         translate/translate_cache.c \
210         translate/translate_cache.h \
211         translate/translate_generic.c \
212         translate/translate_sse.c \
213         util/dbghelp.h \
214         util/u_async_debug.h \
215         util/u_async_debug.c \
216         util/u_bitcast.h \
217         util/u_bitmask.c \
218         util/u_bitmask.h \
219         util/u_blend.h \
220         util/u_blit.c \
221         util/u_blit.h \
222         util/u_blitter.c \
223         util/u_blitter.h \
224         util/u_box.h \
225         util/u_cache.c \
226         util/u_cache.h \
227         util/u_cpu_detect.c \
228         util/u_cpu_detect.h \
229         util/u_debug.c \
230         util/u_debug.h \
231         util/u_debug_describe.c \
232         util/u_debug_describe.h \
233         util/u_debug_flush.c \
234         util/u_debug_flush.h \
235         util/u_debug_image.c \
236         util/u_debug_image.h \
237         util/u_debug_memory.c \
238         util/u_debug_refcnt.c \
239         util/u_debug_refcnt.h \
240         util/u_debug_stack.c \
241         util/u_debug_stack.h \
242         util/u_debug_symbol.c \
243         util/u_debug_symbol.h \
244         util/u_dirty_flags.h \
245         util/u_dirty_surfaces.h \
246         util/u_dl.c \
247         util/u_dl.h \
248         util/u_draw.c \
249         util/u_draw.h \
250         util/u_draw_quad.c \
251         util/u_draw_quad.h \
252         util/u_dual_blend.h \
253         util/u_dump_defines.c \
254         util/u_dump.h \
255         util/u_dump_state.c \
256         util/u_fifo.h \
257         util/u_format.c \
258         util/u_format.h \
259         util/u_format_bptc.c \
260         util/u_format_bptc.h \
261         util/u_format_etc.c \
262         util/u_format_etc.h \
263         util/u_format_latc.c \
264         util/u_format_latc.h \
265         util/u_format_other.c \
266         util/u_format_other.h \
267         util/u_format_rgtc.c \
268         util/u_format_rgtc.h \
269         util/u_format_s3tc.c \
270         util/u_format_s3tc.h \
271         util/u_format_tests.c \
272         util/u_format_tests.h \
273         util/u_format_yuv.c \
274         util/u_format_yuv.h \
275         util/u_format_zs.c \
276         util/u_format_zs.h \
277         util/u_framebuffer.c \
278         util/u_framebuffer.h \
279         util/u_gen_mipmap.c \
280         util/u_gen_mipmap.h \
281         util/u_half.h \
282         util/u_handle_table.c \
283         util/u_handle_table.h \
284         util/u_hash_table.c \
285         util/u_hash_table.h \
286         util/u_helpers.c \
287         util/u_helpers.h \
288         util/u_idalloc.c \
289         util/u_idalloc.h \
290         util/u_index_modify.c \
291         util/u_index_modify.h \
292         util/u_inlines.h \
293         util/u_linear.c \
294         util/u_linear.h \
295         util/u_log.c \
296         util/u_log.h \
297         util/u_memory.h \
298         util/u_mm.c \
299         util/u_mm.h \
300         util/u_network.c \
301         util/u_network.h \
302         util/u_pack_color.h \
303         util/u_pointer.h \
304         util/u_prim.h \
305         util/u_prim.c \
306         util/u_prim_restart.c \
307         util/u_prim_restart.h \
308         util/u_pstipple.c \
309         util/u_pstipple.h \
310         util/u_pwr8.h \
311         util/u_range.h \
312         util/u_rect.h \
313         util/u_resource.c \
314         util/u_resource.h \
315         util/u_ringbuffer.c \
316         util/u_ringbuffer.h \
317         util/u_sampler.c \
318         util/u_sampler.h \
319         util/u_screen.c \
320         util/u_screen.h \
321         util/u_simple_shaders.c \
322         util/u_simple_shaders.h \
323         util/u_split_prim.h \
324         util/u_sse.h \
325         util/u_suballoc.c \
326         util/u_suballoc.h \
327         util/u_surface.c \
328         util/u_surface.h \
329         util/u_surfaces.c \
330         util/u_surfaces.h \
331         util/u_tests.c \
332         util/u_tests.h \
333         util/u_texture.c \
334         util/u_texture.h \
335         util/u_tile.c \
336         util/u_tile.h \
337         util/u_transfer.c \
338         util/u_transfer.h \
339         util/u_transfer_helper.c \
340         util/u_transfer_helper.h \
341         util/u_threaded_context.c \
342         util/u_threaded_context.h \
343         util/u_threaded_context_calls.h \
344         util/u_upload_mgr.c \
345         util/u_upload_mgr.h \
346         util/u_vbuf.c \
347         util/u_vbuf.h \
348         util/u_video.h \
349         util/u_viewport.h
350
351 NIR_SOURCES := \
352         nir/tgsi_to_nir.c \
353         nir/tgsi_to_nir.h
354
355 VL_SOURCES := \
356         vl/vl_bicubic_filter.c \
357         vl/vl_bicubic_filter.h \
358         vl/vl_compositor.c \
359         vl/vl_compositor.h \
360         vl/vl_csc.c \
361         vl/vl_csc.h \
362         vl/vl_decoder.c \
363         vl/vl_decoder.h \
364         vl/vl_defines.h \
365         vl/vl_deint_filter.c \
366         vl/vl_deint_filter.h \
367         vl/vl_idct.c \
368         vl/vl_idct.h \
369         vl/vl_matrix_filter.c \
370         vl/vl_matrix_filter.h \
371         vl/vl_mc.c \
372         vl/vl_mc.h \
373         vl/vl_median_filter.c \
374         vl/vl_median_filter.h \
375         vl/vl_mpeg12_bitstream.c \
376         vl/vl_mpeg12_bitstream.h \
377         vl/vl_mpeg12_decoder.c \
378         vl/vl_mpeg12_decoder.h \
379         vl/vl_rbsp.h \
380         vl/vl_types.h \
381         vl/vl_vertex_buffers.c \
382         vl/vl_vertex_buffers.h \
383         vl/vl_video_buffer.c \
384         vl/vl_video_buffer.h \
385         vl/vl_vlc.h \
386         vl/vl_zscan.c \
387         vl/vl_zscan.h \
388         vl/vl_probs_table.h
389
390 # XXX: Nuke this as our dri targets no longer depend on VL.
391 VL_WINSYS_SOURCES := \
392         vl/vl_winsys.h
393
394 VL_WINSYS_DRI2_SOURCES := \
395         vl/vl_winsys_dri.c
396
397 VL_WINSYS_DRI3_SOURCES := \
398         vl/vl_winsys_dri3.c
399
400 VL_WINSYS_DRM_SOURCES := \
401         vl/vl_winsys_drm.c
402
403 VL_STUB_SOURCES := \
404         vl/vl_stubs.c
405
406 GENERATED_SOURCES := \
407         indices/u_indices_gen.c \
408         indices/u_unfilled_gen.c \
409         util/u_format_table.c
410
411 GALLIVM_SOURCES := \
412         gallivm/lp_bld_arit.c \
413         gallivm/lp_bld_arit.h \
414         gallivm/lp_bld_arit_overflow.c \
415         gallivm/lp_bld_arit_overflow.h \
416         gallivm/lp_bld_assert.c \
417         gallivm/lp_bld_assert.h \
418         gallivm/lp_bld_bitarit.c \
419         gallivm/lp_bld_bitarit.h \
420         gallivm/lp_bld_const.c \
421         gallivm/lp_bld_const.h \
422         gallivm/lp_bld_conv.c \
423         gallivm/lp_bld_conv.h \
424         gallivm/lp_bld_debug.cpp \
425         gallivm/lp_bld_debug.h \
426         gallivm/lp_bld_flow.c \
427         gallivm/lp_bld_flow.h \
428         gallivm/lp_bld_format_aos_array.c \
429         gallivm/lp_bld_format_aos.c \
430         gallivm/lp_bld_format_cached.c \
431         gallivm/lp_bld_format_float.c \
432         gallivm/lp_bld_format.c \
433         gallivm/lp_bld_format.h \
434         gallivm/lp_bld_format_soa.c \
435         gallivm/lp_bld_format_srgb.c \
436         gallivm/lp_bld_format_yuv.c \
437         gallivm/lp_bld_gather.c \
438         gallivm/lp_bld_gather.h \
439         gallivm/lp_bld.h \
440         gallivm/lp_bld_init.c \
441         gallivm/lp_bld_init.h \
442         gallivm/lp_bld_intr.c \
443         gallivm/lp_bld_intr.h \
444         gallivm/lp_bld_limits.h \
445         gallivm/lp_bld_logic.c \
446         gallivm/lp_bld_logic.h \
447         gallivm/lp_bld_misc.cpp \
448         gallivm/lp_bld_misc.h \
449         gallivm/lp_bld_pack.c \
450         gallivm/lp_bld_pack.h \
451         gallivm/lp_bld_printf.c \
452         gallivm/lp_bld_printf.h \
453         gallivm/lp_bld_quad.c \
454         gallivm/lp_bld_quad.h \
455         gallivm/lp_bld_sample_aos.c \
456         gallivm/lp_bld_sample_aos.h \
457         gallivm/lp_bld_sample.c \
458         gallivm/lp_bld_sample.h \
459         gallivm/lp_bld_sample_soa.c \
460         gallivm/lp_bld_struct.c \
461         gallivm/lp_bld_struct.h \
462         gallivm/lp_bld_swizzle.c \
463         gallivm/lp_bld_swizzle.h \
464         gallivm/lp_bld_tgsi_action.c \
465         gallivm/lp_bld_tgsi_action.h \
466         gallivm/lp_bld_tgsi_aos.c \
467         gallivm/lp_bld_tgsi.c \
468         gallivm/lp_bld_tgsi.h \
469         gallivm/lp_bld_tgsi_info.c \
470         gallivm/lp_bld_tgsi_soa.c \
471         gallivm/lp_bld_type.c \
472         gallivm/lp_bld_type.h \
473         draw/draw_llvm.c \
474         draw/draw_llvm.h \
475         draw/draw_llvm_sample.c \
476         draw/draw_pt_fetch_shade_pipeline_llvm.c \
477         draw/draw_vs_llvm.c
478
479 RENDERONLY_SOURCES := \
480         renderonly/renderonly.c \
481         renderonly/renderonly.h