summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-23 15:02:02 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-23 15:02:02 -0600
commit3df65af849280863a15fefcb11f8304b83c9ffa0 (patch)
treed08259e0f9b072e2cb4c1ea9f2f7de207b2871ba /src/mesa/pipe/draw
parent40e46d0727920dffdcc23aba150aa3c37c6ecf65 (diff)
added comment
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r--src/mesa/pipe/draw/draw_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h
index 7e5d5db5ab..b7811e891e 100644
--- a/src/mesa/pipe/draw/draw_private.h
+++ b/src/mesa/pipe/draw/draw_private.h
@@ -192,7 +192,7 @@ struct draw_context
/* Post-tnl vertex cache:
*/
struct {
- unsigned referenced;
+ unsigned referenced; /**< bitfield */
unsigned idx[VCACHE_SIZE + VCACHE_OVERFLOW];
struct vertex_header *vertex[VCACHE_SIZE + VCACHE_OVERFLOW];
unsigned overflow;