Move noop dest fetching to noop implementation
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 24 Jan 2011 17:16:03 +0000 (12:16 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 19 May 2011 13:46:50 +0000 (13:46 +0000)
commitd4fff4a95921f734f26ef51953f4dddfcf423eab
tree548203d447c00b846b5d95080277da24f9a76308
parent13ce88f80095d0fa18330a23e03819368987e277
Move noop dest fetching to noop implementation

It will at some point become useful to have CPU specific destination
iterators. However, a problem with that, is that such iterators should
not be used if we can composite directly in the destination image.

By moving the noop destination iterator to the noop implementation, we
can ensure that it will be chosen before any CPU specific iterator.
pixman/pixman-bits-image.c
pixman/pixman-noop.c