Don't copy unused bits to an alpha channel
authorCarl Worth <cworth@cworth.org>
Wed, 5 Sep 2007 00:24:04 +0000 (17:24 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 5 Sep 2007 00:24:04 +0000 (17:24 -0700)
commit6b96b62ca419ac414d5715a4ba9f30664e510fcd
treed0ce89e6f2cb1e6e3cf6e25a6813a1aa3f37a77c
parent8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
Don't copy unused bits to an alpha channel

This bug was identified by cairo's rgb24-ignore-alpha test which
blends RGB24 over ARGB32 and notices that "alpha" values are
making it from the source to the destination.
pixman/pixman-pict.c