A new pixman release 0.15.2 is now available. This is a development release leading up to a stable 0.16.0 release. Notable news: - Optimization for for rectilinear nearest-neighbour scaling. [Jeff Muizelaar] - Support for repeating images. [Thomas Jaeger] - Support for BGRA and BGRx formats. [Mark Kettenis] Soren tar.gz: http://cairographics.org/releases/pixman-0.15.2.tar.gz http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.2.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.2.tar.bz2 Hashes: MD5: ac7d687548f02b384d0cab1021d91ce5 pixman-0.15.2.tar.gz MD5: 4d3ad419e9febd021a1bb72b73c236ef pixman-0.15.2.tar.bz2 SHA1: c45819da638457abb7f3d45133c58315d85e5866 pixman-0.15.2.tar.gz SHA1: fd44f4dc0e429bb71344d33c783837fd0b8b6b5b pixman-0.15.2.tar.bz2 GPG signature: http://cairographics.org/releases/pixman-0.15.2.tar.gz.sha1.asc (signed by S?ren Sandmann Pedersen <sandmann at daimi.au.dk>) Git: git://git.freedesktop.org/git/pixman tag: pixman-0.15.2 Log: Alan Coopersmith (2): Fix MMX & SSE intrinsics to work with Sun compilers & Solaris Replace custom type ullong with standard uint64_t in pixman-mmx.c Chris Wilson (2): Check for allocation errors during pixman_op() Check for failure when intersecting regions. Mark Kettenis (1): Add support for BGRA and BGRx formats. Siarhei Siamashka (2): Image scaling regression test script Set srcRepeat = False when using fbCompositeSrcScaleNearest S?ren Sandmann Pedersen (8): Bump version number post-release Reinstate SrcScaledNearest optimization Add license and copyright holders to COPYING Remove stale comment Add a new trap-test test program. Fix pixbuf_from_argb32() to take premultiplied alpha into account Fix search and replace issue Pre-release version bump Thomas Jaeger (1): Implement PIXMAN_REPEAT_REFLECT for images