Use the general code in some cases even when a fast path is available
authorSøren Sandmann <sandmann@redhat.com>
Sun, 17 Jun 2007 03:08:53 +0000 (23:08 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Sun, 17 Jun 2007 03:08:53 +0000 (23:08 -0400)
commit9deaaae3f61f1701b022fe7daa1823a99fda7d00
tree6dc176a63ac420932ebd8fd4b2ea0a38c43b7d07
parente0a501d9b7e5c4ca07115552a16c4c4953ec5702
Use the general code in some cases even when a fast path is available

If src or mask are repeating 1x1 images and srcRepeat or
maskRepeat are still TRUE, it means the fast path we
selected does not actually handle repeating images.
So rather than call the "fast path" with a zillion
1x1 requests, we just use the general code (which does
do something sensible with 1x1 repeating images).
pixman/pixman-pict.c