From: Dave Airlie Date: Thu, 10 Nov 2011 15:36:07 +0000 (+0000) Subject: radeon: drop unused constant_cliprect field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88ec12539a65728225e720095a8105494ba772de;p=mesa.git radeon: drop unused constant_cliprect field --- diff --git a/src/mesa/drivers/dri/radeon/radeon_common.c b/src/mesa/drivers/dri/radeon/radeon_common.c index 2b87f9631b7..894a01f91f5 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common.c +++ b/src/mesa/drivers/dri/radeon/radeon_common.c @@ -305,7 +305,6 @@ void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb) offset = rrb->draw_offset; rrbColor = rrb; } - radeon->constant_cliprect = GL_TRUE; } if (rrbColor == NULL) diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index 2e25fb13c2a..6de9f8a37b5 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -438,7 +438,6 @@ struct radeon_context { struct radeon_debug debug; drm_clip_rect_t fboRect; - GLboolean constant_cliprect; /* use for FBO or DRI2 rendering */ GLboolean front_cliprects; /**