Virtualize iterator initialization
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 10 Dec 2010 18:26:53 +0000 (13:26 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 18 Jan 2011 17:42:26 +0000 (12:42 -0500)
commit51a5e949f394560b057911d46aab768f8e07bd54
tree4f05e654a39fed4f17c573126fdf0aa475599f1a
parent6503c6edccbc6b08ea8efe398da3265126efa896
Virtualize iterator initialization

Make src_iter_init() and dest_iter_init() virtual methods in the
implementation struct. This allows individual implementations to plug
in their own CPU specific scanline fetchers.
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-private.h