1 TOP = ../../../.. 2 include $(TOP)/configs/current 3 4 LIBNAME = softpipe 5 6 C_SOURCES = \ 7 sp_fs_exec.c \ 8 sp_clear.c \ 9 sp_fence.c \ 10 sp_flush.c \ 11 sp_query.c \ 12 sp_context.c \ 13 sp_draw_arrays.c \ 14 sp_prim_vbuf.c \ 15 sp_quad_pipe.c \ 16 sp_quad_stipple.c \ 17 sp_quad_depth_test.c \ 18 sp_quad_fs.c \ 19 sp_quad_blend.c \ 20 sp_screen.c \ 21 sp_setup.c \ 22 sp_state_blend.c \ 23 sp_state_clip.c \ 24 sp_state_derived.c \ 25 sp_state_sampler.c \ 26 sp_state_shader.c \ 27 sp_state_so.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 38