profile/ivi/pixman.git
2009-09-13 Chris WilsonEnable component alpha on solid masks.
2009-09-13 Chris Wilson[sse2] Bit-reversing typo: src != dst
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 Siarhei SiamashkaARM: workaround for gcc bug in vshll_n_u8 intrinsic
2009-09-02 Søren Sandmann... Set version number to 0.16.1
2009-09-02 Makoto KatoAdd CPU detection for VC++ x64
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
2009-07-24 Søren Sandmann... Replace a bunch of 'pict's with 'image'
2009-07-24 Chris WilsonExplain how we can simplify the radial gradient computation
2009-07-23 Chris WilsonFix inversion of radial gradients when r2 > r1
2009-07-23 Benjamin OtteDon't warn for empty rectangles, only degenerate ones
2009-07-21 Benjamin OtteLog errors for invalid rectangles passed to region...
2009-07-21 Benjamin OtteSimplify code that logs errors
2009-07-21 Benjamin OtteMake the text when reporting a broken region more useful
2009-07-21 Søren Sandmann... Post-release version bump
2009-07-21 Søren Sandmann... Pre-release version bump
2009-07-21 Søren Sandmann... Don't assert when malformed regions are detected.
2009-07-21 Søren Sandmann... Fix another search and replace issue
2009-07-21 Søren Sandmann... Fix search-and-replace issue pointed out by Koen Kooi.
2009-07-21 George YohngAdd implementation of MMX __m64 functions for MSVC...
2009-07-21 Chris WilsonFix read of BITS members from a solid image.
2009-07-21 Søren Sandmann... Only apply the workaround if the clip region extends...
2009-07-21 Søren Sandmann... Rework the workaround for bogus X server images.
2009-07-21 Søren Sandmann... Add test case for bug 22844.
2009-07-21 Søren Sandmann... Fix typo in sse2_combine_over_pixbuf_0565()
2009-07-21 Adrian BunkFix NEON build for older ARM CPUs
2009-07-20 Søren Sandmann... Some formatting changes to pixman-arm-neon.c
2009-07-20 Siarhei SiamashkaARM: Fixes for the inline assembly constraints in pixma...
2009-07-20 Siarhei SiamashkaARM: Workaround cs2007q3 compiler bug for NEON register...
2009-07-20 Siarhei SiamashkaARM: Commented out the rest of buggy NEON optimizations
2009-07-20 Siarhei SiamashkaARM: Use Ian's variant of 'neon_composite_over_n_8_0565...
2009-07-20 Miha VrhovnikUpdate Makefile.win32 to make it work again.
2009-07-20 Benjamin OtteAdd a lot more sanity checks to region code
next