profile/ivi/pixman.git
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
2009-08-08 Søren Sandmann... Misc formatting fixes for pixman-vmx.c
2009-08-08 Søren Sandmann... In vmx_combine_atop_reverse_ca() extract alpha after...
2009-08-08 Søren Sandmann... Really fix vmx_combine_over_reverse_ca()
2009-08-08 Søren Sandmann... Fix vmx_combine_out_reverse_ca()
2009-08-08 Søren Sandmann... Fix vmx_over_reverse_ca()
2009-08-08 Søren Sandmann... Multiply with the alpha of dest, not inverse alpha
2009-08-08 Søren Sandmann... Fix vmx_combine_vmx_atop_ca()
2009-08-08 Søren Sandmann... Fix vmx_combine_over_ca().
2009-08-08 Søren Sandmann... In vmx_combine_out_ca() multiply with the alpha of...
2009-08-08 Søren Sandmann... Fix vmx_combine_out_ca()
2009-08-08 Søren Sandmann... Do the full four-component IN computation in vmx_combin...
2009-08-08 Søren Sandmann... Fix bug in vmx_combine_xor_ca()
2009-08-08 Søren Sandmann... Make pix_multiply bit-exact
2009-08-08 Søren Sandmann... Change the SSE2 versions of pix_add_multiply() to produ...
2009-08-08 Søren Sandmann... Fix a couple of alpha==0 vs src==0 issues in pixman...
2009-08-08 Søren Sandmann... Rename mmx_composite_add_8888_8_8() to mmx_composite_ad...
2009-08-08 Søren Sandmann... Fix a couple more alpha==0 vs src==0 bugs in pixman...
2009-08-08 Søren Sandmann... Make pix_add_mul() in pixman-mmx.c produce exact results.
2009-08-08 Søren Sandmann... Rewrite the two-component arithmetic macros.
2009-08-08 Søren Sandmann... Fix a bunch of srca == 0 checks that should be src...
2009-08-08 Søren Sandmann... Don't run fast paths if the format requires wide compos...
2009-08-08 Søren Sandmann... Fix bug in combine_mask_alpha_ca()
2009-08-08 Søren Sandmann... Fix another case of changing the solid source.
2009-08-08 Søren Sandmann... Fix incorrect optimization in combine_over_ca().
2009-08-08 Søren Sandmann... Don't change the constant source in fast_composite_over...
2009-08-08 Søren Sandmann... Fix bugs in combine_over_reverse_ca().
2009-08-08 Søren Sandmann... Add a dirty bit to the image struct, and validate befor...
2009-08-08 Søren Sandmann... Add sse2 version of add_n_8888_8888()
2009-08-08 Søren Sandmann... Add a fast path for the add_n_8888_8888() operation.
2009-08-08 Søren Sandmann... Move bounds checks for REPEAT_NONE to get_pixel()
2009-08-08 Søren Sandmann... Remove leftover 0xffffffff in repeat()
2009-08-08 Søren Sandmann... Remove unused function
2009-08-08 Søren Sandmann... Misc formatting
2009-08-08 Søren Sandmann... Change all the fetch_pixels() functions to only fetch...
2009-08-08 Søren Sandmann... Add fetch_pixel_raw_32 and fetch_pixel_32 virtual funct...
2009-08-08 Søren Sandmann... Various renamings and clean-ups
2009-08-08 Søren Sandmann... Change bits_image_fetch_alpha_pixels() to fetch just...
2009-08-08 Søren Sandmann... Change bits_image_fetch_pixels_convolution() to fetch...
2009-08-08 Søren Sandmann... Change bits_image_fetch_bilinear_pixels() to fetch...
2009-08-08 Søren Sandmann... Make the repeat routine work on only one coordinate...
2009-08-08 Søren Sandmann... Make bits_image_fetch_nearest() return one pixel.
2009-08-08 Søren Sandmann... Change bits_image_fetch_transformed() to work one pixel...
2009-08-07 Søren Sandmann... Only define PIXMAN_TIMERS if timers are actually enable...
2009-07-28 Søren Sandmann... Various updates to the CODING_STYLE document
2009-07-28 Søren Sandmann... Add a CODING_STYLE document based on the one from cairo.
2009-07-24 Søren Sandmann... Remove a couple of unused variables
2009-07-24 Søren Sandmann... Rename source_pict_class_t to source_image_class_t
next