Fix bug in vmx_combine_xor_ca()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 7 Aug 2009 14:54:16 +0000 (10:54 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 8 Aug 2009 22:50:18 +0000 (18:50 -0400)
commit27fb8378fdae930475cf4528c539a78bfbd751c5
treedc61b839e460fb361a04d73bf45f2e55ef95c0d2
parentc750667d7ac542dfa922a7970961b7095b44b8d3
Fix bug in vmx_combine_xor_ca()

The destination needs to be inverted before the alpha channel is
extracted; otherwise, the RGB channels of da will be 0xff.
pixman/pixman-vmx.c