swr: only broadcast color0 value, not all color values
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 21 Nov 2016 00:08:12 +0000 (19:08 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 23 Nov 2016 01:27:20 +0000 (20:27 -0500)
commit37be598dda8671568fb24105a0cbca7d34cdd2ee
tree12f28cf31d7c150806f77a567a3aa1a2d1b426f1
parent2234a4330ed3a4c8c8b756059619592c5338a379
swr: only broadcast color0 value, not all color values

The way that dual-source blending is described for GLES2 is very odd,
and we end up with a shader that both has this property set *and* has a
color1 value to be used as the second source. While changing the state
tracker is an option, it seems more reliable to verify that the
broadcast is only done on color0.

Fixes arb_blend_func_extended-fbo-extended-blend-pattern_gles2

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/swr_shader.cpp