Module: Mesa Branch: lp-binning Commit: ddb94661a43fe50a0a058a56b05c65ee0cc204d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddb94661a43fe50a0a058a56b05c65ee0cc204d9
Author: Brian Paul <bri...@vmware.com> Date: Wed Jan 13 10:22:02 2010 -0700 llvmpipe: minor comment upgrades --- src/gallium/drivers/llvmpipe/lp_setup_context.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h index a1808fc..66654ec 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup_context.h +++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h @@ -75,7 +75,7 @@ struct setup_context */ struct draw_stage *vbuf; struct lp_rasterizer *rast; - struct lp_scene *scene; /**< current scene */ + struct lp_scene *scene; /**< current scene being built */ struct lp_scene_queue *empty_scenes; /**< queue of empty scenes */ boolean flatshade_first; @@ -116,7 +116,7 @@ struct setup_context uint8_t *stored; } blend_color; - unsigned dirty; /**< bitmask of LP_SETUP_x bits */ + unsigned dirty; /**< bitmask of LP_SETUP_NEW_x bits */ void (*point)( struct setup_context *, const float (*v0)[4]); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit