summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-19 11:58:43 -0700
committerBrian Paul <brianp@vmware.com>2010-01-19 11:58:43 -0700
commitd8d80a8d74416bffd274d3b0597706374a0c1cc8 (patch)
treea5516b205ff53d95949cf96c1632f238a7e18682 /src/gallium/drivers/llvmpipe
parent1073e39ab92a795f7b3958dd789ab324c82c00ae (diff)
llvmpipe: fix-up comment
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.c3
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 14f636e4ae..1c92d7f722 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));