aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_private.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-12-07 12:33:27 -0700
committerBrian Paul <[email protected]>2012-12-08 06:58:10 -0700
commit9b11344b25742062ff954370cc8c6a9a885b3394 (patch)
tree5e574c8a00b50555383bcade413879db0f6504f2 /src/gallium/auxiliary/draw/draw_private.h
parentb46b44b0a90db3d25e95c0ff1c6997374a3c45ee (diff)
draw: add comment on draw->pt.opt field
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 86ce3975e52..e52b3fda0ec 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -141,7 +141,7 @@ struct draw_context
/* Current active frontend */
struct draw_pt_front_end *frontend;
unsigned prim;
- unsigned opt;
+ unsigned opt; /**< bitmask of PT_x flags */
unsigned eltSize; /* saved eltSize for flushing */
struct {