summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 08:46:49 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 09:00:01 -0700
commit1bc303283e85ac15e74af1a2297166d87986e15e (patch)
tree65e5e296b76c7b93f6b01fda109f2a3b13ac506b
parent6465c78049c07e4f97dd3e6494aca395ff357b0e (diff)
Remove obsolete clear_color, tex sampler state
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.h b/src/mesa/pipe/cell/ppu/cell_context.h
index 12073b93a0..96f000eef4 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.h
+++ b/src/mesa/pipe/cell/ppu/cell_context.h
@@ -47,10 +47,8 @@ struct cell_context
const struct pipe_rasterizer_state *rasterizer;
struct pipe_blend_color blend_color;
- struct pipe_clear_color_state clear_color;
struct pipe_clip_state clip;
struct pipe_constant_buffer constants[2];
- struct pipe_feedback_state feedback;
struct pipe_framebuffer_state framebuffer;
struct pipe_poly_stipple poly_stipple;
struct pipe_scissor_state scissor;