瀏覽代碼

radeon: drop unused constant_cliprect field

tags/mesa-8.0-rc1
Dave Airlie 14 年之前
父節點
當前提交
88ec12539a
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0
    1
      src/mesa/drivers/dri/radeon/radeon_common.c
  2. 0
    1
      src/mesa/drivers/dri/radeon/radeon_common_context.h

+ 0
- 1
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)

+ 0
- 1
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;

/**

Loading…
取消
儲存