Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / drivers / softpipe / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = softpipe
5
6 C_SOURCES = \
7 sp_fs_exec.c \
8 sp_fs_sse.c \
9 sp_clear.c \
10 sp_fence.c \
11 sp_flush.c \
12 sp_query.c \
13 sp_context.c \
14 sp_draw_arrays.c \
15 sp_prim_vbuf.c \
16 sp_quad_pipe.c \
17 sp_quad_stipple.c \
18 sp_quad_depth_test.c \
19 sp_quad_fs.c \
20 sp_quad_blend.c \
21 sp_screen.c \
22 sp_setup.c \
23 sp_state_blend.c \
24 sp_state_clip.c \
25 sp_state_derived.c \
26 sp_state_fs.c \
27 sp_state_sampler.c \
28 sp_state_rasterizer.c \
29 sp_state_surface.c \
30 sp_state_vertex.c \
31 sp_texture.c \
32 sp_tex_sample.c \
33 sp_tex_tile_cache.c \
34 sp_tile_cache.c \
35 sp_surface.c
36
37 include ../../Makefile.template