A new pixman release 0.11.6 is now available. This is a development release leading up to a stable 0.12.0 release. Notable news: - Support for new image formats with 10 bits per channel, including infrastructure to composite with 32 bit intermediate precision. (Aaron Plattner) - Fix for a bad memory leak. (Maximilian Grothusmann) tar.gz: http://cairographics.org/releases/pixman-0.11.6.tar.gz http://xorg.freedesktop.org/archive/individual/lib/pixman-0.11.6.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/pixman-0.11.6.tar.bz2 Hashes: MD5: 1b404bb31bf419a86531927492b5b95d pixman-0.11.6.tar.gz MD5: 7d619cd89b05fefb87ca006ca6788a9e pixman-0.11.6.tar.bz2 SHA1: f79e03dc9efa01585a09006c662db637eec3c10d pixman-0.11.6.tar.gz SHA1: 9ee97f75d98678d50d4a400a9266bf05d3835481 pixman-0.11.6.tar.bz2 GPG signature: http://cairographics.org/releases/pixman-0.11.6.tar.gz.sha1.asc (signed by S?ren Sandmann Pedersen) Git: git://git.freedesktop.org/git/pixman tag: pixman-0.11.6 Log: Aaron Plattner (7): Add expand and contract functions to convert between ARGB8 and ARGB16. Add wide fetch/store functions. Add wide source picture, external alpha, and transformed image routines. Make expansion and contraction loops clearer. Take the source format into account in pixman_expand. Decide based on the image formats whether we need wide compositing. Use pixman_malloc_ab instead of plain malloc for the fbStore64_generic sc David Sharp (1): pixman-sse.c: silence pointer-cast compiler warnings. Luo Jinghua (1): Fix implicit declaration of function 'free'. Maximilian Grothusmann (1): Fix memory leak by freeing boxes{16,32}. S?ren Sandmann Pedersen (6): Post-release version bump Move PIXMAN_FORMAT_16BPC to pixman-private.h Update TODO Add configure time options to disable mmx/sse2/vmx TODO Pre-release version bump