svga: check return value of define_query_vgpu{9,10}
[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_vs.c \
35 svga_public.h \
36 svga_resource_buffer.c \
37 svga_resource_buffer.h \
38 svga_resource_buffer_upload.c \
39 svga_resource_buffer_upload.h \
40 svga_resource.c \
41 svga_resource.h \
42 svga_resource_texture.c \
43 svga_resource_texture.h \
44 svga_sampler_view.c \
45 svga_sampler_view.h \
46 svga_screen.c \
47 svga_screen_cache.c \
48 svga_screen_cache.h \
49 svga_screen.h \
50 svga_shader.c \
51 svga_shader.h \
52 svga_state.c \
53 svga_state.h \
54 svga_state_constants.c \
55 svga_state_framebuffer.c \
56 svga_state_fs.c \
57 svga_state_gs.c \
58 svga_state_need_swtnl.c \
59 svga_state_rss.c \
60 svga_state_sampler.c \
61 svga_state_tgsi_transform.c \
62 svga_state_tss.c \
63 svga_state_vdecl.c \
64 svga_state_vs.c \
65 svga_streamout.h \
66 svga_surface.c \
67 svga_surface.h \
68 svga_swtnl_backend.c \
69 svga_swtnl_draw.c \
70 svga_swtnl.h \
71 svga_swtnl_private.h \
72 svga_swtnl_state.c \
73 svga_tgsi.c \
74 svga_tgsi_decl_sm30.c \
75 svga_tgsi_emit.h \
76 svga_tgsi.h \
77 svga_tgsi_insn.c \
78 svga_tgsi_vgpu10.c \
79 svga_winsys.h \
80 \
81 svgadump/svga_dump.c \
82 svgadump/svga_dump.h \
83 svgadump/svga_shader_dump.c \
84 svgadump/svga_shader_dump.h \
85 svgadump/svga_shader.h \
86 svgadump/svga_shader_op.c \
87 svgadump/svga_shader_op.h
88
89 SVGA_H_FILES := \
90 include/includeCheck.h \
91 include/svga3d_caps.h \
92 include/svga3d_cmd.h \
93 include/svga3d_devcaps.h \
94 include/svga3d_dx.h \
95 include/svga3d_limits.h \
96 include/svga3d_reg.h \
97 include/svga3d_shaderdefs.h \
98 include/svga3d_surfacedefs.h \
99 include/svga3d_types.h \
100 include/svga_escape.h \
101 include/svga_overlay.h \
102 include/svga_reg.h \
103 include/svga_types.h \
104 include/VGPU10ShaderTokens.h \
105 include/vmware_pack_begin.h \
106 include/vmware_pack_end.h