Re: [Mesa-dev] [PATCH] r600g: fix lockups with dual_src_blend v2

2012-08-21 Thread Marek Olšák
This looks good to me. Thanks. Marek On Tue, Aug 21, 2012 at 1:42 PM, Vadim Girlin wrote: > Disable blending when dual_src_blend is enabled and number of color exports > in the current fragment shader is less than 2. > > Fixes lockups with ext_framebuffer_multisample- > alpha-to-coverage-dual-sr

Re: [Mesa-dev] [PATCH] r600g: fix lockups with dual_src_blend v2

2012-08-21 Thread Vadim Girlin
On Tue, 2012-08-21 at 13:59 +0200, Michel Dänzer wrote: > On Die, 2012-08-21 at 15:42 +0400, Vadim Girlin wrote: > > Disable blending when dual_src_blend is enabled and number of color exports > > in the current fragment shader is less than 2. > > > > Fixes lockups with ext_framebuffer_multisampl

Re: [Mesa-dev] [PATCH] r600g: fix lockups with dual_src_blend v2

2012-08-21 Thread Michel Dänzer
On Die, 2012-08-21 at 15:42 +0400, Vadim Girlin wrote: > Disable blending when dual_src_blend is enabled and number of color exports > in the current fragment shader is less than 2. > > Fixes lockups with ext_framebuffer_multisample- > alpha-to-coverage-dual-src-blend piglit test. > > Signed-off

[Mesa-dev] [PATCH] r600g: fix lockups with dual_src_blend v2

2012-08-21 Thread Vadim Girlin
Disable blending when dual_src_blend is enabled and number of color exports in the current fragment shader is less than 2. Fixes lockups with ext_framebuffer_multisample- alpha-to-coverage-dual-src-blend piglit test. Signed-off-by: Vadim Girlin --- Tested on evergreen only. src/gallium/driver