gallium/softpipe: ship all files in the tarball
[mesa.git] / src / gallium / drivers / softpipe / Makefile.sources
1 C_SOURCES := \
2 sp_clear.c \
3 sp_clear.h \
4 sp_context.c \
5 sp_context.h \
6 sp_draw_arrays.c \
7 sp_fence.c \
8 sp_fence.h \
9 sp_flush.c \
10 sp_flush.h \
11 sp_fs_exec.c \
12 sp_fs.h \
13 sp_limits.h \
14 sp_prim_vbuf.c \
15 sp_prim_vbuf.h \
16 sp_public.h \
17 sp_quad_blend.c \
18 sp_quad_depth_test.c \
19 sp_quad_depth_test_tmp.h \
20 sp_quad_fs.c \
21 sp_quad.h \
22 sp_quad_pipe.c \
23 sp_quad_pipe.h \
24 sp_quad_stipple.c \
25 sp_query.c \
26 sp_query.h \
27 sp_screen.c \
28 sp_screen.h \
29 sp_setup.c \
30 sp_setup.h \
31 sp_state_blend.c \
32 sp_state_clip.c \
33 sp_state_derived.c \
34 sp_state.h \
35 sp_state_rasterizer.c \
36 sp_state_sampler.c \
37 sp_state_shader.c \
38 sp_state_so.c \
39 sp_state_surface.c \
40 sp_state_vertex.c \
41 sp_surface.c \
42 sp_surface.h \
43 sp_tex_sample.c \
44 sp_tex_sample.h \
45 sp_tex_tile_cache.c \
46 sp_tex_tile_cache.h \
47 sp_texture.c \
48 sp_texture.h \
49 sp_tile_cache.c \
50 sp_tile_cache.h