Store the various bits image fetchers in a table with formats and flags.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 2 Jul 2010 18:14:21 +0000 (14:14 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 8 Aug 2010 17:57:40 +0000 (13:57 -0400)
commit41584f8fe140b7374a5ef5d437b070c1f32763bb
tree1d5e15a57ea5c941891f3773092a88be43dc7096
parent8e33643f44c397a37b822a95e071880d9a8e792a
Store the various bits image fetchers in a table with formats and flags.

Similarly to how the fast paths are done, put the various bits_image
fetchers in a table, so that we can quickly find the best one based on
the image's flags and format.
pixman/pixman-bits-image.c