Mesa (master): llvmpipe: Fix lp_build_polynomial comment.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Dec 15 14:21:44 UTC 2009


Module: Mesa
Branch: master
Commit: 85c27c3ef7753ee8bae119dd982df09161b44d5f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85c27c3ef7753ee8bae119dd982df09161b44d5f

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Dec 15 14:15:52 2009 +0000

llvmpipe: Fix lp_build_polynomial comment.

---

 src/gallium/drivers/llvmpipe/lp_bld_arit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_arit.c b/src/gallium/drivers/llvmpipe/lp_bld_arit.c
index f0af324..08c86a3 100644
--- 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,




More information about the mesa-commit mailing list