Delete simple repeat code
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 28 Sep 2010 04:51:07 +0000 (00:51 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 4 Oct 2010 15:19:27 +0000 (11:19 -0400)
commit73c1fefa1b99efa36b74599f455df9426209378e
tree8aa0628d11fe187fcefaa9f7c5f6652b854b1ce9
parenta4d1c9d3831751008db61a48d6a6cb12ed33f314
Delete simple repeat code

This was supposedly an optimization, but it has pathological cases
where it definitely isn't. For example a 1 x n image will cause it to
have terrible memory access patterns and to generate a ton of modulus
operations.

Since no one has ever measured whether it actually is an improvement,
and since it is doing the repeating at the wrong the stage in the
pipeline, and since with the previous commit it can't be triggered
anymore because we now require SAMPLES_COVER_CLIP for regular fast
paths, just delete it.
pixman/pixman-image.c
pixman/pixman-private.h
pixman/pixman.c