From: Brian Paul Date: Wed, 13 Jan 2010 17:22:02 +0000 (-0700) Subject: llvmpipe: minor comment upgrades X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddb94661a43fe50a0a058a56b05c65ee0cc204d9;p=mesa.git llvmpipe: minor comment upgrades --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h index a1808fcd4c0..66654ec5e71 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]);