From 43aa03408497d653b7716b2b0fac116dc03e7e6e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Sep 2006 22:49:48 +0000 Subject: updated comment --- src/mesa/swrast/s_readpix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_readpix.c') 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]; -- cgit v1.2.3