From ff42a00402deab3034163c2b76c2082cce39d901 Mon Sep 17 00:00:00 2001 From: Nicolai Haehnle Date: Sun, 17 Oct 2004 20:26:06 +0000 Subject: - FIX: flickering - Scissor support works now --- src/mesa/drivers/dri/r300/r200_context.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mesa/drivers/dri/r300/r200_context.h') diff --git a/src/mesa/drivers/dri/r300/r200_context.h b/src/mesa/drivers/dri/r300/r200_context.h index b5ba1f9258..bc4ac00dfe 100644 --- a/src/mesa/drivers/dri/r300/r200_context.h +++ b/src/mesa/drivers/dri/r300/r200_context.h @@ -80,15 +80,6 @@ struct r200_depthbuffer_state { GLfloat scale; }; -struct r200_scissor_state { - drm_clip_rect_t rect; - GLboolean enabled; - - GLuint numClipRects; /* Cliprects active */ - GLuint numAllocedClipRects; /* Cliprects available */ - drm_clip_rect_t *pClipRects; -}; - struct r200_stencilbuffer_state { GLboolean hwBuffer; GLuint clear; /* rb3d_stencilrefmask value */ @@ -502,7 +493,6 @@ struct r200_state { */ struct r200_colorbuffer_state color; struct r200_depthbuffer_state depth; - struct r200_scissor_state scissor; struct r200_stencilbuffer_state stencil; struct r200_stipple_state stipple; struct r200_texture_state texture; -- cgit v1.2.3