From 9cbbe0d4e6a7deb01ff580eb3c49763f9f1d94d9 Mon Sep 17 00:00:00 2001 From: Christian König Date: Tue, 17 Jul 2012 14:52:08 +0200 Subject: radeonsi: move clip state to new handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/radeonsi_pipe.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h') diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h index 30324b78f19..17aba13c682 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h @@ -77,7 +77,6 @@ struct r600_atom_surface_sync { enum r600_pipe_state_id { R600_PIPE_STATE_CONFIG, R600_PIPE_STATE_SEAMLESS_CUBEMAP, - R600_PIPE_STATE_CLIP, R600_PIPE_STATE_SCISSOR, R600_PIPE_STATE_VIEWPORT, R600_PIPE_STATE_RASTERIZER, @@ -242,7 +241,6 @@ struct r600_context { /* for saving when using blitter */ struct pipe_stencil_ref stencil_ref; struct pipe_viewport_state viewport; - struct pipe_clip_state clip; struct r600_pipe_state config; struct si_pipe_shader *ps_shader; struct si_pipe_shader *vs_shader; -- cgit v1.2.3