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

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



Tag 'pixman-0.23.2-1' created by Cyril Brulebois <kibi@debian.org> at 2011-07-04 23:38 +0000

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

iEYEABECAAYFAk4STtoACgkQeGfVPHR5Nd2O0ACfV6CsmjiQRPmDUj8xG08HU4aa
5JgAnRR9FbIfQ8PYzSoepzY9bmV2jhKE
=svzI
-----END PGP SIGNATURE-----

Changes since pixman-0.22.0-1:
Andrea Canciani (3):
      test: Fix compilation on win32
      Include noop in win32 builds
      Silence autoconf warnings

Cyril Brulebois (4):
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs.
      Enable parallel building (by passing --parallel to dh $@).
      Upload to experimental.

Dave Yeo (1):
      Check for working mmap()

Nis Martensen (1):
      Fix a few typos in pixman-combine.c.template

Søren Sandmann (5):
      mmx: Delete some unused variables
      sse2: Delete some unused variables
      demos: Comment out some unused variables
      ARM: Fix two bugs in neon_composite_over_n_8888_0565_ca().
      test: Make fuzzer-find-diff.pl executable

Søren Sandmann Pedersen (12):
      Post-release version bump to 0.23.1
      Add a "noop" implementation.
      Add a noop composite function for the DST operator
      Move noop dest fetching to noop implementation
      Add a noop src iterator
      Move NULL iterator into pixman-noop.c
      Move NOP src iterator into noop implementation.
      Replace instances of "dst_*" with "dest_*"
      In pixman-general.c rename image_parameters to {src, mask, dest}_image
      Replace argumentxs to composite functions with a pointer to a struct
      blitters-test: Make common formats more likely to be tested.
      Pre-release version bump to 0.23.2

Taekyun Kim (6):
      Replace boolean arguments with flags for bilinear fast path template
      REPEAT_NORMAL support for bilinear fast path template
      sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
      ARM: Add REPEAT_NORMAL functions to bilinear BIND macros
      Enable REPEAT_NORMAL bilinear fast path entries
      Bilinear REPEAT_NORMAL source line extension for too short src_width

---
 ChangeLog                        |  273 ++++++++++++++++++++
 configure.ac                     |   49 ++-
 debian/changelog                 |    7 
 debian/rules                     |    2 
 demos/alpha-test.c               |    4 
 demos/gradient-test.c            |    4 
 pixman/Makefile.am               |    1 
 pixman/Makefile.win32            |    1 
 pixman/pixman-arm-common.h       |  118 +++-----
 pixman/pixman-arm-neon-asm.S     |    8 
 pixman/pixman-arm-neon.c         |   16 -
 pixman/pixman-bits-image.c       |   31 --
 pixman/pixman-combine.c.template |    7 
 pixman/pixman-compiler.h         |    6 
 pixman/pixman-cpu.c              |    2 
 pixman/pixman-fast-path.c        |  436 +++++++--------------------------
 pixman/pixman-fast-path.h        |  270 ++++++++++++++++----
 pixman/pixman-general.c          |   45 +--
 pixman/pixman-implementation.c   |   32 --
 pixman/pixman-mmx.c              |  390 ++++++-----------------------
 pixman/pixman-noop.c             |  137 ++++++++++
 pixman/pixman-private.h          |   54 ++--
 pixman/pixman-sse2.c             |  515 +++++++++------------------------------
 pixman/pixman.c                  |   70 ++---
 pixman/pixman.h                  |    6 
 test/blitters-test.c             |   22 +
 test/composite.c                 |    4 
 test/lowlevel-blt-bench.c        |   84 +++---
 test/utils.c                     |    2 
 29 files changed, 1211 insertions(+), 1385 deletions(-)
---


Reply to: