For consistency we will probably want to allow component alpha to be
set on all masks at some point, but this commit only enabled it for
solid images.
This reverts commit
29e22cf38e8abc54b9dddbdeb3909d02866a82a0.
fetch_src &&
fetch_mask &&
mask &&
- mask->common.component_alpha &&
- (mask->common.type == SOLID ||
- (mask->common.type == BITS && PIXMAN_FORMAT_RGB (mask->bits.format)));
+ mask->common.type == BITS &&
+ mask->common.component_alpha &&
+ PIXMAN_FORMAT_RGB (mask->bits.format);
if (wide)
{