Re: [Pixman] [PATCH 0/3] ARM: fixes and workarounds for using pixman with QEMU

2011-01-12 Thread Soeren Sandmann
Andrea Canciani ranm...@gmail.com writes: Patch 3/3 looks like an hack... is it possible to avoid parsing auxv if its content is not correct/meaningful? Otherwise I'd rather attempt a clean and correct implementation of cpu features detection using SIGILL. In the end, how to do CPU

Re: [Pixman] [PATCH 0/18] Add iterators to images

2011-01-12 Thread Soeren Sandmann
Siarhei Siamashka siarhei.siamas...@gmail.com writes: 15 files changed, 743 insertions(+), 470 deletions(-) On the other hand, I'm not so happy about the implementation. The number of lines of code as well as the complexity has increased, and the performance seems to have dropped a little

[Pixman] [PATCH 1/3] Add pixman_composite_trapezoids().

2011-01-12 Thread Søren Sandmann Pedersen
This function is an implementation of the X server request Trapezoids. That request is what the X backend of cairo is using all the time; by moving it into pixman we can hopefully make it faster. --- pixman/pixman-trap.c | 87 ++ pixman/pixman.h