platform/upstream/pixman.git
2013-08-04 Siarhei Siamashkatest: fix matrix-test on big endian systems
2013-06-25 Andrea Cancianitest: Fix build on MSVC
2013-06-11 Alexander TrooshRequire GTK+ version >= 2.16
2013-06-08 Matthieu Herrbconfigure.ac: Don't use '+=' since it's not POSIX
2013-05-22 Søren Sandmann... Consolidate all the iter_init_bits_stride functions
2013-05-22 Søren Sandmann... Delete the old src/dest_iter_init() functions
2013-05-22 Søren Sandmann... Add _pixman_implementation_iter_init() and use instead...
2013-05-22 Søren Sandmann... general: Store the iter initializer in a one-entry...
2013-05-22 Søren Sandmann... fast: Replace the fetcher_info_t table with a pixman_it...
2013-05-22 Søren Sandmann... mmx: Replace the fetcher_info_t table with a pixman_ite...
2013-05-22 Søren Sandmann... sse2: Replace the fetcher_info_t table with a pixman_it...
2013-05-22 Søren Sandmann... noop: Keep information about iterators in an array...
2013-05-22 Søren Sandmann... Always set the FAST_PATH_NO_ALPHA_MAP flag for non...
2013-05-22 Søren Sandmann... Add ITER_WIDE iter flag
2013-05-22 Søren Sandmann... Add ITER_SRC and ITER_DEST iter flags
2013-05-22 Søren Sandmann... Make use of image flag in noop iterators
2013-05-19 Markos ChandrasUse AC_LINK_IFELSE to check if the Loongson MMI code...
2013-05-15 Matt Turnermmx: Document implementation(s) of pix_multiply().
2013-05-11 ingmar@irsoft.deFix broken build when HAVE_CONFIG_H is undefined, e...
2013-05-08 Søren Sandmann... Post-release version bump to 0.31.1
2013-05-08 Søren Sandmann... Pre-release version bump to 0.30.0 pixman-0.30.0
2013-04-30 Søren Sandmann... Post-release version bump to 0.29.5
2013-04-30 Søren Sandmann... Pre-release version bump to 0.29.4 pixman-0.29.4
2013-04-30 Søren Sandmann... pixman/refactor: Delete this file
2013-04-30 Nemanja LukicMIPS: DSPr2: Added rpixbuf fast path.
2013-04-30 Nemanja LukicMIPS: DSPr2: Added pixbuf fast path.
2013-04-30 Nemanja Lukictest: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench
2013-04-30 Nemanja Lukictest: add "src_0888_8888_rev" and "src_0888_0565_rev...
2013-04-30 Nemanja LukicMIPS: DSPr2: Fix for bug in in_n_8 routine.
2013-04-30 Nemanja LukicMIPS: DSPr2: Added src_0565_8888 nearest neighbor fast...
2013-04-30 Nemanja LukicMIPS: DSPr2: Added over_8888_0565 nearest neighbor...
2013-04-30 Nemanja LukicMIPS: DSPr2: Added over_8888_8888 nearest neighbor...
2013-04-30 Nemanja LukicMIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888...
2013-04-28 Siarhei Siamashkasse2: faster bilinear interpolation (get rid of XOR...
2013-04-28 Siarhei Siamashkatest: larger 0xFF/0x00 filled clusters in random images...
2013-04-27 Stefan WeilTrivial spelling fixes in comments
2013-04-08 Peter BreitenlohnerCheck for missing sqrtf() as, e.g., for Solaris 9
2013-03-16 Søren Sandmann... Improve precision of calculations in pixman-gradient...
2013-03-12 Søren Sandmann... Move the IS_ZERO() to pixman-private.h and rename to...
2013-03-12 Søren Sandmann... test: Add radial-perf-test, a microbenchmark for radial...
2013-03-12 Søren Sandmann... demos: Add linear-gradient demo program
2013-03-08 Behdad EsfahbodRemove unused macro
2013-02-27 Nemanja LukicMIPS: DSPr2: Added more fast-paths for SRC operation:
2013-02-27 Nemanja LukicMIPS: DSPr2: Added more fast-paths for OVER operation:
2013-02-15 Søren Sandmann... gtk-utils.c: Use cairo in show_image() rather than...
2013-02-13 Ben AvisonFix to lowlevel-blt-bench
2013-02-13 Stefan Weilsse2: Use uintptr_t in type casts from pointer to integ...
2013-02-13 Søren Sandmann... lookup_composite: Don't update cache in case of error
2013-02-13 Søren Sandmann... Turn on error logging at all times
2013-02-13 Søren Sandmann... pixman-compiler.h: Add unlikely() macro
2013-02-13 Søren Sandmann... utils.c: Increase acceptable deviation to 0.0064 in...
2013-02-13 Søren Sandmann... test: Add new pixel-test regression test
2013-02-13 Søren Sandmann... a1-trap-test: Add tests for operator_name and format_name()
2013-02-13 Søren Sandmann... test: Add new check-formats utility
2013-02-13 Søren Sandmann... utils.[ch]: Add pixel_checker_get_masks()
2013-02-13 Søren Sandmann... test/utils.[ch]: Add pixel_checker_convert_pixel_to_color()
2013-02-13 Søren Sandmann... test: Move do_composite() function from composite.c...
2013-01-30 Søren Sandmann... Post-release version bump to 0.29.3
2013-01-30 Søren Sandmann... Pre-release version bump to 0.29.2 pixman-0.29.2
2013-01-30 Søren Sandmann... stresstest: Ensure that the rasterizer is only given...
2013-01-29 Søren Sandmann... Change default GPGKEY to 3892336E, which is soren.sandm...
2013-01-29 Ben AvisonImprove L1 and L2 benchmark tests for caches that don...
2013-01-29 Søren Sandmann... pixman-combine-float.c: Use IS_ZERO() in clip_color...
2013-01-29 Ben AvisonARMv6: Replacement add_8_8, over_8888_8888, over_8888_n...
2013-01-29 Ben AvisonARMv6: New conversion routines
2013-01-29 Ben AvisonARMv6: New blit routines
2013-01-29 Ben AvisonARMv6: New fill routines
2013-01-29 Ben AvisonARMv6: Lay the groundwork for later patches in the...
2013-01-28 Søren Sandmann... demo/scale: Add a spin button to set the number of...
2013-01-27 Siarhei SiamashkaUse pixman_transform_point_31_16() from pixman_transfor...
2013-01-27 Siarhei Siamashkatest: Added matrix-test for testing projective transfor...
2013-01-27 Siarhei Siamashkaconfigure.ac: Added detection for __float128 support
2013-01-27 Siarhei SiamashkaAdd higher precision "pixman_transform_point_*" functions
2013-01-27 Siarhei SiamashkaFaster fetch for the C variant of r5g6b5 src/dest iterator
2013-01-27 Siarhei SiamashkaFaster write-back for the C variant of r5g6b5 dest...
2013-01-27 Siarhei SiamashkaAdded C variants of r5g6b5 fetch/write-back iterators
2013-01-27 Chris WilsonEliminate duplicate copies of channel flags for pixman_...
2013-01-27 Chris WilsonAlways return a valid function from lookup_combiner()
2013-01-27 Chris WilsonAlways return a valid function from lookup_composite()
2013-01-27 Chris Wilsonsse2: Add fast paths for bilinear source with a solid...
2013-01-27 Chris Wilsonsse2: Add a fast path for add_n_8_8888
2013-01-27 Chris Wilsonsse2: Add a fast path for add_n_8888
2013-01-25 Jeff MuizelaarAdd a version of bilinear_interpolation for precision <=4
2013-01-25 Ben AvisonTweaks to lowlevel-blt-bench
2013-01-23 Søren Sandmann... test: Use operator_name() and format_name() in composite.c
2013-01-23 Søren Sandmann... utils.[ch]: Add new format_name() function
2013-01-23 Søren Sandmann... test/utils.[ch]: Add new function operator_name()
2013-01-23 Søren Sandmann... README: Add guidelines on how to contribute patches
2013-01-23 Matt TurnerConvert INCLUDES to AM_CPPFLAGS
2013-01-23 Matt TurnerAdd new demos and tests to .gitignore
2013-01-22 Nemanja LukicMIPS: DSPr2: Added more fast-paths:
2013-01-22 Nemanja LukicMIPS: DSPr2: Added more fast-paths for REVERSE operation:
2013-01-06 Søren Sandmann... pixman-filter.c: Cope with NULL returns from malloc()
2013-01-06 Søren Sandmann... Handle solid images in the noop iterator
2013-01-03 Marko LindqvistFix build with automake-1.13
2013-01-03 Siarhei SiamashkaUse more appropriate types and remove a magic constant
2013-01-03 Siarhei SiamashkaDefine SIZE_MAX if it is not provided by the standard...
2012-12-20 Siarhei SiamashkaRename 'xor' variable to 'filler' (because 'xor' is...
2012-12-19 Søren Sandmann... float-combiner.c: Change tests for x == 0.0 tests to...
2012-12-18 Siarhei SiamashkaARM: make use of UQADD8 instruction even in generic...
next