ARM: added 'neon_composite_add_0565_8_0565' fast path
[profile/ivi/pixman.git] / pixman /
2010-10-04 Siarhei SiamashkaARM: added 'neon_composite_add_0565_8_0565' fast path
2010-10-04 Siarhei SiamashkaARM: NEON: added forgotten cache preload for over_n_888...
2010-10-04 Mika YrjolaFix "syntax error: empty declaration" warnings.
2010-10-04 Søren Sandmann Ped... Delete simple repeat code
2010-10-04 Søren Sandmann Ped... Fix bug in FAST_PATH_STD_FAST_PATH
2010-09-28 Søren Sandmann Ped... Rename all the fast paths with _8000 in their names...
2010-09-28 Liu XinyunRemove cache prefetch code.
2010-09-21 Søren Sandmann Ped... Revert "add enable-cache-prefetch option"
2010-09-21 Liu Xinyunadd enable-cache-prefetch option
2010-09-21 Søren Sandmann Ped... compute_composite_region32: Zero extents before returni...
2010-09-21 Dmitri VorobievAdd noinline macro
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Use a macro to generate some {a,x}8r8g8b8, a8, and...
2010-09-21 Søren Sandmann Ped... analyze_extents: Fast path for non-transformed BITS...
2010-09-21 Søren Sandmann Ped... Move some of the FAST_PATH_COVERS_CLIP computation...
2010-09-21 Tor LillqvistSupport __thread on MINGW 4.5
2010-09-21 Søren Sandmann Ped... Clip composite region against the destination alpha...
2010-09-21 Søren Sandmann Ped... Remove FAST_PATH_NARROW_FORMAT flag if there is a wide...
2010-09-21 Søren Sandmann Ped... Rename FAST_PATH_NO_WIDE_FORMAT to FAST_PATH_NARROW_FORMAT
2010-09-21 Søren Sandmann Ped... Do opacity computation with shifts instead of comparing...
2010-09-21 Siarhei SiamashkaSSE2 optimization for scaled over_8888_8888 operation...
2010-09-21 Siarhei SiamashkaNONE repeat support for fast scaling with nearest filter
2010-09-21 Siarhei SiamashkaPAD repeat support for fast scaling with nearest filter
2010-09-21 Siarhei SiamashkaIntroduce a fake PIXMAN_REPEAT_COVER constant
2010-09-21 Siarhei SiamashkaNearest scaling fast path macro split into two parts
2010-09-21 Siarhei SiamashkaNearest scaling fast path macros moved to 'pixman-fast...
2010-09-14 Søren Sandmann Ped... Add FAST_PATH_NO_ALPHA_MAP to the standard destination...
2010-09-13 Siarhei SiamashkaARM: added 'neon_composite_over_0565_8_0565' fast path
2010-09-13 Siarhei SiamashkaARM: helper macros for conversion between 8888/x888...
2010-09-13 Siarhei SiamashkaARM: common init/cleanup macro for saving/restoring...
2010-09-08 Søren Sandmann Ped... Silence some warnings about uninitialized variables
2010-09-08 Søren Sandmann Ped... When pixman_compute_composite_region32() returns FALSE...
2010-09-08 Søren Sandmann Ped... Store a2b2g2r2 pixel through the WRITE macro
2010-09-06 Siarhei SiamashkaARM: added 'neon_composite_over_8888_8_0565' fast path
2010-08-30 Maarten BosmansUse windows.h directly for mingw32 build
2010-08-24 Søren Sandmann Ped... Merge pixman_image_composite32() and do_composite().
2010-08-24 Benjamin Otteregion: Fix pixman_region_translate() clipping bug
2010-08-21 Søren Sandmann Ped... Only try to compute the FAST_SAMPLES_COVER_CLIP for...
2010-08-16 Søren Sandmann Ped... Introduce new FAST_PATH_SAMPLES_OPAQUE flag
2010-08-16 Søren Sandmann Ped... pixman_image_set_alpha_map(): Disallow alpha map cycles
2010-08-14 Siarhei SiamashkaARM: 'neon_combine_out_reverse_u' combiner
2010-08-14 Siarhei SiamashkaCode simplification (no need advancing 'vx' at the...
2010-08-08 Søren Sandmann Ped... Store the various bits image fetchers in a table with...
2010-08-08 Søren Sandmann Ped... Add some new FAST_PATH flags
2010-08-08 Søren Sandmann Ped... Remove "_raw_" from all the accessors.
2010-08-08 Søren Sandmann Ped... Eliminate the store_scanline_{32,64} function pointers.
2010-08-08 Søren Sandmann Ped... Split bits_image_fetch_transformed() into two functions.
2010-08-08 Søren Sandmann Ped... Eliminate get_pixel_32() and get_pixel_64() from bits_i...
2010-08-08 Søren Sandmann Ped... Eliminate recursion from alpha map code
2010-08-08 Søren Sandmann Ped... Replace compute_src_extent_flags() with analyze_extents()
2010-08-05 Søren Sandmann Ped... Fix Altivec/OpenBSD patch
2010-08-05 Brad SmithAdd support for AltiVec detection for OpenBSD/PowerPC.
2010-08-04 Søren Sandmann Ped... If we bail out of do_composite, make sure to undo any...
2010-08-04 Marek VasutAdd support for 32bpp X14R6G6B6 format.
2010-07-23 Søren Sandmann Ped... bits: Fix potential divide-by-zero in projective code
2010-07-22 Søren Sandmann Ped... [sse2] Add sse2_composite_add_n_8()
2010-07-22 Søren Sandmann Ped... [sse2] Add sse2_composite_in_n_8()
2010-07-22 Søren Sandmann Ped... [sse2] Add sse2_composite_src_x888_8888()
2010-07-22 Søren Sandmann Ped... [fast] Add fast_composite_src_x888_8888()
2010-07-21 M Joonas PihlajaAvoid trailing slashes on automake install dirs.
2010-07-21 M Joonas PihlajaTry harder to find suitable flags for pthreads.
2010-07-13 Søren Sandmann Ped... Check for read accessors before taking the bilinear...
2010-07-12 Søren Sandmann Ped... fast-path: Some formatting fixes
2010-07-12 Søren Sandmann Ped... In the FAST_NEAREST macro call the function 8888_8888...
2010-07-12 Søren Sandmann Ped... Make the repeat mode explicit in the FAST_NEAREST macro.
2010-07-11 Søren Sandmann Ped... When converting indexed formats to 64 bits, don't corre...
2010-07-11 Søren Sandmann Ped... Split the fast path caching into its own force_inline...
2010-07-11 Søren Sandmann Ped... Cache the implementation along with the fast paths.
2010-07-11 Søren Sandmann Ped... Hide the global implementation variable behind a force_...
2010-07-11 Søren Sandmann Ped... Fix memory leak in the pthreads thread local storage...
2010-07-07 Søren Sandmann Ped... Make the combiner macros less likely to cause name...
2010-06-24 Søren Sandmann Ped... Store the conical angle in floating point radians,...
2010-06-20 Søren Sandmann Ped... Fix conical gradients to match QConicalGradient from Qt
2010-06-19 Søren Sandmann Ped... Make separate gray scanline storers.
2010-06-19 Søren Sandmann Ped... When storing a g1 pixel, store the lowest bit, rather...
2010-06-09 Andrea Cancianisupport single-stop gradients
2010-06-09 Søren Sandmann Ped... Eliminate mask_bits from all the scanline fetchers.
2010-06-03 Jeff Muizelaarcreate getter for component alpha
2010-05-09 Søren Sandmann Ped... Merge branch 'for-master'
2010-05-04 Jeff MuizelaarAdd support for compiling pixman without thread/tls...
2010-05-03 Søren Sandmann Ped... Add macros for thread local storage on MinGW 32
2010-05-03 Søren Sandmann Ped... Add support for 8bpp to pixman_fill_sse2()
2010-05-03 Søren Sandmann Ped... sse2: Add sse2_composite_over_reverse_n_8888
2010-05-03 Søren Sandmann Ped... Don't consider indexed formats opaque.
2010-05-03 Søren Sandmann Ped... Add an over_8888_8888_8888 sse2 fast path.
next