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

SVGA_H_FILES := \
	include/includeCheck.h \
	include/svga3d_caps.h \
	include/svga3d_cmd.h \
	include/svga3d_devcaps.h \
	include/svga3d_dx.h \
	include/svga3d_limits.h \
	include/svga3d_reg.h \
	include/svga3d_shaderdefs.h \
	include/svga3d_surfacedefs.h \
	include/svga3d_types.h \
	include/svga_escape.h \
	include/svga_overlay.h \
	include/svga_reg.h \
	include/svga_types.h \
	include/VGPU10ShaderTokens.h \
	include/vmware_pack_begin.h \
	include/vmware_pack_end.h