diff options
author | Brian <[email protected]> | 2008-04-07 22:00:41 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-07 22:00:41 -0600 |
commit | 17f640990350823f530257ee1b1fa7fa1f83493f (patch) | |
tree | 7dfdff0154b01669d9f180c06217e1418d78ad0f /src/gallium/drivers/softpipe/Makefile | |
parent | c7daa68ca312cc98abe351be2fef8d8246929627 (diff) |
gallium: get rid of bufloop quad stage
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index f32db35d587..19dfd8c1a7a 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -17,7 +17,6 @@ C_SOURCES = \ sp_quad.c \ sp_quad_alpha_test.c \ sp_quad_blend.c \ - sp_quad_bufloop.c \ sp_quad_colormask.c \ sp_quad_coverage.c \ sp_quad_depth_test.c \ |