[Pixman] [PATCH 1/2] ARMv6: Fixed a couple of preload bugs.
Søren Sandmann
sandmann at cs.au.dk
Wed Jan 16 07:29:27 PST 2013
Ben Avison <bavison at riscosopen.org> writes:
> One is that the pixel count wasn't being shifted correctly for 8bpp or 16bpp
> images in the narrow case. The fix is illustrated by src_8_8:
It looks like this patch was generated on top of the earlier patch,
which means it can't be applied with git am on top of master. What we
need is a self-contained patch series against master, where each
individual patch in the series makes sense and can be evaluated on its
own.
The goal is a sequence of patches, where each patch is one meaningful
step on the way from "current master" to "pixman with improved ARMv6
assembly".
That is, please send a new patch series that includes the code from the
first patches, but broken into individual, logically independent patches
as suggested by Siarhei here:
http://lists.freedesktop.org/archives/pixman/2013-January/002489.html
You may find
git rebase -i
a useful command for generating the new commits.
Søren
More information about the Pixman
mailing list