From: Brian Paul Date: Fri, 15 Jan 2010 02:08:19 +0000 (-0700) Subject: llvmpipe: minor comment update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca12e30d97b83fb33e1f8f83da05b5ed2809b0af;p=mesa.git llvmpipe: minor comment update --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c index 39ad983a356..716b88073e5 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. */