ilo: add ilo_core.h to core
[mesa.git] / src / gallium / drivers / ilo / Makefile.sources
1 C_SOURCES := \
2 core/ilo_core.h \
3 core/intel_winsys.h \
4 ilo_blit.c \
5 ilo_blit.h \
6 ilo_blitter.c \
7 ilo_blitter.h \
8 ilo_blitter_blt.c \
9 ilo_blitter_pipe.c \
10 ilo_blitter_rectlist.c \
11 ilo_builder.c \
12 ilo_builder.h \
13 ilo_builder_3d.h \
14 ilo_builder_3d_bottom.h \
15 ilo_builder_3d_top.h \
16 ilo_builder_blt.h \
17 ilo_builder_decode.c \
18 ilo_builder_media.h \
19 ilo_builder_mi.h \
20 ilo_builder_render.h \
21 ilo_common.h \
22 ilo_context.c \
23 ilo_context.h \
24 ilo_cp.c \
25 ilo_cp.h \
26 ilo_draw.c \
27 ilo_draw.h \
28 ilo_format.c \
29 ilo_format.h \
30 ilo_gpgpu.c \
31 ilo_gpgpu.h \
32 ilo_layout.c \
33 ilo_layout.h \
34 ilo_public.h \
35 ilo_query.c \
36 ilo_query.h \
37 ilo_resource.c \
38 ilo_resource.h \
39 ilo_render.c \
40 ilo_render.h \
41 ilo_render_gen.h \
42 ilo_render_dynamic.c \
43 ilo_render_gen6.c \
44 ilo_render_gen7.c \
45 ilo_render_gen8.c \
46 ilo_render_media.c \
47 ilo_render_surface.c \
48 ilo_screen.c \
49 ilo_screen.h \
50 ilo_shader.c \
51 ilo_shader.h \
52 ilo_state.c \
53 ilo_state.h \
54 ilo_state_3d.h \
55 ilo_state_3d_bottom.c \
56 ilo_state_3d_top.c \
57 ilo_transfer.c \
58 ilo_transfer.h \
59 ilo_video.c \
60 ilo_video.h \
61 \
62 shader/ilo_shader_cs.c \
63 shader/ilo_shader_fs.c \
64 shader/ilo_shader_gs.c \
65 shader/ilo_shader_internal.h \
66 shader/ilo_shader_vs.c \
67 shader/toy_compiler.c \
68 shader/toy_compiler.h \
69 shader/toy_compiler_asm.c \
70 shader/toy_compiler_disasm.c \
71 shader/toy_compiler_reg.h \
72 shader/toy_helpers.h \
73 shader/toy_legalize.c \
74 shader/toy_legalize.h \
75 shader/toy_legalize_ra.c \
76 shader/toy_optimize.c \
77 shader/toy_optimize.h \
78 shader/toy_tgsi.c \
79 shader/toy_tgsi.h
80
81 GENHW_FILES := \
82 genhw/gen_blitter.xml.h \
83 genhw/gen_eu_isa.xml.h \
84 genhw/gen_eu_message.xml.h \
85 genhw/genhw.h \
86 genhw/gen_mi.xml.h \
87 genhw/gen_regs.xml.h \
88 genhw/gen_render.xml.h \
89 genhw/gen_render_3d.xml.h \
90 genhw/gen_render_dynamic.xml.h \
91 genhw/gen_render_media.xml.h \
92 genhw/gen_render_surface.xml.h