From: Brian Paul Date: Tue, 19 Jan 2010 18:58:43 +0000 (-0700) Subject: llvmpipe: fix-up comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8d80a8d74416bffd274d3b0597706374a0c1cc8;p=mesa.git llvmpipe: fix-up comment --- diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 14f636e4aeb..1c92d7f7225 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));