profile/ivi/pixman.git
2010-10-20 Søren Sandmann... Pre-release version bump to 0.19.6
2010-10-20 Andrea CancianiFix an overflow in the new radial gradient code
2010-10-20 Søren Sandmann... Remove the class field from source_image_t
2010-10-20 Andrea CancianiRemove unused enum value
2010-10-20 Andrea CancianiMake classification consistent with rasterization
2010-10-18 Andrea CancianiImprove precision of linear gradients
2010-10-12 Andrea CancianiAdd comments about errors
2010-10-12 Andrea CancianiDraw radial gradients with PDF semantics
2010-10-11 Søren Sandmann... Plug leak in the alphamap test.
2010-10-11 Søren Sandmann... Add no-op combiners for DST and the CA versions of...
2010-10-11 Søren Sandmann... test: Add some more colors to the color table in compos...
2010-10-11 Søren Sandmann... test: Parallize composite.c with OpenMP
2010-10-11 Søren Sandmann... test: Change composite so that it tests randomly genera...
2010-10-11 Søren Sandmann... test: Fix eval_diff() so that it provides useful error...
2010-10-11 Søren Sandmann... test: Fix bug in color_correct() in composite.c
2010-10-11 Søren Sandmann... Remove broken optimizations in combine_disjoint_over_u()
2010-10-10 Siarhei SiamashkaARM: restore fallback to ARMv6 implementation from...
2010-10-10 Siarhei SiamashkaUse more unrolling for scaled src_0565_0565 with neares...
2010-10-04 Siarhei SiamashkaARM: added 'neon_composite_out_reverse_8_0565' fast...
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... Delete simple repeat code
2010-10-04 Søren Sandmann... Fix bug in FAST_PATH_STD_FAST_PATH
2010-09-29 Dmitri VorobievSome clean-ups in fence_malloc() and fence_free()
2010-09-28 Søren Sandmann... Fix search-and-replace issue in lowlevel-blt-bench.c
2010-09-28 Søren Sandmann... Rename all the fast paths with _8000 in their names...
2010-09-28 Liu XinyunRemove cache prefetch code.
2010-09-23 Dmitri VorobievUse <sys/mman.h> macros only when they are available
2010-09-21 Søren Sandmann... Revert "add enable-cache-prefetch option"
2010-09-21 Søren Sandmann... If MAP_ANONYMOUS is not defined, define it to MAP_ANON.
2010-09-21 Liu Xinyunadd enable-cache-prefetch option
2010-09-21 Søren Sandmann... Post-release version bump to 0.19.5
2010-09-21 Søren Sandmann... Pre-release version bump to 0.19.4
2010-09-21 Søren Sandmann... compute_composite_region32: Zero extents before returni...
2010-09-21 Jonathan MortonAdd a lowlevel blitter benchmark
2010-09-21 Dmitri VorobievAdd noinline macro
2010-09-21 Dmitri VorobievAdd gettime() routine to test utils
2010-09-21 Dmitri VorobievMove aligned_malloc() to utils
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_none_r5g6b5
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_pad_r5g6b5
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_normal_a8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_reflect_a8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_none_a8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_pad_a8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_reflect_x8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_none_x8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_pad_x8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_normal_a8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_none_a8r8g8b8
2010-09-21 Søren Sandmann... Enable bits_image_fetch_bilinear_affine_pad_a8r8g8b8
2010-09-21 Søren Sandmann... Use a macro to generate some {a,x}8r8g8b8, a8, and...
2010-09-21 Søren Sandmann... test: Add affine-test
2010-09-21 Søren Sandmann... analyze_extents: Fast path for non-transformed BITS...
2010-09-21 Søren Sandmann... 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... Clip composite region against the destination alpha...
2010-09-21 Søren Sandmann... Remove FAST_PATH_NARROW_FORMAT flag if there is a wide...
2010-09-21 Søren Sandmann... Rename FAST_PATH_NO_WIDE_FORMAT to FAST_PATH_NARROW_FORMAT
2010-09-21 Søren Sandmann... Update and extend the alphamap test
2010-09-21 Søren Sandmann... Add fence_malloc() and fence_free().
2010-09-21 Søren Sandmann... 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... Add FAST_PATH_NO_ALPHA_MAP to the standard destination...
2010-09-13 Siarhei Siamashkatest: detection of possible floating point registers...
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... Silence some warnings about uninitialized variables
2010-09-08 Søren Sandmann... When pixman_compute_composite_region32() returns FALSE...
2010-09-08 Søren Sandmann... 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 BosmansAdd *.exe to .gitignore
2010-08-30 Maarten BosmansUse windows.h directly for mingw32 build
2010-08-24 Søren Sandmann... Be more paranoid about checking for GTK+
2010-08-24 Søren Sandmann... Merge pixman_image_composite32() and do_composite().
2010-08-24 Benjamin Otteregion: Fix pixman_region_translate() clipping bug
2010-08-24 Benjamin Otteregion: Add a new test region-translate
2010-08-21 Søren Sandmann... Post-release version bump to 0.19.3
2010-08-21 Søren Sandmann... Pre-release version bump to 0.19.2
2010-08-21 Søren Sandmann... Only try to compute the FAST_SAMPLES_COVER_CLIP for...
2010-08-16 Søren Sandmann... Introduce new FAST_PATH_SAMPLES_OPAQUE flag
2010-08-16 Søren Sandmann... pixman_image_set_alpha_map(): Disallow alpha map cycles
2010-08-16 Søren Sandmann... Add alpha-loop test program
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... Store the various bits image fetchers in a table with...
2010-08-08 Søren Sandmann... Add some new FAST_PATH flags
2010-08-08 Søren Sandmann... Remove "_raw_" from all the accessors.
2010-08-08 Søren Sandmann... Eliminate the store_scanline_{32,64} function pointers.
2010-08-08 Søren Sandmann... Split bits_image_fetch_transformed() into two functions.
next