Re: [Mesa-dev] [PATCH 8/8] softpipe: When doing write_all_cbufs, don't stomp over the color.

2011-07-26 Thread Brian Paul
On 07/25/2011 04:39 PM, Eric Anholt wrote: We have to make it through this loop processing the color multiple times, so we can't go overwriting it on our first color buffer. --- src/gallium/drivers/softpipe/sp_quad_blend.c | 16 1 files changed, 12 insertions(+), 4 deletions

[Mesa-dev] [PATCH 8/8] softpipe: When doing write_all_cbufs, don't stomp over the color.

2011-07-25 Thread Eric Anholt
We have to make it through this loop processing the color multiple times, so we can't go overwriting it on our first color buffer. --- src/gallium/drivers/softpipe/sp_quad_blend.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/softpipe/