diff options
author | Brian <[email protected]> | 2007-04-18 12:08:18 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-18 12:08:18 -0600 |
commit | 30a79f76fc4ae3bbf2307489bf9da1527f124e91 (patch) | |
tree | 59a8bf7e2b6855b1a41d27bd0a2398cbbe4ac733 /src/mesa/swrast | |
parent | 8598f550916449b99351a51e2a20e4c4cff021d3 (diff) |
improved fog comment
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |