Store a pointer to the array of fast paths in the implementation struct.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 15 Sep 2009 03:47:39 +0000 (23:47 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sun, 14 Feb 2010 16:12:16 +0000 (11:12 -0500)
commit543a04a3bbd2c622842739ab923ff8761c05ed83
treecf8f6b6193d609c4fca63e94e2d02f38587d0006
parent376f2a3f853f829c78983a51bffc1bacb9bec9a3
Store a pointer to the array of fast paths in the implementation struct.

Also add an empty fast path table to the vmx implementation, so that
we can assume sure the pointer is never NULL.
pixman/pixman-arm-neon.c
pixman/pixman-arm-simd.c
pixman/pixman-fast-path.c
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-mmx.c
pixman/pixman-private.h
pixman/pixman-sse2.c
pixman/pixman-vmx.c