A new pixman release 0.15.12 is now available. This is a development
release leading up to a stable 0.16.0 release. News:
- ARM updates [Jonathan Morton]
- Simpler and more correct clipping rules [S?ren Sandmann Pedersen]
Thanks,
Soren
tar.gz:
http://cairographics.org/releases/pixman-0.15.12.tar.gz
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.12.tar.gz
tar.bz2:
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.12.tar.bz2
Hashes:
MD5: b0270704035fbac78507c91ffd15fcb6 pixman-0.15.12.tar.gz
MD5: 26125ca6fe0329c909dbdd035a2725e5 pixman-0.15.12.tar.bz2
SHA1: d2987356d1b88bc0282231f00a8b35531414da0f
pixman-0.15.12.tar.gz
SHA1: a26be6c84f934852c5748ca2b910c4fc68f6753b
pixman-0.15.12.tar.bz2
GPG signature:
http://cairographics.org/releases/pixman-0.15.12.tar.gz.sha1.asc
(signed by S?ren Sandmann Pedersen <sandmann at redhat.com>)
Git:
git://git.freedesktop.org/git/pixman
tag: pixman-0.15.12
Log:
Jonathan Morton (3):
Misc warning fixes.
Better CFLAGS handling for recent ARM platforms.
Add RVCT support for straight blitter.
S?ren Sandmann Pedersen (14):
Post-release version bump
Make the untransformed path handle REPEAT_NONE and REPEAT_NORMAL
Handle repeat_none/normal for 64 bit fetchers
Make _pixman_walk_composite_region() a wrapper around an internal
functio
Remove all the srcRepeat/srcTransform stuff from the general
implementati
Remove srcRepeat and maskRepeat arguments from
pixman_walk_composite_reg
Pass the region to walk_region_internal()
Only call fast paths when the images cover the composite region
Fix pixman_image_is_opaque()
Simplify clipping rule
Move region computation closer to the region walking.
Work around X server bug.
Add API to set a function to be called when the image is
destroyed.
Pre-release version bump