platform/upstream/pixman.git
2012-12-08 Benjamin GilbertFix thread safety on mingw-w64 and clang
2012-12-06 Siarhei Siamashkatest: Get rid of the obsolete 'prng_rand_N' and 'prng_r...
2012-12-06 Siarhei Siamashkatest: Switch to the new PRNG instead of old LCG
2012-12-06 Siarhei Siamashkatest: Search/replace 'lcg_*' -> 'prng_*'
2012-12-06 Siarhei Siamashkatest: Added a better PRNG (pseudorandom number generator)
2012-12-06 Siarhei Siamashkatest: Change is_little_endian() into inline function
2012-11-22 Søren Sandmann... Add text file rounding.txt describing how rounding...
2012-11-22 Søren Sandmann... Convolution filter: round color values instead of trunc...
2012-11-20 Søren Sandmann... Round fixed-point multiplication
2012-11-14 Stefan Weiltest: Fix compiler warnings caused by unused code
2012-11-14 Stefan Weilpixman: Use uintptr_t in type casts from pointer to...
2012-11-14 Stefan WeilAlways use xmmintrin.h for 64 bit Windows
2012-11-14 Nemanja LukicMIPS: DSPr2: Added several nearest neighbor fast paths...
2012-11-14 Nemanja LukicMIPS: DSPr2: Added more fast-paths for OVER operation:
2012-11-14 Nemanja LukicMIPS: DSPr2: Added more fast-paths for SRC operation:
2012-11-11 Søren Sandmann... Allow src and dst to be identical in pixman_f_transform...
2012-11-10 Søren Sandmann... pixman.h: Add typedefs for pixman_f_transform and pixma...
2012-11-09 Joshua RootFix undeclared variable use and sysctlbyname error...
2012-11-09 Søren Sandmann... pixman_image_composite: Reduce opaque masks to NULL
2012-11-07 Søren Sandmann... Post-release version bump to 0.29.1
2012-11-07 Søren Sandmann... Pre-release version bump to 0.28.0 pixman-0.28.0
2012-10-25 Søren Sandmann... Post-release version bump to 0.27.5
2012-10-25 Søren Sandmann... Pre-release version bump to 0.27.4 pixman-0.27.4
2012-10-25 Nemanja LukicMIPS: DSPr2: Added more fast-paths for ADD operation...
2012-10-25 Nemanja LukicMIPS: DSPr2: Added more fast-paths for ADD operation...
2012-10-25 Nemanja LukicMIPS: DSPr2: Added fast-paths for ADD operation: -...
2012-10-24 Siarhei SiamashkaWorkaround for FTBFS with gcc 4.6 (gcc.gnu.org/PR54965)
2012-10-21 Søren Sandmann... pixman_composite_trapezoids(): don't clip to extents...
2012-10-21 Søren Sandmann... pixman_composite_trapezoids(): Factor out extents compu...
2012-10-21 Søren Sandmann... Add new pixman_image_create_bits_no_clear() API
2012-10-17 Benny Siegertconfigure.ac: PIXMAN_LINK_WITH_ENV fix
2012-10-16 Siarhei SiamashkaAdd missing force_inline to in() function used for...
2012-10-16 Siarhei SiamashkaMIPS: skip runtime detection for DSPr2 if -mdspr2 optio...
2012-10-11 Søren Sandmann... region: Remove overlap argument from pixman_op()
2012-10-11 Søren Sandmann... region: Formatting fix
2012-10-07 Søren Sandmann... Only regard images as pixbufs if they have identity...
2012-10-04 Søren Sandmann... Remove BUILT_SOURCES
2012-10-04 Søren Sandmann... Speed up pixman_expand_to_float()
2012-10-04 Søren Sandmann... Don't auto-generate pixman-combine32.[ch] anymore
2012-10-01 Søren Sandmann... Remove 64 bit pipeline
2012-10-01 Søren Sandmann... Switch the wide pipeline over to using floating point
2012-10-01 Søren Sandmann... pixman-access.c: Add floating point accessor functions
2012-10-01 Søren Sandmann... pixman-utils.c, pixman-private.h: Add floating point...
2012-10-01 Søren Sandmann... Add combiner test
2012-10-01 Søren Sandmann... Add pixman-combine-float.c
2012-10-01 Søren Sandmann... blitters-test: Prepare for floating point
2012-10-01 Søren Sandmann... glyph-test: Prepare for floating point
2012-10-01 Søren Sandmann... Make pixman.h more const-correct
2012-09-30 Matt Turneriwmmxt: Don't define dummy _mm_empty for >=gcc-4.8
2012-09-29 Søren Sandmann... rotate-test: Call image_endian_swap() in make_image()
2012-09-26 Siarhei SiamashkaAdd scaled nearest repeat fast paths
2012-09-25 Matt Turnersse2: mark pack_565_2x128_128 as static force_inline
2012-09-24 Søren Sandmann... Fix for infinite-loop test
2012-09-24 Søren Sandmann... test: Add inifinite-loop test
2012-09-24 Søren Sandmann... affine-test: Print out the transformation matrix when...
2012-09-24 Nemanja LukicMIPS: DSPr2: Added OVER combiner and two new fast paths...
2012-09-24 Nemanja LukicMIPS: DSPr2: Added fast-paths for OVER operation: ...
2012-09-24 Nemanja LukicMIPS: DSPr2: Added fast-paths for OVER operation: ...
2012-09-24 Nemanja LukicMIPS: DSPr2: Added fast-paths for OVER operation: ...
2012-09-23 Søren Sandmann... pixman-combine.c.template: Formatting clean-ups
2012-09-23 Søren Sandmann... Fix bugs in pixman-image.c
2012-09-23 Søren Sandmann... Add rotate-test.c test program
2012-09-23 Søren Sandmann... Fix bugs in component alpha combiners for separable...
2012-09-23 Søren Sandmann... Fix bug in fast_composite_scaled_nearest()
2012-09-23 Søren Sandmann... Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to...
2012-09-19 Søren Sandmann... implementation: Rename delegate to fallback
2012-09-19 Søren Sandmann... _pixman_implementation_create(): Initialize implementat...
2012-09-19 Søren Sandmann... Rename _pixman_lookup_composite_function() to _pixman_i...
2012-09-19 Søren Sandmann... Move delegation of src/dest iter init into pixman-imple...
2012-09-19 Søren Sandmann... Move fill delegation into pixman-implementation.c
2012-09-19 Søren Sandmann... Move blt delegation into pixman-implementation.c
2012-09-19 Søren Sandmann... implementation: Write lookup_combiner() in a less convo...
2012-09-16 Matt Turnerbuild: Remove useless DEP_CFLAGS/DEP_LIBS variables
2012-09-15 Andrea Cancianibuild: Improve win32 build system
2012-09-15 Andrea Cancianimmx: Fix x86 build on MSVC
2012-08-29 Søren Sandmann... test/utils.c: Use pow(), not powf() in sRGB conversion...
2012-08-26 Søren Sandmann... pixel_checker: Move sRGB conversion into get_limits()
2012-08-25 Søren Sandmann... Remove obsolete TODO file
2012-08-19 Søren Sandmann... Remove pointless declaration of _pixman_image_get_scanl...
2012-08-09 Søren Sandmann... demos: Add srgb_trap_test.c
2012-08-09 Søren Sandmann... Make show_image() cope with more formats
2012-08-09 Søren Sandmann... Define TIMER_BEGIN and TIMER_END even when timers are...
2012-08-01 Søren Sandmann... Post-release version bump to 0.27.3
2012-08-01 Søren Sandmann... Pre-release version bump to 0.27.2 pixman-0.27.2
2012-08-01 Sebastian BauerUse angle brackets form of including config.h
2012-08-01 Sebastian BauerAdded HAVE_CONFIG_H check before including config.h
2012-08-01 Søren Sandmann... glyph-test: Avoid setting solid images as alpha maps.
2012-08-01 Søren Sandmann... stress-test: Avoid overflows in clip rectangles
2012-08-01 Søren Sandmann... Add make-srgb.pl to EXTRA_DIST
2012-07-30 Antti S. LankilaAdd tests to validate new sRGB behavior
2012-07-30 Antti S. LankilaAdd sRGB blending demo program
2012-07-30 Antti S. LankilaAdd support for sRGB surfaces
2012-07-29 Antti S. LankilaRemove unnecessary dst initialization
2012-06-20 Søren Sandmann... Make pixman-mmx.c compile on x86-32 without optimization
2012-06-20 Søren Sandmann... Cleanups and simplifications in x86 CPU feature detection
2012-07-08 Sebastian BauerChanged the style of two function headers
2012-07-08 Nemanja LukicMIPS: DSPr2: Added more bilinear fast paths (without...
2012-07-08 Nemanja LukicMIPS: DSPr2: Added several bilinear fast paths with...
2012-07-07 Søren Sandmann... Simplify CPU detection on PPC.
2012-07-07 Søren Sandmann... Simplifications to ARM CPU detection
next