updated comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Sep 2006 22:49:48 +0000 (22:49 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Sep 2006 22:49:48 +0000 (22:49 +0000)
src/mesa/swrast/s_readpix.c

index eec4085..4c3be5a 100644 (file)
@@ -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];