Module: Mesa Branch: lp-binning Commit: 4e67f10331bfd87560e2900e66f3b942902bc65c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e67f10331bfd87560e2900e66f3b942902bc65c
Author: Brian Paul <[email protected]> Date: Fri Dec 11 11:16:48 2009 -0700 llvmpipe: minor comment fix --- src/gallium/drivers/llvmpipe/lp_rast.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 0cd95e0..2c9c13a 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -591,7 +591,7 @@ rasterize_bins( struct lp_rasterizer *rast, /** - * Called by rasterizer when it has something for us to render. + * Called by setup module when it has something for us to render. */ void lp_rasterize_bins( struct lp_rasterizer *rast, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
