profile/ivi/pixman.git
2009-06-05 Søren Sandmann... Post-release version bump
2009-06-05 Søren Sandmann... Pre-release version bump
2009-06-04 Jonathan Morton[NEON] Really fix filler bug.
2009-06-04 Jonathan Morton[NEON] Fix filler bug.
2009-06-04 Søren Sandmann... Add an --enable-timers configure option to enable the...
2009-06-04 Søren Sandmann... Some cleanups in the configure.ac file
2009-06-04 Søren Sandmann... Correct link to bugzilla in README
2009-06-04 Søren Sandmann... Merge branch 'many-pixels'
2009-06-03 Jonathan MortonDelete now-unused fbCompositeSrc_x888x0565neon().
2009-06-03 Jonathan MortonReplace fbCompositeSrc_x888x0565neon with fbCompositeSr...
2009-06-03 Jonathan MortonEnable NEON straight blits.
2009-06-03 Jonathan MortonEnable NEON copies.
2009-06-03 Jonathan MortonEnable NEON fills.
2009-06-03 Jonathan MortonAdd more NEON fast paths
2009-06-02 Søren Sandmann... Only advance the Z coordinate for non-affine transforma...
2009-06-02 Søren Sandmann... Consistently use 256 pixels as the size of the temp...
2009-06-02 Søren Sandmann... Inline repeating instead of doing it as a separate...
2009-06-02 Søren Sandmann... Move pixman_expand/contract to pixman-utils.c
2009-06-02 Søren Sandmann... Change pixel wise fetcher to fetch many pixels at a...
2009-06-02 Søren Sandmann... Remove unused access macro
2009-06-02 Søren Sandmann... Add a 64 bit pixel fetcher and use it for solid colors
2009-06-02 Søren Sandmann... Move simple fetchers after transformed fetcher
2009-06-02 Søren Sandmann... Rename some of the fetchers
2009-06-02 Søren Sandmann... Split filter switching into its own bits_image_fetch_fi...
2009-06-02 Søren Sandmann... Move 'adjust' code into the individual filters
2009-06-02 Søren Sandmann... Add bits_image prefix to fetchers
2009-06-02 Søren Sandmann... Move some code around - use image->fetch_pixel in FbFet...
2009-06-02 Søren Sandmann... Rename _pixman_image_fetch_pixels() to bits_image_fetch...
2009-06-02 Søren Sandmann... Get rid of the StoreExternalAlpha() functions
2009-06-02 Søren Sandmann... Add fetch_scanline_raw{32,64}
2009-06-02 Søren Sandmann... Add store_scanline_raw_{32,64} virtual functions to...
2009-06-02 Søren Sandmann... Move remaining pixman-transformed.c code into pixman...
2009-06-02 Søren Sandmann... Fix coordinate computation for perspective transformations
2009-06-02 Søren Sandmann... Get rid of pixman-transformed-accessors
2009-06-02 Søren Sandmann... Remove unused code from pixman-transformed.c
2009-06-02 Søren Sandmann... Handle alpha maps in _pixman_image_fetch_pixels()
2009-06-02 Søren Sandmann... Only do region lookups when the source region is differ...
2009-06-02 Søren Sandmann... Fix typo in fetch_bilinear_pixels()
2009-06-02 Søren Sandmann... Process the correct number of coordinates for the NEARE...
2009-06-02 Søren Sandmann... Fix a couple of bugs in the bilinear fetcher
2009-06-02 Søren Sandmann... Make fbFetchTransformed() used the new filtered many...
2009-06-02 Søren Sandmann... Add fetch_convolution_pixels() function
2009-06-02 Søren Sandmann... Add fetch_bilinear_pixels() function
2009-06-02 Søren Sandmann... Add fetch_extended() function
2009-06-02 Søren Sandmann... Add _pixman_image_fetch_pixels()
2009-06-02 Søren Sandmann... Get rid of toplevel argument to implementation construc...
2009-06-02 Søren Sandmann... Make sure the whole delegate chain has the correct...
2009-05-31 Søren Sandmann... Post-release version bump
2009-05-31 Søren Sandmann... Pre-release version bump.
2009-05-31 Søren Sandmann... Create a vmx pixman_implementation_t
2009-05-31 Luca BarbatoUpdate vmxCombine*U to the new interface
2009-05-30 Siarhei SiamashkaScaling test updated to provide better coverage for...
2009-05-30 Søren Sandmann... In pixman-sse2.c test for non-zero source, not just...
2009-05-30 Søren Sandmann... In the mmx implementation, check for source == 0 rather...
2009-05-29 Jonathan MortonFixup the arm-simd and arm-neon implementations.
2009-05-28 Magnus Kesslerpixman: define pixman_have_{mmx,sse2} on 64-bit Linux
2009-05-28 Søren Sandmann... Really fix PPC build.
2009-05-28 Søren Sandmann... Add back pixman_composeFunctions since vmx is not porte...
2009-05-23 Søren Sandmann... In _pixman_implementation_fill() don't call the delegat...
2009-05-23 Søren Sandmann... Call the toplevel implementation for combining
2009-05-23 Søren Sandmann... Set up combiner functions for an implementation directl...
2009-05-23 Søren Sandmann... Consolidate the general implementation into one function
2009-05-23 Søren Sandmann... Move the argument struct into pixman_image_composite_rect
2009-05-23 Søren Sandmann... Make a couple of functions static
2009-05-23 Søren Sandmann... Delete pixman-sse2.h and pixman-mmx.h
2009-05-23 Søren Sandmann... Make the fast_path implementation run the c_fast_paths
2009-05-23 Søren Sandmann... Split fill implementations out in the implementations
2009-05-23 Søren Sandmann... Add alignment workaround to sse2
2009-05-23 Søren Sandmann... Add a general_blt() that just returns FALSE
2009-05-23 Søren Sandmann... Move sse2 and mmx blt implementations to their respecti...
2009-05-23 Søren Sandmann... Move gcc alignment workaround to pixman-sse2.c
2009-05-23 Søren Sandmann... Set up SSE2 combiners
2009-05-23 Søren Sandmann... Make pixman_implementation call the right combiner
2009-05-23 Søren Sandmann... Use the implementation's combiner's
2009-05-23 Søren Sandmann... Move SSE2 variable initializations to pixman_implementa...
2009-05-23 Søren Sandmann... Move mmx fast path code to pixman-mmx.c
2009-05-23 Søren Sandmann... Move sse2 fast path running to the sse2 implementation
2009-05-23 Søren Sandmann... Change pixman_lookup_fast_path() to actually run the...
2009-05-23 Søren Sandmann... Add _pixman_choose_implementation
2009-05-23 Søren Sandmann... Remove fast path lookup code from pixman-general
2009-05-23 Søren Sandmann... Beginning of sse2 implementation
2009-05-23 Søren Sandmann... Copy fast path lookup code into pixman-utils.c
2009-05-23 Søren Sandmann... Initial fast path implementation
2009-05-23 Søren Sandmann... Change prototypes for compositing functions to use...
2009-05-23 Søren Sandmann... Add component alpha combiners in pixman-implementation.c
2009-05-23 Søren Sandmann... Beginning of MMX implementation
2009-05-23 Søren Sandmann... Move entire C implementation into pixman-general.c
2009-05-23 Søren Sandmann... Add beginning of general implementation
2009-05-23 Søren Sandmann... Formatting
2009-05-23 Søren Sandmann... Beginning of pluggable implementations
2009-05-23 Søren Sandmann... Move fbStoreExternalAlpha{,64} into pixman-bits-image.c
2009-05-23 Søren Sandmann... Add new store_scanline_{32,64} in bits_image_t
2009-05-23 Søren Sandmann... Post-release version bump
2009-05-22 Jeff MuizelaarNEON: Remove some unneeded casts
2009-05-22 Jeff MuizelaarFix uses of dst_keep
2009-05-22 Søren Sandmann... Pre-release version bump
2009-05-22 Jonathan MortonInitialize the ARM SIMD fast path array.
2009-05-22 Jonathan MortonFix compile error caused by e42fae9e8364f5f0791f9fce749...
2009-05-21 Søren Sandmann... Fix alpha map computation in pixman_compute_composite_r...
2009-05-21 Jonathan MortonAvoid malloc() by allocating a fixed set of boxes on...
next