softpipe: respect !independent_blend_enable for color masks.
authorEmma Anholt <emma@anholt.net>
Wed, 19 Jan 2022 23:28:10 +0000 (15:28 -0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Jan 2022 05:41:07 +0000 (05:41 +0000)
commit263faa3dfbf6bc55854b4123ce9d225b8f17266e
tree082400dc8383d7c81cdffb15fe7baece3a05dc90
parent0c31ab34d2ccecbae9a6cbe01b24d646546f23da
softpipe: respect !independent_blend_enable for color masks.

blend_buf is the resolved "are we using independent blending?" index, cbuf
is the RT we're drawing to.

Cc: mesa-stable.
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14627>
src/gallium/drivers/softpipe/ci/softpipe-fails.txt
src/gallium/drivers/softpipe/ci/softpipe-flakes.txt
src/gallium/drivers/softpipe/sp_quad_blend.c