glsl: Initialize outputs[] array in lower_blend_equation_advanced.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 29 Aug 2016 04:43:54 +0000 (21:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 30 Aug 2016 20:11:00 +0000 (13:11 -0700)
commit66994036517d2cfe4882fc6bf6a6b32649dda5b1
treeb45a636c5118b8e4d3976ee60f66bc039a3f57f6
parent6820f75c91b7b6eb60b1cbef4903677235d512de
glsl: Initialize outputs[] array in lower_blend_equation_advanced.

Caught by Coverity.  Likely fixes real issues if an output component
is not present.

CID: 1372278
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/compiler/glsl/lower_blend_equation_advanced.cpp