Module: Mesa Branch: lp-binning Commit: d8d80a8d74416bffd274d3b0597706374a0c1cc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8d80a8d74416bffd274d3b0597706374a0c1cc8
Author: Brian Paul <[email protected]> Date: Tue Jan 19 11:58:43 2010 -0700 llvmpipe: fix-up comment --- src/gallium/drivers/llvmpipe/lp_texture.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 14f636e..1c92d7f 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/gallium/drivers/llvmpipe/lp_texture.c @@ -65,7 +65,8 @@ llvmpipe_texture_layout(struct llvmpipe_screen *screen, unsigned nblocksx, nblocksy; /* Allocate storage for whole quads. This is particularly important - * for depth surfaces, which are currently stored in a swizzled format. */ + * for depth surfaces, which are currently stored in a swizzled format. + */ nblocksx = util_format_get_nblocksx(pt->format, align(width, 2)); nblocksy = util_format_get_nblocksy(pt->format, align(height, 2)); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
