pixman: Changes to 'refs/tags/pixman-0.13.2-1'
Tag 'pixman-0.13.2-1' created by Julien Cristau <jcristau@debian.org> at 2009-01-04 20:50 +0000
Tagging upload of pixman 0.13.2-1 to experimental.
Changes since pixman-0.12.0-1:
Adrian Bunk (1):
Rename the current ARM code to ARM SIMD
Alan Coopersmith (1):
Define force_inline for compilers other than gcc & MS Visual C
Benjamin Otte (3):
force alignment of arg pointer in potential SSE users
update .gitignore
unswitch red and blue
David Müller (1):
Move _mm_empty() to correct place
David Woodhouse (1):
Less fragile Linux altivec detection
Jeff Muizelaar (5):
Add support for ARMv6 SIMD fastpaths.
Fix inner branch code.
Cleanup inline definitions
[arm-simd] Fix typo found by 王新拓
Unify scanline buffer types
Julien Cristau (4):
Merge tag 'pixman-0.12.0'
Don't use ARM SIMD code.
Fix shlibs for the udeb.
Prepare changelog for upload
Keith Packard (2):
Move matrix operations from X server to pixman
Bump version to 0.13.2 for release
Søren Sandmann Pedersen (15):
Pre-release version bump
Post release version bump
Inline fetch functions in pixman-transformed.c
Make use of SSE2 blt/fill in more places
Update TODO
Remove unused AddMul_256 macro
Inlucde inttypes.h on digital Tru64
Add missing pixman-arm-simd.[ch] files.
Add fetch_bilinear function
Make use of fetch_bilinear() in the various bilinear implementations
Do the fetch_bilinear inline rather than in separate functions
Use fetch_nearest() instead of having duplicated code
Inline the fetchers
Various formatting fixes, and a simplification of the adjusting code
Make comments about PIXMAN_REFLECT more useful
Timo Aaltonen (3):
Merge commit 'pixman-0.13.2' into debian-experimental
Update the changelog.
Update libpixman-1-0.symbols with new symbols.
Vladimir Vukicevic (1):
Add SRC x888x0565 C fast path
---
.gitignore | 6
TODO | 4
configure.ac | 42 ++
debian/changelog | 13
debian/libpixman-1-0.shlibs | 2
debian/libpixman-1-0.symbols | 29 ++
debian/rules | 4
pixman/Makefile.am | 15 -
pixman/combine.h.inc | 50 +--
pixman/combine.inc | 34 +-
pixman/combine.pl | 4
pixman/pixman-access.c | 2
pixman/pixman-arm-simd.c | 407 ++++++++++++++++++++++++++++
pixman/pixman-arm-simd.h | 94 ++++++
pixman/pixman-compose.c | 10
pixman/pixman-matrix.c | 623 +++++++++++++++++++++++++++++++++++++++++++
pixman/pixman-mmx.c | 47 +--
pixman/pixman-pict.c | 135 ++++++++-
pixman/pixman-private.h | 11
pixman/pixman-region.c | 9
pixman/pixman-sse2.c | 169 +++++------
pixman/pixman-transformed.c | 600 +++++++++++++----------------------------
pixman/pixman-utils.c | 90 ++----
pixman/pixman-vmx.c | 16 -
pixman/pixman.h | 152 ++++++++++
25 files changed, 1915 insertions(+), 653 deletions(-)
---
Reply to: