Move get_image_info() out of the loop in do_composite
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 15 Sep 2009 05:14:41 +0000 (01:14 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 02:45:13 +0000 (21:45 -0500)
commit4c185503d26374915942d1f64c02134e4a2c5a99
tree1dd8ef24b12afd8592c38ab21aec33e286f7bca0
parent81b7d7b18050c770f272fd10aa7f5cf85ddc25cc
Move get_image_info() out of the loop in do_composite

The computation of image formats and flags is invariant to the loop,
so it can all be moved out.
pixman/pixman.c