Browse Source

radeon: drop unused constant_cliprect field

tags/mesa-8.0-rc1
Dave Airlie 14 years ago
parent
commit
88ec12539a

+ 0
- 1
src/mesa/drivers/dri/radeon/radeon_common.c View File

@@ -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)

+ 0
- 1
src/mesa/drivers/dri/radeon/radeon_common_context.h View File

@@ -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;

/**

Loading…
Cancel
Save