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
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
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