diff options
author | Eric Anholt <[email protected]> | 2011-01-30 21:13:17 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-02-04 12:18:38 -0600 |
commit | 1b80622c4e94e8c59eb2f7ee9989d99712baff8f (patch) | |
tree | cdb3e1db0dd030d6f9a13c3897d7faafaf990ab2 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 95cdce7f703ff24ee39ec9a341141622842d61b9 (diff) |
i965: Drop the dead tracking of color_regions[].
We pull the draw regions right out of the renderbuffers these days.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 7069724466a..8dfd152d514 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -461,8 +461,6 @@ struct brw_context struct { struct brw_state_flags dirty; - GLuint nr_color_regions; - struct intel_region *color_regions[MAX_DRAW_BUFFERS]; struct intel_region *depth_region; /** |