From: Brian Date: Tue, 11 Dec 2007 15:46:49 +0000 (-0700) Subject: Remove obsolete clear_color, tex sampler state X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bc303283e85ac15e74af1a2297166d87986e15e;p=mesa.git Remove obsolete clear_color, tex sampler state --- 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;