summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-18 12:08:18 -0600
committerBrian <brian@yutani.localnet.net>2007-04-18 12:08:18 -0600
commit30a79f76fc4ae3bbf2307489bf9da1527f124e91 (patch)
tree59a8bf7e2b6855b1a41d27bd0a2398cbbe4ac733 /src/mesa/swrast/s_context.c
parent8598f550916449b99351a51e2a20e4c4cff021d3 (diff)
improved fog comment
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index c8efb962d0..55b835bf85 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 )