From 05bfd93c3f02d229f5408db1b440425cce99a142 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 27 Jul 2009 08:17:45 +0100 Subject: llvmpipe: move all depth/stencil/alpha pixel processing into one stage --- src/gallium/drivers/llvmpipe/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/Makefile') diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 64541ec655..20a8c44a24 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -19,13 +19,8 @@ C_SOURCES = \ lp_prim_vbuf.c \ lp_quad_pipe.c \ lp_quad_stipple.c \ - lp_quad_earlyz.c \ lp_quad_depth_test.c \ - lp_quad_stencil.c \ lp_quad_fs.c \ - lp_quad_alpha_test.c \ - lp_quad_occlusion.c \ - lp_quad_coverage.c \ lp_quad_blend.c \ lp_screen.c \ lp_setup.c \ -- cgit v1.2.3