Re: [Mesa-dev] [PATCH 14/23] readpix: use integer conversion for RGBA/UNSIGNED_BYTE

2013-01-07 Thread Ian Romanick
On 01/04/2013 06:41 PM, Jordan Justen wrote: If the source read buffer is integer based, and the the read pixels type is RGBA/UNSIGNED_BYTE, then use the integer pixel conversion path. Is there any spec justification for this? This seems... wrong. Signed-off-by: Jordan Justen --- src/mes

Re: [Mesa-dev] [PATCH 14/23] readpix: use integer conversion for RGBA/UNSIGNED_BYTE

2013-01-05 Thread Brian Paul
On 01/04/2013 07:41 PM, Jordan Justen wrote: If the source read buffer is integer based, and the the read pixels type is RGBA/UNSIGNED_BYTE, then use the integer pixel conversion path. Signed-off-by: Jordan Justen --- src/mesa/main/readpix.c |5 + 1 file changed, 5 insertions(+) diff

[Mesa-dev] [PATCH 14/23] readpix: use integer conversion for RGBA/UNSIGNED_BYTE

2013-01-04 Thread Jordan Justen
If the source read buffer is integer based, and the the read pixels type is RGBA/UNSIGNED_BYTE, then use the integer pixel conversion path. Signed-off-by: Jordan Justen --- src/mesa/main/readpix.c |5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/main/readpix.c b/src/mesa/main