A new pixman release 0.17.4 is now available. This is a development snapshot leading up to a stable 0.18.0 release. News: - Major performance improvements for ARM NEON [Siarhei Siamashka] - Test suite improvements [Marvin Schmidt] - Bug fixes [Benjamin Otte, Pierre-Loup A. Griffais, S?ren Sandmann] Testing by KDE users is especially appreciated because there is a change in the behavior of alpha maps, which is a feature that is not used much outside of Qt. Thanks, Soren tar.gz: http://cairographics.org/releases/pixman-0.17.4.tar.gz http://xorg.freedesktop.org/archive/individual/lib/pixman-0.17.4.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/pixman-0.17.4.tar.bz2 Hashes: MD5: 734f70667d0a6454a1b1e332f8d50083 pixman-0.17.4.tar.gz MD5: fe103ff5f051f8f35c1d20b5c6d000bd pixman-0.17.4.tar.bz2 SHA1: 02176a0f4b19856f27aad410a89cb8dc8fa2c8e2 pixman-0.17.4.tar.gz SHA1: 85cfa05cc4ec2f4f09747c69903a2da52c344775 pixman-0.17.4.tar.bz2 GPG signature: http://cairographics.org/releases/pixman-0.17.4.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.17.4 Log: Alan Coopersmith (1): Update Sun license notices to current X.Org standard form Benjamin Otte (3): Remove nonexistant function from header Fix bug that prevented pixman_fill MMX and SSE paths for 16 and 8bpp Make test program not throw warnings about undefined variables Marvin Schmidt (1): Build tests and run non-GTK+ ones on `make check` Pierre-Loup A. Griffais (1): Interpret the angle of a conical gradient in degrees. Siarhei Siamashka (18): test: support for testing pixbuf fast path functions in blitters-test ARM: NEON optimized pixman_blt ARM: added '.arch armv7a' directive to NEON assembly file ARM: minor source formatting changes ARM: added 'neon_composite_over_8888_8888_8888' fast path ARM: added 'neon_composite_over_8888_8_8888' fast path ARM: added 'neon_composite_add_8888_8888' fast path ARM: added 'neon_composite_add_8888_8888_8888' fast path ARM: added 'neon_composite_src_0565_8888' fast path ARM: added 'neon_composite_over_n_0565' fast path ARM: added 'neon_composite_over_n_8888' fast path ARM: added 'neon_src_0888_8888_rev' fast path ARM: added 'neon_composite_src_0888_0565_rev' fast path ARM: added 'neon_composite_src_pixbuf_8888' fast path Use canonical pixman license notice for recently added ARM NEON assembly ARM: macro template for single scanline compositing functions ARM: added 'neon_combine_over_u' function ARM: added 'neon_combine_add_u' function S?ren Sandmann Pedersen (15): Post-release version bump Reorder tests so that they fastest ones run first. Add 'check' to release-check make target mmx: Eliminate trailing whitespace. arm-simd: Whitespace fixes Some minor formatting fixes. region: Enable or disable fatal errors and selfchecks based on version nu fetch-test: Various formatting fixes fetch-test: Fix spelling error (pallete -> palette) test: Add new alphamap test program. When fetching from an alpha map, use the alpha map's fetch function. pixman_image_validate() needs to also validate the alpha map. When fetching from an alpha map, replace the alpha channel of the image bits: Print an error if someone tries to create an image with bpp < depth Pre-release version bump