Re: [Piglit] [PATCH] ext_framebuffer_multisample: Fix dual source blending tests

2015-06-29 Thread Eric Anholt
Anuj Phogat writes: > alpha-to-coverage-dual-src-blend tests were broken after > commit 44456ba. This patch fixes the tests by allowing > frag_out_1 for dual-src-blend tests even with > NUM_ATTACHMENTS == 1. In case of dual source blending both > frag_out_0 and frag_out_1 go to color buffer 0 wit

[Piglit] [PATCH] ext_framebuffer_multisample: Fix dual source blending tests

2015-06-29 Thread Anuj Phogat
alpha-to-coverage-dual-src-blend tests were broken after commit 44456ba. This patch fixes the tests by allowing frag_out_1 for dual-src-blend tests even with NUM_ATTACHMENTS == 1. In case of dual source blending both frag_out_0 and frag_out_1 go to color buffer 0 with color index 0 and 1 respective