pixman: Changes to 'refs/tags/pixman-0.9.6'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Wed Oct 24 12:55:25 PDT 2007


Tag 'pixman-0.9.6' created by Søren Sandmann Pedersen <sandmann at redhat.com> at 2007-10-24 20:51 -0700

Pixman version 0.9.6

Changes since pixman-0.9.5:
Carl Worth (2):
      Don't copy unused bits to an alpha channel
      Fix build breakage when under the influence of USE_MMX

Chris Wilson (3):
      [pixman-image] Avoid integer overflow when allocating bits.
      [pixman-image] Avoid a potential malloc(0).
      [pixman-image] [mlk] Free the locally allocated bits.

Jeff Muizelaar (1):
      Fix special case selection when the mask has a transform

Søren Sandmann (4):
      Add README file based on text from Bjorn Lindquist
      Remove comma from enumerator list. Bug 12621, reported by Matt Kraai.
      Make stride signed in various places. This should fix some the
      Only compile with -msse on x86-64.

Søren Sandmann Pedersen (1):
      Bump version number

Tilman Sauerbeck (1):
      Fixed the declaration of pixman_image_set_source_clipping().

Vladimir Vukicevic (3):
      compilation: build edge/compose with accessors separately
      [win32] Makefile and compilation fixes for win32
      [memlk] don't try to allocate new data for 0-rectangle regions

---
 .gitignore                        |    5 ++++
 README                            |   26 +++++++++++++++++++++
 configure.ac                      |   45 ++++++++++++++++++++++++++++++++------
 pixman/Makefile.am                |   15 +++---------
 pixman/Makefile.win32             |   31 ++++++++++++++++++++++++++
 pixman/pixman-compose-accessors.c |    4 +++
 pixman/pixman-compose.c           |   12 +++++-----
 pixman/pixman-compute-region.c    |    3 ++
 pixman/pixman-edge-accessors.c    |    4 +++
 pixman/pixman-edge.c              |    4 +++
 pixman/pixman-image.c             |   36 +++++++++++++++++++++++++++---
 pixman/pixman-mmx.c               |    7 ++---
 pixman/pixman-pict.c              |    6 +++--
 pixman/pixman-private.h           |   27 ++++++++++++++++++++++
 pixman/pixman-region.c            |   14 +++++++++++
 pixman/pixman-timer.c             |    7 +++++
 pixman/pixman-trap.c              |    3 ++
 pixman/pixman-utils.c             |   17 ++++++++++++++
 pixman/pixman.h                   |    4 +--
 19 files changed, 236 insertions(+), 34 deletions(-)
---


More information about the xorg-commit mailing list