summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_readpix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_readpix.c')
-rw-r--r--src/mesa/swrast/s_readpix.c2
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];