diff options
author | Keith Whitwell <[email protected]> | 2009-07-27 08:17:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-07-27 08:17:45 +0100 |
commit | bac8e34c9e4077d370923773d67fe565ce154849 (patch) | |
tree | d3a6225031b3b4a976853617dad0079a79632042 /src/gallium/drivers/softpipe/Makefile | |
parent | 85613cc4f14de968ddd503610c5b8fcc77234c81 (diff) |
softpipe: move all depth/stencil/alpha pixel processing into one stage
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index bdc1a5819fc..48522abe98f 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -16,13 +16,8 @@ C_SOURCES = \ sp_prim_vbuf.c \ sp_quad_pipe.c \ sp_quad_stipple.c \ - sp_quad_earlyz.c \ sp_quad_depth_test.c \ - sp_quad_stencil.c \ sp_quad_fs.c \ - sp_quad_alpha_test.c \ - sp_quad_occlusion.c \ - sp_quad_coverage.c \ sp_quad_blend.c \ sp_screen.c \ sp_setup.c \ |