Mesa (mesa_7_7_branch): llvmpipe: Fix lp_build_polynomial comment.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jan 28 20:23:02 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 0451d0fd01bdd4ee6a2497a3a1c749446739602e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0451d0fd01bdd4ee6a2497a3a1c749446739602e

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 9ed15bc..46dabda 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_arit.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_arit.c
@@ -1094,7 +1094,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