Eliminate compute_sample_extents() function
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 5 Sep 2011 04:19:51 +0000 (00:19 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 21 Sep 2011 22:53:03 +0000 (18:53 -0400)
commit054922e2fce1f8d9db4b9b756e54b0fa5655956d
treea2fca529cec1ef3b0e11a180e1dd96965e9430e7
parent577b6c46fd39c43c2c328fed48854b50b9e85e5b
Eliminate compute_sample_extents() function

In analyze_extents(), instead of calling compute_sample_extents() call
compute_transformed_extents() and inline the remaining part of
compute_sample_extents(). The upcoming bilinear->nearest optimization
will do something different with these two pieces of code.
pixman/pixman.c