Re: [Mesa-dev] [PATCH 10/14] swr: disable blending for integer formats

2016-11-14 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Nov 12, 2016, at 5:00 PM, Ilia Mirkin wrote: > > The EXT_texture_integer test says that blending and alphatest should > all be disabled. st/mesa takes care of alphatest already. > > Fixes the ext_texture_integer-fbo-blending piglit test. > > Signed-off-by: Ili

[Mesa-dev] [PATCH 10/14] swr: disable blending for integer formats

2016-11-12 Thread Ilia Mirkin
The EXT_texture_integer test says that blending and alphatest should all be disabled. st/mesa takes care of alphatest already. Fixes the ext_texture_integer-fbo-blending piglit test. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_state.cpp | 3 +++ 1 file changed, 3 insertions(+) d