profile/ivi/pixman.git
2009-11-17 Søren Sandmann... Round horizontal sampling points towards northwest.
2009-11-17 Søren Sandmann... Fix rounding of top and bottom coordinates.
2009-11-17 Søren Sandmann... Fix slightly skewed sampling grid for antialiased traps
2009-11-17 Søren Sandmann... Delete the flags field from fast_path_info_t
2009-11-17 Søren Sandmann... Eliminate NEED_PIXBUF flag.
2009-11-17 Søren Sandmann... Compute src_format outside the fast path loop.
2009-11-17 Søren Sandmann... Eliminate the NEED_COMPONENT_ALPHA flag.
2009-11-17 Søren Sandmann... Eliminate the NEED_SOLID_MASK flag
2009-11-17 Søren Sandmann... Use the destination buffer directly in more cases inste...
2009-11-17 Søren Sandmann... test: Move image_endian_swap() from blitters-test.c...
2009-11-17 Søren Sandmann... test: Move random number generator from blitters/scalin...
2009-11-17 Søren Sandmann... test: In scaling-test use the crc32 from utils.c
2009-11-17 Søren Sandmann... test: Move CRC32 code from blitters-test to new files...
2009-11-17 Søren Sandmann... test: Rename utils.[ch] to gtk-utils.[ch]
2009-11-13 Søren Sandmann... sse2: Add a fast path for OVER 8888 x 8 x 8888
2009-11-11 Siarhei SiamashkaARM: enabled 'neon_composite_add_8000_8000' fast path
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
next