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

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



Tag 'pixman-0.12.0-1' created by Julien Cristau <jcristau@debian.org> at 2008-09-21 15:04 +0000

Tagging upload of pixman 0.12.0-1 to experimental.

Changes since pixman-0.11.8-1:
Aaron Plattner (1):
      Add depth 30 formats to pixman_format_supported_source.

Andre Tupinamba (1):
      [sse2] Change pixman-sse to pass __mm128i args as pointers, so as not to confuse MSVC

André Tupinambá (1):
      Use CopyAreasse2, plus a compatibility fix

Frederic Plourde (1):
      Win32 Makefile fix

Frédéric Plourde (1):
      Win32 build system fixes

Ginn Chen (1):
      Use hidden attribute for private functions when compiling with Sun Studio

Julien Cristau (5):
      Merge branch 'upstream-experimental' into debian-experimental
      New upstream release.
      Bump pixman_format_supported_source's version in the symbols file
      Bump shlibs to 0.11.10 as well.
      Prepare changelog for upload

Peter O'Gorman (1):
      Minor portability fixes

Søren Sandmann Pedersen (23):
      Post-release version-bump
      Update RELEASING and release targets in Makefile.am
      Fix typo in sse2 configure logic
      TODO
      Don't require GCC 4.2 on x86-64
      Bug 16921. MMX and SSE2 intrinsics not enabled when compiling with Intel's icc
      Merge branch 'master' of sandmann@git.freedesktop.org:/git/pixman
      Remove use of MMX extensions.
      Be consistent in naming SSE2 related things SSE2
      A few other renamings of SSE->SSE2
      Rename pixman-sse.h pixman-sse2.h
      Make sure pixman-combine{32,64}.h are disted
      Use error instead of #error in a couple of other places
      Check for __sun || __sun in pixman.h. Update TODO
      Bump release
      Update RELEASING
      Fix bug in pixman_image_is_opaque()
      Extend clip-test to demonstrate a bug in source clipping
      Update TODO
      Fix for bug 17477.
      [sse2] Fix rounding bug in conversion from 565 to 8888
      Don't include stdio.h
      Pre-release version bump

Vladimir Vukicevic (1):
      Add sys/inttypes.h include for AIX

---
 Makefile.am                  |    2 
 RELEASING                    |   28 
 TODO                         |   19 
 configure.ac                 |   86 
 debian/changelog             |    9 
 debian/libpixman-1-0.shlibs  |    4 
 debian/libpixman-1-0.symbols |    2 
 debian/rules                 |    9 
 pixman/Makefile.am           |   16 
 pixman/Makefile.win32        |   85 
 pixman/pixman-image.c        |    4 
 pixman/pixman-mmx.c          |   27 
 pixman/pixman-pict.c         |   29 
 pixman/pixman-private.h      |    3 
 pixman/pixman-sse.c          | 4653 ------------------------------------------
 pixman/pixman-sse.h          |  358 ---
 pixman/pixman-sse2.c         | 4726 +++++++++++++++++++++++++++++++++++++++++++
 pixman/pixman-sse2.h         |  358 +++
 pixman/pixman-transformed.c  |    3 
 pixman/pixman-utils.c        |    2 
 pixman/pixman.h              |    4 
 test/Makefile.am             |    4 
 test/clip-test.c             |  159 +
 23 files changed, 5425 insertions(+), 5165 deletions(-)
---


Reply to: