Optimize adding opaque trapezoids onto a8 destination.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 14 Jan 2011 11:19:08 +0000 (06:19 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Feb 2011 11:21:37 +0000 (06:21 -0500)
commit964c7e7cd20a6ed414fdf92b71fdc83db91d7578
treec13755d36c589d90684d20c93904e96c7fe80a8e
parent0bc03482f10d7bfe64a4199e9cd484ff1129d709
Optimize adding opaque trapezoids onto a8 destination.

When the source is opaque and the destination is alpha only, we can
avoid the temporary mask and just add the trapezoids directly.
pixman/pixman-trap.c