Remove FAST_PATH_NARROW_FORMAT flag if there is a wide alpha map
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 29 Aug 2010 21:07:40 +0000 (17:07 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 12:31:08 +0000 (08:31 -0400)
commitaf2f0080feada1abe569e2031acacf51be7f8f68
tree563932ec6f18346b6418156ccccb2ce6efe1c78b
parent0afc61341526887c59d6dd9e43073f73451a74c6
Remove FAST_PATH_NARROW_FORMAT flag if there is a wide alpha map

If an image has an alpha map that has wide components, then we need to
use 64 bit processing for that image. We detect this situation in
pixman-image.c and remove the FAST_PATH_NARROW_FORMAT flag.

In pixman-general, the wide/narrow decision is now based on the flags
instead of on the formats.
pixman/pixman-general.c
pixman/pixman-image.c