softpipe: consolidate C sources list into Makefile.sources
[mesa.git] / src / gallium / drivers / softpipe / Makefile.sources
1 C_SOURCES := \
2 sp_fs_exec.c \
3 sp_clear.c \
4 sp_fence.c \
5 sp_flush.c \
6 sp_query.c \
7 sp_context.c \
8 sp_draw_arrays.c \
9 sp_prim_vbuf.c \
10 sp_quad_pipe.c \
11 sp_quad_stipple.c \
12 sp_quad_depth_test.c \
13 sp_quad_fs.c \
14 sp_quad_blend.c \
15 sp_screen.c \
16 sp_setup.c \
17 sp_state_blend.c \
18 sp_state_clip.c \
19 sp_state_derived.c \
20 sp_state_sampler.c \
21 sp_state_shader.c \
22 sp_state_so.c \
23 sp_state_rasterizer.c \
24 sp_state_surface.c \
25 sp_state_vertex.c \
26 sp_texture.c \
27 sp_tex_sample.c \
28 sp_tex_tile_cache.c \
29 sp_tile_cache.c \
30 sp_surface.c