Add a "noop" implementation.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 24 Jan 2011 16:31:49 +0000 (11:31 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 19 May 2011 13:45:59 +0000 (13:45 +0000)
commit8c76235f41b2ac70ce6e652dcd1cab975e1283a4
treebe8776b9c3ee04c895f55d5caa17354814e49896
parent0f6a4d45886d64b244d57403609f0377b58cc7fb
Add a "noop" implementation.

This new implementation is ahead of all other implementations in the
fallback chain and is supposed to contain operations that are "noops",
ie., they don't require any work. For example, it might contain a
"fast path" for the DST operator that doesn't actually do anything or
an iterator for a8r8g8b8 that just returns a pointer into the image.
pixman/Makefile.am
pixman/pixman-cpu.c
pixman/pixman-noop.c [new file with mode: 0644]
pixman/pixman-private.h