A new pixman release 0.29.4 is now available. This is a release candidate for a stable 0.30.0 release. News in this release: - More fast paths in the MIPS DSP r2 backend [Nemanja Lukic] - Better-looking gradients [S?ren Sandmann] Plus bug fixes and improvements to the test suite. Please test, and report bugs to pixman at lists.freedesktop.org or file them at https://bugs.freedesktop.org/enter_bug.cgi?product=pixman Thanks, S?ren tar.gz: http://cairographics.org/snapshots/pixman-0.29.4.tar.gz http://xorg.freedesktop.org/archive/individual/lib/pixman-0.29.4.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/pixman-0.29.4.tar.bz2 Hashes: MD5: 93fdd35186eb34836971803123c4986c pixman-0.29.4.tar.gz MD5: 7ae4104aa9fcd46c4fb7fe01080b8b56 pixman-0.29.4.tar.bz2 SHA1: de11c690f2aa0ffb4d98db9d8735888a72a510d2 pixman-0.29.4.tar.gz SHA1: 7dd50a0f89cb3745c40a0a05b4034367976b8a9f pixman-0.29.4.tar.bz2 GPG signature: http://cairographics.org/snapshots/pixman-0.29.4.tar.gz.sha1.asc (signed by S?ren Sandmann Pedersen <soren.sandmann at gmail.com>) Git: git://git.freedesktop.org/git/pixman tag: pixman-0.29.4 Log: Behdad Esfahbod (1): Remove unused macro Ben Avison (1): Fix to lowlevel-blt-bench Nemanja Lukic (11): MIPS: DSPr2: Added more fast-paths for OVER operation: MIPS: DSPr2: Added more fast-paths for SRC operation: MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path. MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path. MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path. MIPS: DSPr2: Fix for bug in in_n_8 routine. test: add "src_0888_8888_rev" and "src_0888_0565_rev" to lowlevel-blt-ben test: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench MIPS: DSPr2: Added pixbuf fast path. MIPS: DSPr2: Added rpixbuf fast path. Peter Breitenlohner (1): Check for missing sqrtf() as, e.g., for Solaris 9 Siarhei Siamashka (2): test: larger 0xFF/0x00 filled clusters in random images for blitters-test sse2: faster bilinear interpolation (get rid of XOR instruction) Stefan Weil (2): sse2: Use uintptr_t in type casts from pointer to integral value Trivial spelling fixes in comments S?ren Sandmann Pedersen (18): Post-release version bump to 0.29.3 test: Move do_composite() function from composite.c to utils.c test/utils.[ch]: Add pixel_checker_convert_pixel_to_color() utils.[ch]: Add pixel_checker_get_masks() test: Add new check-formats utility a1-trap-test: Add tests for operator_name and format_name() test: Add new pixel-test regression test utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_t pixman-compiler.h: Add unlikely() macro Turn on error logging at all times lookup_composite: Don't update cache in case of error gtk-utils.c: Use cairo in show_image() rather than GdkPixbuf demos: Add linear-gradient demo program test: Add radial-perf-test, a microbenchmark for radial gradients Move the IS_ZERO() to pixman-private.h and rename to FLOAT_IS_ZERO() Improve precision of calculations in pixman-gradient-walker.c pixman/refactor: Delete this file Pre-release version bump to 0.29.4