From 9b11344b25742062ff954370cc8c6a9a885b3394 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Dec 2012 12:33:27 -0700 Subject: [PATCH] draw: add comment on draw->pt.opt field Reviewed-by: Jose Fonseca --- src/gallium/auxiliary/draw/draw_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2