Change checks for srca == 0 to src == 0
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 26 Jun 2009 22:58:23 +0000 (18:58 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 26 Jun 2009 22:58:23 +0000 (18:58 -0400)
commite8addcc69a36375d1330749e00854d9651c8f8d0
treeee7e2ed1cebf4cd05ca3ad2637e7dc3a7594ef35
parent9a7ce32ef5cf70a17d83154cfd1b96aa54ce9232
Change checks for srca == 0 to src == 0

It is not generally correct to bail out just because the source alpha
is 0. The color channels still mig not be and in that case the correct
result is:

       s + (1 - srca) * d = s + d

which is not generally 0.
pixman/pixman-arm-neon.c