diff options
author | Keith Whitwell <[email protected]> | 2009-11-25 23:02:46 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-30 15:37:27 +0000 |
commit | 4490122d0cae360d1552cea7d7d860de352f13f6 (patch) | |
tree | 27161fe8ca7eb60d60a5c9c69715055b1e594631 /src/gallium/drivers/i965/brw_clip.h | |
parent | ca9b0e942c5f8f95383c637b05e3fb237f013688 (diff) |
i965g: remove redundant nr_attrs member
Diffstat (limited to 'src/gallium/drivers/i965/brw_clip.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_clip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_clip.h b/src/gallium/drivers/i965/brw_clip.h index 8729efa47b9..80e3a11a370 100644 --- a/src/gallium/drivers/i965/brw_clip.h +++ b/src/gallium/drivers/i965/brw_clip.h @@ -115,9 +115,9 @@ struct brw_clip_compile { struct brw_reg ff_sync; } reg; - /* 3 different ways of expressing vertex size: + /* 3 different ways of expressing vertex size, including + * key.nr_attrs. */ - GLuint nr_attrs; GLuint nr_regs; GLuint nr_bytes; |