mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
updated comment
This commit is contained in:
parent
888b1a9166
commit
43aa034084
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue