Re: [Mesa-dev] [PATCH] swr: allow alphatest without blend or logicop

2016-11-07 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Nov 7, 2016, at 1:23 PM, Tim Rowley wrote: > > We need to compile a blend function when alphatest is enabled. > --- > src/gallium/drivers/swr/swr_state.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/swr/swr_st

[Mesa-dev] [PATCH] swr: allow alphatest without blend or logicop

2016-11-07 Thread Tim Rowley
We need to compile a blend function when alphatest is enabled. --- src/gallium/drivers/swr/swr_state.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/swr_state.cpp b/src/gallium/drivers/swr/swr_state.cpp index 3e02322..424bff2 100644 --- a/src/gall