projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1073e39
)
llvmpipe: fix-up comment
author
Brian Paul
<brianp@vmware.com>
Tue, 19 Jan 2010 18:58:43 +0000
(11:58 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 19 Jan 2010 18:58:43 +0000
(11:58 -0700)
src/gallium/drivers/llvmpipe/lp_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_texture.c
b/src/gallium/drivers/llvmpipe/lp_texture.c
index 14f636e4aeb3f8920125121815cc2e7552c18eaa..1c92d7f7225a540f1a3f40a42952f428484a20c1 100644
(file)
--- 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));