projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1407daf
)
llvmpipe: fix comment/typo
author
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 17:50:50 +0000
(11:50 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 19:51:52 +0000
(13:51 -0600)
src/gallium/drivers/llvmpipe/lp_bld_interp.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_interp.c
b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
index ee4876eff1373a7f3848db527b692de5cefed5c6..838691e14b0fe6105b56186be2c3f2a8193b633d 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_interp.c
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_interp.c
@@
-177,7
+177,9
@@
attribs_init(struct lp_build_interp_soa_context *bld)
res = lp_build_add(&bld->base, res, lp_build_mul(&bld->base, y, dady));
}
- /* Keep the value of the attribue before perspective divide for faster updates */
+ /* Keep the value of the attribute before perspective divide
+ * for faster updates.
+ */
bld->attribs_pre[attrib][chan] = res;
if (interp == TGSI_INTERPOLATE_PERSPECTIVE) {