summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-04-07 22:00:41 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-04-07 22:00:41 -0600
commit17f640990350823f530257ee1b1fa7fa1f83493f (patch)
tree7dfdff0154b01669d9f180c06217e1418d78ad0f /src/gallium/drivers/softpipe/sp_context.h
parentc7daa68ca312cc98abe351be2fef8d8246929627 (diff)
gallium: get rid of bufloop quad stage
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index 9724d185d1..6f0b234d89 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -124,7 +124,6 @@ struct softpipe_context {
struct quad_stage *depth_test;
struct quad_stage *occlusion;
struct quad_stage *coverage;
- struct quad_stage *bufloop;
struct quad_stage *blend;
struct quad_stage *colormask;
struct quad_stage *output;