Re: [Pixman] alphamap and blitters-test fail

2014-07-11 Thread Siarhei Siamashka
On Tue, 08 Jul 2014 12:30:15 -0700 Dave McCooey dmcco...@mac.com wrote: System: Dual PowerPC G4 Macintosh, Mac OS X version 10.4.11 pixman 0.32.6: test/test-suite.log # TOTAL: 27 # PASS: 25 # SKIP:

[Pixman] [PATCH] New filter code

2014-07-11 Thread Bill Spitzak
New filter generation code that produces useful filters at all settings. Added TENT filter and slightly changes some others. Unfortunately I have not yet implemented the PIXMAN_FILTER_GOOD/BEST automatic usage of this. That will be in a further patch that I hope to send soon. For now you can

[Pixman] [PATCH 3/3] Changed PIXMAN_KERNEL enums

2014-07-11 Thread Bill Spitzak
Added TENT filter. Renamed other values to match what they are now producing. Add back-compatibility #define for old names. --- demos/scale.c |7 --- pixman/pixman-filter.c | 41 + pixman/pixman.h| 14 ++ 3 files