Re: [Mesa-dev] [PATCH] read_rgba_pixels: Don't force clamping if the renderbuffer is already clamped.

2011-11-17 Thread Theiss, Ingo
Am Mittwoch, 16. November 2011 17:44 CET, Michel Dänzer mic...@daenzer.net schrieb: From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/mesa/main/readpix.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] read_rgba_pixels: Don't force clamping if the renderbuffer is already clamped.

2011-11-17 Thread Michel Dänzer
On Don, 2011-11-17 at 13:45 +0100, Theiss, Ingo wrote: Hi Michel, with this patch (b11c167...) I get a regression compared to (4517153...) with piglit test 'texture-al -auto'. texture-al: failure with format GL_ALPHA: expected color = 1, 0.5, 0, 1 result color = 3, 0.501961, 0, 1

[Mesa-dev] [PATCH] read_rgba_pixels: Don't force clamping if the renderbuffer is already clamped.

2011-11-16 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/mesa/main/readpix.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index 8550618..582adc3 100644 ---

Re: [Mesa-dev] [PATCH] read_rgba_pixels: Don't force clamping if the renderbuffer is already clamped.

2011-11-16 Thread Brian Paul
On 11/16/2011 09:44 AM, Michel Dänzer wrote: From: Michel Dänzermichel.daen...@amd.com Signed-off-by: Michel Dänzermichel.daen...@amd.com --- src/mesa/main/readpix.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c