profile/ivi/pixman.git
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_add_8_8_8' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_add_n_8_8' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_over_8888_8888' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_over_8888_0565' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_over_8888_n_8888' fast...
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_over_n_8_8888' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_over_n_8_0565' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_src_0888_0888' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_src_8888_0565' fast path
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_src_0565_0565' fast path
2009-11-11 Siarhei SiamashkaARM: added 'bindings' for NEON assembly optimized functions
2009-11-11 Siarhei SiamashkaARM: enabled new implementation for pixman_fill_neon
2009-11-11 Siarhei SiamashkaARM: introduction of the new framework for NEON fast...
2009-11-11 Siarhei SiamashkaARM: removed old ARM NEON optimizations
2009-11-07 Søren Sandmann... Define PIXMAN_USE_INTERNAL_API in pixman-private.h
2009-10-27 Søren Sandmann... Include <inttypes.h> when compiled with HP's C compiler.
2009-10-27 Siarhei SiamashkaC fast path function for 'over_n_1_8888'
2009-10-27 Siarhei SiamashkaC fast path function for 'add_1000_1000'
2009-10-27 Siarhei Siamashkablitters-test updated to also randomly generate mask_x...
2009-10-26 André TupinambáAdd fast path scaled, bilinear fetcher.
2009-10-26 André TupinambáSpeed up bilinear interpolation.
2009-10-26 Søren Sandmann... Extend scaling-test to also test bilinear filtering.
2009-10-21 Jeremy HuddlestonThis is not a GNU project, so declare it foreign.
2009-10-20 Søren Sandmann... Make walk_region_internal() use 32 bit dimensions
2009-10-20 Søren Sandmann... Make pixman_compute_composite_region32() use 32 bit...
2009-10-20 Søren Sandmann... Change prototype of _pixman_walk_composite_region from...
2009-10-20 Søren Sandmann... Remove unused color_table and color_table_size fields
2009-10-20 Søren Sandmann... Remove BOUNDS() macro.
2009-10-19 Benjamin Otte--enable-maintainer-mode is gone from configure, so...
2009-10-19 Benjamin OtteAdd default cases for all switch statements
2009-10-19 Benjamin OtteFix compile warnings
2009-10-19 Siarhei SiamashkaARM: Removal of unused/broken NEON code
2009-10-08 Søren Sandmann... Fix double semicolon; pointed out by Travis Griggs
2009-09-30 Gerdus van ZylFix build with Visual Studio 2008
2009-09-27 Andrea CancianiFix composite on big-endian systems.
2009-09-26 Søren Sandmann... Fix fetch-test for big-endian systems.
2009-09-25 Søren Sandmann... Add missing break in composite.c
2009-09-24 Guillem Joverpixman: Update .gitignore
2009-09-24 Søren Sandmann... In the compositing test, Don't try to use component...
2009-09-24 Søren Sandmann... Update CRC value in blitters-test for the new bug fixes
2009-09-24 Søren Sandmann... Fix bug in blitters-test with BGRA formats.
2009-09-24 Søren Sandmann... Fix bugs in fetch_*_b2g3r3().
2009-09-24 Søren Sandmann... Fix bugs in a1b2g1r1.
2009-09-24 Søren Sandmann... Fix shift bug in fetch_scanline/pixel_a2b2g2r2()
2009-09-24 Søren Sandmann... Fix four bit formats.
2009-09-24 Søren Sandmann... Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMA...
2009-09-24 Søren Sandmann... Add a few notes about testing to TODO
2009-09-24 Søren Sandmann... Fix alpha handling for 10 bpc formats.
2009-09-24 Søren Sandmann... Return result from pixman_image_set_transform().
2009-09-15 Søren Sandmann... Revert "Enable component alpha on solid masks."
2009-09-15 Chris Wilson[Makefile] Set the SIMD specific CFLAGS for inspecting...
2009-09-14 Søren Sandmann... Remove optimization for 0xffffffff and 0xff the add_n_8...
2009-09-14 M Joonas PihlajaDon't prefetch from NULL in the SSE2 fast paths.
2009-09-14 Søren Sandmann... Reformat test/composite.c to follow the standard coding...
2009-09-13 Chris Wilson[test] Exercise repeating patterns for composite.
2009-09-13 Chris Wilson[build] Add rule to generate asm for inspection.
2009-09-13 Chris Wilson[sse2] Don't emit prefetch 0 for an absent mask
2009-09-13 Chris Wilson[test] Add composite test from rendercheck
2009-09-13 Chris Wilsonbuild: Suppress verbose compile lines
2009-09-13 Chris WilsonMerge branch '0.16'
2009-09-13 Chris WilsonRemove duplicated declaration
2009-09-13 Chris WilsonEnable component alpha on solid masks.
2009-09-13 Chris Wilson[sse2] Bit-reversing typo: src != dst
2009-09-11 Søren Sandmann... Fix off-by-one error in source_image_needs_out_of_bound...
2009-09-09 Gaetan NadonRemove unused generated libcomp.pc #23801
2009-09-06 Siarhei SiamashkaChange CFLAGS order for PPC and ARM configure tests
2009-09-06 Siarhei SiamashkaARM: Remove fallback to ARMv6 implementation from NEON...
2009-09-06 Siarhei SiamashkaChange CFLAGS order for PPC and ARM configure tests
2009-09-06 Siarhei SiamashkaARM: Remove fallback to ARMv6 implementation from NEON...
2009-09-03 M Joonas PihlajaDefault to optimised builds when using a Sun Studio...
2009-09-03 M Joonas PihlajaWork around a Sun Studio 12 code generation bug involvi...
2009-09-03 M Joonas PihlajaWork around differing _mm_prefetch() prototypes on...
2009-09-03 M Joonas PihlajaDefault to optimised builds when using a Sun Studio...
2009-09-03 M Joonas PihlajaWork around a Sun Studio 12 code generation bug involvi...
2009-09-03 M Joonas PihlajaWork around differing _mm_prefetch() prototypes on...
2009-09-03 Siarhei SiamashkaARM: workaround for gcc bug in vshll_n_u8 intrinsic
2009-09-03 Siarhei SiamashkaARM: workaround for gcc bug in vshll_n_u8 intrinsic
2009-09-02 Søren Sandmann... Enable the x888_8_8888 sse2 fast path.
2009-09-02 Søren Sandmann... Set version number to 0.16.1
2009-09-02 Makoto KatoAdd CPU detection for VC++ x64
2009-09-02 Makoto KatoAdd CPU detection for VC++ x64
2009-09-01 Søren Sandmann... Change names of add_8888_8_8 fast paths to add_n_8_8
2009-08-28 Søren Sandmann... Post-release version bump
2009-08-28 Søren Sandmann... Pre-release version bump
2009-08-28 Chris Wilson_pixman_run_fast_path: typo
2009-08-28 Makoto KatoRemove spurious spaces in pixman-x64-mmx-emulation.h
2009-08-13 Søren Sandmann... Check if we have posix_memalign() in configure.ac....
2009-08-13 Siarhei SiamashkaARM: a fix to pass blitters-test for 'neon_composite_ov...
2009-08-11 Søren Sandmann... Post-release version bump
2009-08-11 Søren Sandmann... Pre-release version-bump
2009-08-11 Søren Sandmann... Merge branch 'blitter-test'
2009-08-11 Søren Sandmann... Fix x/y mixup in bits_image_fetch_pixel_convolution()
2009-08-08 Søren Sandmann... Update CRC value in blitters-test.
2009-08-08 Søren Sandmann... Various formatting fixes
2009-08-08 Søren Sandmann... Add the ability to print intermediate CRC values
2009-08-08 Søren Sandmann... Reenable commented-out tests in blitter-test.
2009-08-08 Siarhei SiamashkaOne more update to blitters-test - use aligned memory
2009-08-08 Siarhei SiamashkaHACK: updated test to better cover new neon optimizations
2009-08-08 Siarhei SiamashkaTest program for stressing the use of different formats...
2009-08-08 Søren Sandmann... Delete commented out code in pixman-vmx.c
next