summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorroot <root@i965.localnet.net>2009-02-26 15:04:20 -0700
committerBrian Paul <brianp@vmware.com>2009-02-26 18:48:35 -0700
commitcdc63901df6af3b370935bd4997e3c9c4eb4b933 (patch)
treeec4a164b151b8207c193d0ecad8aae7059720041 /src/mesa/drivers/dri/i965/brw_context.h
parentc710077807cf3c83030d27337c4233bd61b19961 (diff)
i965: rename draw_regions -> color_regions
Be a little more specific about what these are.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index cb12a2b773..a43fc40ac9 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -418,8 +418,8 @@ struct brw_context
struct brw_tracked_state **atoms;
GLuint nr_atoms;
- GLuint nr_draw_regions;
- struct intel_region *draw_regions[MAX_DRAW_BUFFERS];
+ GLuint nr_color_regions;
+ struct intel_region *color_regions[MAX_DRAW_BUFFERS];
struct intel_region *depth_region;
/**