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

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



Tag 'pixman-0.16.2-1' created by Julien Cristau <jcristau@debian.org> at 2009-09-28 16:13 +0000

Tagging upload of pixman 0.16.2-1 to unstable.

Changes since pixman-0.15.20-1:
Chris Wilson (4):
      _pixman_run_fast_path: typo
      [sse2] Bit-reversing typo: src != dst
      Enable component alpha on solid masks.
      Remove duplicated declaration

Julien Cristau (3):
      Merge tag 'pixman-0.16.2' into debian-unstable
      Bump changelogs
      Prepare changelog for upload

M Joonas Pihlaja (3):
      Work around differing _mm_prefetch() prototypes on Solaris.
      Work around a Sun Studio 12 code generation bug involving _mm_set_epi32().
      Default to optimised builds when using a Sun Studio compiler.

Makoto Kato (2):
      Remove spurious spaces in pixman-x64-mmx-emulation.h
      Add CPU detection for VC++ x64

Siarhei Siamashka (4):
      ARM: a fix to pass blitters-test for 'neon_composite_over_n_8_0565'
      ARM: workaround for gcc bug in vshll_n_u8 intrinsic
      ARM: Remove fallback to ARMv6 implementation from NEON delegate chain
      Change CFLAGS order for PPC and ARM configure tests

Søren Sandmann Pedersen (13):
      Post-release version bump
      Check if we have posix_memalign() in configure.ac. [23260, 23261]
      Pre-release version bump
      Set version number to 0.16.1
      Remove optimization for 0xffffffff and 0xff the add_n_8888_8888_ca fast path
      Fix off-by-one error in source_image_needs_out_of_bounds_workaround()
      Revert "Enable component alpha on solid masks."
      Return result from pixman_image_set_transform().
      Fix alpha handling for 10 bpc formats.
      Fix bug in blitters-test with BGRA formats.
      Fix fetch-test for big-endian systems.
      Update CRC in blitters-test for the changes in 10bpc alpha handling
      Pre-release version bump

---
 ChangeLog                         |  234 ++++++++++++++++++++++++++++++++++++++
 configure.ac                      |   32 ++++-
 debian/changelog                  |    7 +
 pixman/pixman-access.c            |   30 ++--
 pixman/pixman-arm-neon.c          |   13 +-
 pixman/pixman-bits-image.c        |   10 -
 pixman/pixman-cpu.c               |    2 
 pixman/pixman-fast-path.c         |    8 -
 pixman/pixman-image.c             |    6 
 pixman/pixman-sse2.c              |   12 +
 pixman/pixman-utils.c             |   19 +--
 pixman/pixman-x64-mmx-emulation.h |    8 -
 pixman/pixman.h                   |    2 
 test/blitters-test.c              |   23 +++
 test/fetch-test.c                 |   18 ++
 15 files changed, 364 insertions(+), 60 deletions(-)
---


Reply to: