diff options
author | Keith Whitwell <[email protected]> | 2006-10-31 11:28:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-31 11:28:45 +0000 |
commit | f2eb6434ab1cf72e938956c82d2f530368a6be4a (patch) | |
tree | 0a6e006b1bb1e00a24615f054d6fc31d723c400a /src/mesa/drivers/dri/i965/brw_clip.h | |
parent | a1a8a2c024efdc1df31a4f9f180341f0a77597c3 (diff) |
cleanup code, compiles with vbo changes
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_clip.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_clip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_clip.h b/src/mesa/drivers/dri/i965/brw_clip.h index c3967c8c614..49b2770a514 100644 --- a/src/mesa/drivers/dri/i965/brw_clip.h +++ b/src/mesa/drivers/dri/i965/brw_clip.h @@ -116,7 +116,7 @@ struct brw_clip_compile { GLuint last_mrf; GLuint header_position_offset; - GLuint offset[BRW_ATTRIB_MAX]; + GLuint offset[VERT_ATTRIB_MAX]; }; #define ATTR_SIZE (4*4) |