Soeren Sandmann
2009-Jul-21 13:11 UTC
[ANNOUNCE] pixman beta release 0.15.18 now available
A new pixman release 0.15.18 is now available. This is a beta release leading up to a stable 0.16.0 release. News: - ARM bug fixes [Siarhei Siamashka] - No more asserts on malformed regions [S?ren Sandmann Pedersen] - SSE2 support for 64 bit windows [George Yohng] - Improvements to the region code [Benjamin Otte] - Misc. bug fixes [Adrian Bunk, Chris Wilson, M Joonas Pihlaja, Miha Vrhovnik] S?ren tar.gz: http://cairographics.org/releases/pixman-0.15.18.tar.gz http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.18.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/pixman-0.15.18.tar.bz2 Hashes: MD5: 9b60fe7623621b546b76777b8b7d2490 pixman-0.15.18.tar.gz MD5: 87d256db0440e579f113cd4fb67cbfb0 pixman-0.15.18.tar.bz2 SHA1: a4c99678679f3838de06afa8fa1ccd947fcbe33f pixman-0.15.18.tar.gz SHA1: 30d953ff32338740dfdba8764f4cc8545b96d370 pixman-0.15.18.tar.bz2 GPG signature: http://cairographics.org/releases/pixman-0.15.18.tar.gz.sha1.asc (signed by <sandmann at daimi.au.dk>) Git: git://git.freedesktop.org/git/pixman tag: pixman-0.15.18 Log: Adrian Bunk (1): Fix NEON build for older ARM CPUs Benjamin Otte (6): Fix terms in comments describing the blend modes Clarify color dodge code - no semantical changes Clarify color burn code - no semantical changes Handle degenerate case in pixman_init_rect() Handle degenerate case in pixman_init_extents() Add a lot more sanity checks to region code Chris Wilson (1): Fix read of BITS members from a solid image. George Yohng (1): Add implementation of MMX __m64 functions for MSVC x64. M Joonas Pihlaja (1): Check whether the linker understands the hwcap file before using it. Miha Vrhovnik (1): Update Makefile.win32 to make it work again. Siarhei Siamashka (4): ARM: Use Ian's variant of 'neon_composite_over_n_8_0565' function again ARM: Commented out the rest of buggy NEON optimizations ARM: Workaround cs2007q3 compiler bug for NEON registers clobber list ARM: Fixes for the inline assembly constraints in pixman_fill_neon S?ren Sandmann Pedersen (19): Post-release version bump Add -fno-strict-aliasing Change name of macro from RGB16_TO_ENTRY to RGB15_TO_ENTRY Various minor formatting changes Change composite test to use a rainbow gradient as source. Fix combine_src_ca() to fill out all of the destination line. Add back check for need_workaround that got removed during reindenting Move read and write functions to the bits_image_t struct. Align the stack in _pixman_implementation_create_sse2() Replace // comments with /* */ comments in various places Some formatting changes to pixman-arm-neon.c Fix typo in sse2_combine_over_pixbuf_0565() Add test case for bug 22844. Rework the workaround for bogus X server images. Only apply the workaround if the clip region extends beyond the drawable. Fix search-and-replace issue pointed out by Koen Kooi. Fix another search and replace issue Don't assert when malformed regions are detected. Pre-release version bump