From: Brian Paul Date: Wed, 21 Apr 2010 22:30:04 +0000 (-0600) Subject: progs/glsl: better comments X-Git-Tag: 062012170305~12277^2~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b639cdc3e8066c970c4aaf5f6868c3ae2516cf5;p=profile%2Fivi%2Fmesa.git progs/glsl: better comments --- diff --git a/progs/glsl/points.c b/progs/glsl/points.c index e5ee38c..98490f1 100644 --- a/progs/glsl/points.c +++ b/progs/glsl/points.c @@ -71,8 +71,8 @@ DrawPoints(GLboolean shaderPoints) /** - * Top row of points rendered convetionally, - * bottom row rendered with shaders. + * Top row of points is rendered conventionally with GL_POINT_SMOOTH. + * Bottom row is rendered with special vertex/fragment shaders (see Init()). */ static void Redisplay(void)