android: svga: fix build for GL4.1 support
[mesa.git] / src / gallium / drivers / svga / Makefile.sources
1 C_SOURCES := \
2 svga_cmd.c \
3 svga_cmd.h \
4 svga_cmd_vgpu10.c \
5 svga_context.c \
6 svga_context.h \
7 svga_debug.h \
8 svga_draw_arrays.c \
9 svga_draw.c \
10 svga_draw_elements.c \
11 svga_draw.h \
12 svga_draw_private.h \
13 svga_format.c \
14 svga_format.h \
15 svga_hw_reg.h \
16 svga_link.c \
17 svga_link.h \
18 svga_mksstats.h \
19 svga_pipe_blend.c \
20 svga_pipe_blit.c \
21 svga_pipe_clear.c \
22 svga_pipe_constants.c \
23 svga_pipe_depthstencil.c \
24 svga_pipe_draw.c \
25 svga_pipe_flush.c \
26 svga_pipe_fs.c \
27 svga_pipe_gs.c \
28 svga_pipe_misc.c \
29 svga_pipe_query.c \
30 svga_pipe_rasterizer.c \
31 svga_pipe_sampler.c \
32 svga_pipe_streamout.c \
33 svga_pipe_vertex.c \
34 svga_pipe_ts.c \
35 svga_pipe_vs.c \
36 svga_public.h \
37 svga_resource_buffer.c \
38 svga_resource_buffer.h \
39 svga_resource_buffer_upload.c \
40 svga_resource_buffer_upload.h \
41 svga_resource.c \
42 svga_resource.h \
43 svga_resource_texture.c \
44 svga_resource_texture.h \
45 svga_sampler_view.c \
46 svga_sampler_view.h \
47 svga_screen.c \
48 svga_screen_cache.c \
49 svga_screen_cache.h \
50 svga_screen.h \
51 svga_shader.c \
52 svga_shader.h \
53 svga_state.c \
54 svga_state.h \
55 svga_state_constants.c \
56 svga_state_framebuffer.c \
57 svga_state_fs.c \
58 svga_state_gs.c \
59 svga_state_need_swtnl.c \
60 svga_state_rss.c \
61 svga_state_sampler.c \
62 svga_state_tgsi_transform.c \
63 svga_state_tss.c \
64 svga_state_vdecl.c \
65 svga_state_ts.c \
66 svga_state_vs.c \
67 svga_streamout.h \
68 svga_surface.c \
69 svga_surface.h \
70 svga_swtnl_backend.c \
71 svga_swtnl_draw.c \
72 svga_swtnl.h \
73 svga_swtnl_private.h \
74 svga_swtnl_state.c \
75 svga_tgsi.c \
76 svga_tgsi_decl_sm30.c \
77 svga_tgsi_emit.h \
78 svga_tgsi.h \
79 svga_tgsi_insn.c \
80 svga_tgsi_vgpu10.c \
81 svga_winsys.h \
82 \
83 svgadump/svga_dump.c \
84 svgadump/svga_dump.h \
85 svgadump/svga_shader_dump.c \
86 svgadump/svga_shader_dump.h \
87 svgadump/svga_shader.h \
88 svgadump/svga_shader_op.c \
89 svgadump/svga_shader_op.h
90
91 SVGA_H_FILES := \
92 include/includeCheck.h \
93 include/svga3d_caps.h \
94 include/svga3d_cmd.h \
95 include/svga3d_devcaps.h \
96 include/svga3d_dx.h \
97 include/svga3d_limits.h \
98 include/svga3d_reg.h \
99 include/svga3d_shaderdefs.h \
100 include/svga3d_surfacedefs.h \
101 include/svga3d_types.h \
102 include/svga_escape.h \
103 include/svga_overlay.h \
104 include/svga_reg.h \
105 include/svga_types.h \
106 include/VGPU10ShaderTokens.h \
107 include/vmware_pack_begin.h \
108 include/vmware_pack_end.h