Move region computation out of the loop in do_composite()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 15 Sep 2009 05:16:40 +0000 (01:16 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 02:45:25 +0000 (21:45 -0500)
commit129d9c187146a060863598d154e6770394547afd
treec97b783a71184271999a17d7b8db24a49cd3d975
parent4c185503d26374915942d1f64c02134e4a2c5a99
Move region computation out of the loop in do_composite()

We only need to compute the composite region once, not on every
iteration.
pixman/pixman.c