Re: [Mesa-dev] [PATCH 2/4] mesa: Add helper function _mesa_is_alpha_test_enabled()

2016-10-26 Thread Anuj Phogat
On Tue, Oct 25, 2016 at 5:14 PM, Brian Paul wrote: > On 10/25/2016 04:09 PM, Anuj Phogat wrote: >> >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/main/framebuffer.c | 7 +++ >> src/mesa/main/framebuffer.h | 3 +++ >> 2 files changed, 10 insertions(+) >> >> diff --git a/src/mesa/main/fra

Re: [Mesa-dev] [PATCH 2/4] mesa: Add helper function _mesa_is_alpha_test_enabled()

2016-10-25 Thread Brian Paul
On 10/25/2016 04:09 PM, Anuj Phogat wrote: Signed-off-by: Anuj Phogat --- src/mesa/main/framebuffer.c | 7 +++ src/mesa/main/framebuffer.h | 3 +++ 2 files changed, 10 insertions(+) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index e1505fa..f19f3af 100644 ---

[Mesa-dev] [PATCH 2/4] mesa: Add helper function _mesa_is_alpha_test_enabled()

2016-10-25 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/framebuffer.c | 7 +++ src/mesa/main/framebuffer.h | 3 +++ 2 files changed, 10 insertions(+) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index e1505fa..f19f3af 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/mai