Mesa (lp-binning): llvmpipe: minor comment update

Brian Paul brianp at kemper.freedesktop.org
Fri Jan 15 02:24:02 UTC 2010


Module: Mesa
Branch: lp-binning
Commit: ca12e30d97b83fb33e1f8f83da05b5ed2809b0af
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca12e30d97b83fb33e1f8f83da05b5ed2809b0af

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 14 19:08:19 2010 -0700

llvmpipe: minor comment update

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index 39ad983..716b880 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_tri.c
+++ b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
@@ -131,7 +131,7 @@ static void perspective_coef( struct lp_rast_triangle *tri,
 
 /**
  * Special coefficient setup for gl_FragCoord.
- * X and Y are trivial, though Y has to be inverted for OpenGL.
+ * X and Y are trivial
  * Z and W are copied from position_coef which should have already been computed.
  * We could do a bit less work if we'd examine gl_FragCoord's swizzle mask.
  */




More information about the mesa-commit mailing list