diff options
author | Brian <[email protected]> | 2007-12-11 08:46:49 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-11 09:00:01 -0700 |
commit | 1bc303283e85ac15e74af1a2297166d87986e15e (patch) | |
tree | 65e5e296b76c7b93f6b01fda109f2a3b13ac506b /src | |
parent | 6465c78049c07e4f97dd3e6494aca395ff357b0e (diff) |
Remove obsolete clear_color, tex sampler state
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_context.h | 2 |
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 12073b93a02..96f000eef4b 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; |