Remove obsolete clear_color, tex sampler state
authorBrian <brian.paul@tungstengraphics.com>
Tue, 11 Dec 2007 15:46:49 +0000 (08:46 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 11 Dec 2007 16:00:01 +0000 (09:00 -0700)
src/mesa/pipe/cell/ppu/cell_context.h

index 12073b9..96f000e 100644 (file)
@@ -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;