summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_clip.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-15 11:47:57 -0800
committerKeith Whitwell <keithw@vmware.com>2009-11-17 14:50:49 -0800
commitd299ee771b577a8ce839861d1af336fc316e0a1d (patch)
treeeda4c5c92f4193d79766b2ed644f380d2b6459e6 /src/gallium/drivers/i965/brw_clip.h
parentc5f9713bd3a306e37560fb23d8f68161d2f50d7c (diff)
i965g rename offset_edge to offset_edgeflag
Diffstat (limited to 'src/gallium/drivers/i965/brw_clip.h')
-rw-r--r--src/gallium/drivers/i965/brw_clip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_clip.h b/src/gallium/drivers/i965/brw_clip.h
index 772c34be88..9bec9643d7 100644
--- a/src/gallium/drivers/i965/brw_clip.h
+++ b/src/gallium/drivers/i965/brw_clip.h
@@ -132,7 +132,7 @@ struct brw_clip_compile {
GLuint offset_bfc0;
GLuint offset_bfc1;
- GLuint offset_edge;
+ GLuint offset_edgeflag;
};
#define ATTR_SIZE (4*4)