From 30a79f76fc4ae3bbf2307489bf9da1527f124e91 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 18 Apr 2007 12:08:18 -0600 Subject: [PATCH] improved fog comment --- src/mesa/swrast/s_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index c8efb962d03..55b835bf85c 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -155,7 +155,7 @@ _swrast_update_polygon( GLcontext *ctx ) /** * Update the _PreferPixelFog field to indicate if we need to compute - * fog factors per-fragment. + * fog blend factors (from the fog coords) per-fragment. */ static void _swrast_update_fog_hint( GLcontext *ctx ) -- 2.30.2