Re: [Mesa-dev] [PATCH 6/7] softpipe: add dual source blending support

2012-04-09 Thread Brian Paul
On 04/09/2012 09:14 AM, Dave Airlie wrote: On Wed, Apr 4, 2012 at 4:16 PM, Brian Paul wrote: On 04/03/2012 07:16 AM, Dave Airlie wrote: From: Dave Airlie This adds support for a single dual source blending MRT to softpipe. Why can't we do dual-source blending to all RTs? The problem is

Re: [Mesa-dev] [PATCH 6/7] softpipe: add dual source blending support

2012-04-09 Thread Dave Airlie
On Wed, Apr 4, 2012 at 4:16 PM, Brian Paul wrote: > On 04/03/2012 07:16 AM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This adds support for a single dual source blending MRT to softpipe. > > > Why can't we do dual-source blending to all RTs? The problem is currently TGSI can't encode (loca

Re: [Mesa-dev] [PATCH 6/7] softpipe: add dual source blending support

2012-04-04 Thread Brian Paul
On 04/03/2012 07:16 AM, Dave Airlie wrote: From: Dave Airlie This adds support for a single dual source blending MRT to softpipe. Why can't we do dual-source blending to all RTs? -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http:

[Mesa-dev] [PATCH 6/7] softpipe: add dual source blending support

2012-04-03 Thread Dave Airlie
From: Dave Airlie This adds support for a single dual source blending MRT to softpipe. Signed-off-by: Dave Airlie --- src/gallium/drivers/softpipe/sp_quad_blend.c | 98 +++--- src/gallium/drivers/softpipe/sp_screen.c |2 +- 2 files changed, 88 insertions(+), 12 de