projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c9878
)
llvmpipe: Fix lp_build_polynomial comment.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 15 Dec 2009 14:15:52 +0000
(14:15 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 15 Dec 2009 14:15:52 +0000
(14:15 +0000)
src/gallium/drivers/llvmpipe/lp_bld_arit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_arit.c
b/src/gallium/drivers/llvmpipe/lp_bld_arit.c
index f0af324404568e89a29ec7d6db7b4b7a85cc0b91..08c86a3b926f2b90d6ae649fa19117574b481d58 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_arit.c
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_arit.c
@@
-1095,7
+1095,7
@@
lp_build_log(struct lp_build_context *bld,
/**
* Generate polynomial.
- * Ex:
x^2 * coeffs[0] + x * coeffs[1] +
coeffs[2].
+ * Ex:
coeffs[0] + x * coeffs[1] + x^2 *
coeffs[2].
*/
static LLVMValueRef
lp_build_polynomial(struct lp_build_context *bld,