[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pixman: Changes to 'refs/tags/pixman-0.23.8-1'



Tag 'pixman-0.23.8-1' created by Cyril Brulebois <kibi@debian.org> at 2011-11-01 12:12 +0000

Tagging upload of pixman 0.23.8-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6v4jQACgkQeGfVPHR5Nd0HqACggc/UNkiGMbErGTkMgtRO0SYs
08EAn0Fnp4s8at9cADSjJjmNN/eLUBUf
=ApXt
-----END PGP SIGNATURE-----

Changes since pixman-0.23.6-1:
Cyril Brulebois (3):
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs.
      Upload to experimental.

Søren Sandmann Pedersen (8):
      Post-release version bump to 0.23.7
      Add stable release / development snapshot to draft release notes
      gradient walker: Correct types and fix formatting
      Use sentinels instead of special casing first and last stops
      Simplify gradient_walker_reset()
      Merge branch 'gradients'
      Fix use of uninitialized fields reported by valgrind
      Pre-release version bump to 0.23.8

Taekyun Kim (8):
      ARM: NEON: Some cleanup of bilinear scanline functions
      ARM: NEON: Bilinear macro template for instruction scheduling
      ARM: NEON: Replace old bilinear scanline generator with new template
      ARM: NEON: Instruction scheduling of bilinear over_8888_8888
      ARM: NEON: Instruction scheduling of bilinear over_8888_8_8888
      ARM: NEON: Standard fast path src_n_8_8888
      ARM: NEON: Standard fast path src_n_8_8
      ARM: NEON: Fix assembly typo error in src_n_8_8888

---
 ChangeLog                             |  198 +++++++
 Makefile.am                           |    4 
 configure.ac                          |    2 
 debian/changelog                      |    6 
 pixman/pixman-arm-neon-asm-bilinear.S |  922 ++++++++++++++++++++++++++++------
 pixman/pixman-arm-neon-asm.S          |  139 +++++
 pixman/pixman-arm-neon.c              |   10 
 pixman/pixman-gradient-walker.c       |  175 +-----
 pixman/pixman-image.c                 |   73 ++
 pixman/pixman-noop.c                  |    6 
 pixman/pixman-private.h               |   16 
 pixman/pixman-sse2.c                  |    2 
 12 files changed, 1242 insertions(+), 311 deletions(-)
---


Reply to: