diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-13 22:49:48 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-13 22:49:48 +0000 |
commit | 43aa03408497d653b7716b2b0fac116dc03e7e6e (patch) | |
tree | cbcbec71c8c4d04ba6b501e4693645338ca8b8ea /src/mesa/swrast/s_readpix.c | |
parent | 888b1a9166abfb1b2873cf7c1eb2daf45a26c84f (diff) |
updated comment
Diffstat (limited to 'src/mesa/swrast/s_readpix.c')
-rw-r--r-- | src/mesa/swrast/s_readpix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c index eec4085575..4c3be5a83f 100644 --- a/src/mesa/swrast/s_readpix.c +++ b/src/mesa/swrast/s_readpix.c @@ -382,7 +382,7 @@ read_rgba_pixels( GLcontext *ctx, fb->Visual.greenBits < CHAN_BITS || fb->Visual.blueBits < CHAN_BITS) { /* Requantize the color values into floating point and go from - * there. This fixes conformance failures with 16-bit color + * there. This fixes conformance failures with 5/6/5 color * buffers, for example. */ GLfloat rgbaf[MAX_WIDTH][4]; |