Re: [Mesa-dev] [PATCH 4/4] i965: Fix alpha-to-coverage and alpha test enabled checks

2016-11-06 Thread Ben Widawsky
Series is: Reviewed-by: Ben Widawsky On 16-10-26 11:29:51, Anuj Phogat wrote: On Tue, Oct 25, 2016 at 4:36 PM, Ilia Mirkin wrote: On Tue, Oct 25, 2016 at 7:09 PM, Anuj Phogat wrote: Signed-off-by: Anuj Phogat

Re: [Mesa-dev] [PATCH 4/4] i965: Fix alpha-to-coverage and alpha test enabled checks

2016-10-26 Thread Anuj Phogat
On Tue, Oct 25, 2016 at 4:36 PM, Ilia Mirkin wrote: > On Tue, Oct 25, 2016 at 7:09 PM, Anuj Phogat wrote: >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/drivers/dri/i965/brw_wm.c | 4 ++-- >>

Re: [Mesa-dev] [PATCH 4/4] i965: Fix alpha-to-coverage and alpha test enabled checks

2016-10-25 Thread Ilia Mirkin
On Tue, Oct 25, 2016 at 7:09 PM, Anuj Phogat wrote: > Signed-off-by: Anuj Phogat > --- > src/mesa/drivers/dri/i965/brw_wm.c | 4 ++-- > src/mesa/drivers/dri/i965/gen6_wm_state.c| 5 +++-- > src/mesa/drivers/dri/i965/gen7_wm_state.c

[Mesa-dev] [PATCH 4/4] i965: Fix alpha-to-coverage and alpha test enabled checks

2016-10-25 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm.c | 4 ++-- src/mesa/drivers/dri/i965/gen6_wm_state.c| 5 +++-- src/mesa/drivers/dri/i965/gen7_wm_state.c| 5 +++-- src/mesa/drivers/dri/i965/gen8_depth_state.c | 4 ++-- 4 files changed, 10