diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-10-02 15:56:33 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-10-02 15:56:33 +0000 |
commit | cbef8c47760425c6e77b57deec8ee52d096040ff (patch) | |
tree | d1fe4f6a35d6ac07d06f1579489287c89ef25858 /src/mesa | |
parent | 83fb8c34fb1f5ea79b0300b763fb22fcf3174eb8 (diff) |
fix a comment
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index fcac043719..81cf985e6b 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.1 + * Version: 6.2 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * @@ -988,7 +988,7 @@ _mesa_apply_rgba_transfer_ops(GLcontext *ctx, GLuint transferOps, /* - * Used to pack an array [][4] of RGBA GLchan colors as specified + * Used to pack an array [][4] of RGBA float colors as specified * by the dstFormat, dstType and dstPacking. Used by glReadPixels, * glGetConvolutionFilter(), etc. */ |