Tag 'pixman-0.21.2-1' created by Cyril Brulebois <k...@debian.org> at 2010-11-17 15:13 +0000
Tagging upload of pixman 0.21.2-1 to experimental. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzj8RcACgkQeGfVPHR5Nd0DSACeNTVrUAjTq7JGEDDgxkDzGQpK p2YAoIj3sNw4rbU19BwwZ7FrZBHY3G6X =KLOH -----END PGP SIGNATURE----- Changes since pixman-0.20.0-1: Andrea Canciani (3): Remove unused stop_range field Fix opacity check Improve conical gradients opacity check Cyril Brulebois (4): Merge branch 'upstream-experimental' into debian-experimental Update changelogs. Update debian/copyright from upstream's COPYING. Upload to experimental. Siarhei Siamashka (12): Fixed broken configure check for __thread support Do CPU features detection from 'constructor' function when compiled with gcc ARM: fix 'vld1.8'->'vld1.32' typo in add_8888_8888 NEON fast path ARM: NEON: source image pixel fetcher can be overrided now ARM: nearest scaling support for NEON scanline compositing functions ARM: macro template in C code to simplify using scaled fast paths ARM: performance tuning of NEON nearest scaled pixel fetcher ARM: NEON optimization for scaled over_8888_8888 with nearest filter ARM: NEON optimization for scaled over_8888_0565 with nearest filter ARM: NEON optimization for scaled src_8888_0565 with nearest filter ARM: NEON optimization for scaled src_0565_8888 with nearest filter ARM: optimization for scaled src_0565_0565 with nearest filter Søren Sandmann Pedersen (8): Post-release version bump to 0.20.1 Version bump 0.21.1. COPYING: Stop saying that a modification is currently under discussion. Remove workaround for a bug in the 1.6 X server. [mmx] Mark some of the output variables as early-clobber. Delete the source_image_t struct. Generate {a,x}8r8g8b8, a8, 565 fetchers for nearest/affine images Pre-release version bump --- COPYING | 79 ++++----- ChangeLog | 323 +++++++++++++++++++++++++++++++++++++++ configure.ac | 34 +++- debian/changelog | 7 debian/copyright | 150 ++++-------------- pixman/pixman-arm-common.h | 40 ++++ pixman/pixman-arm-neon-asm.S | 100 ++++++++---- pixman/pixman-arm-neon-asm.h | 216 ++++++++++++++++++++++++-- pixman/pixman-arm-neon.c | 30 +++ pixman/pixman-arm-simd-asm.S | 70 ++++++++ pixman/pixman-arm-simd.c | 7 pixman/pixman-bits-image.c | 177 +++++++++++++++++---- pixman/pixman-conical-gradient.c | 17 -- pixman/pixman-image.c | 75 +++------ pixman/pixman-linear-gradient.c | 30 +-- pixman/pixman-mmx.c | 4 pixman/pixman-private.h | 15 - pixman/pixman-radial-gradient.c | 19 +- pixman/pixman.c | 90 +--------- pixman/pixman.h | 22 +- test/Makefile.am | 2 test/window-test.c | 173 -------------------- 22 files changed, 1099 insertions(+), 581 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pik14-0006ph...@alioth.debian.org