profile/ivi/pixman.git
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...
2009-05-21 Søren Sandmann... Fix build on ppc. Pointed out by Chris Ball
2009-05-16 Søren Sandmann... Make SSE2 fast paths static and remove them from the...
2009-05-16 Søren Sandmann... Make MMX fast paths static and remove them from the...
2009-05-16 Søren Sandmann... Notes on component alpha
2009-05-16 Søren Sandmann... Note about glyphs polygons
2009-05-16 Søren Sandmann... Notes on output kernels
2009-05-16 Søren Sandmann... Further notes on the rendering pipeline
2009-05-16 Søren Sandmann... Some roadmap notes
2009-05-16 Søren Sandmann... Describe alpha map in the pipeline
2009-05-16 Søren Sandmann... Notes on the rendering pipeline
2009-05-16 Søren Sandmann... Move C fast paths to their own file pixman-fast-path.c
2009-05-16 Søren Sandmann... Move the arch specific fast path tables into their...
2009-05-16 Søren Sandmann... Move CPU detection code to its own file
2009-05-16 Søren Sandmann... Move conical gradient code to pixman-conical-gradient...
2009-05-16 Søren Sandmann... Move the radial gradient code form pixman-source.c...
2009-05-16 Søren Sandmann... Duplicate some code that was shared between radial...
2009-05-16 Søren Sandmann... Move the linear gradient code from pixman-source.c...
2009-05-16 Søren Sandmann... Rename pixmanFetchSourcePict to pixmanFetchGradient
2009-05-16 Søren Sandmann... Add a generic 64 bit fetcher and use it for gradients...
2009-05-16 Søren Sandmann... Move the gradient walker code to its own file
2009-05-16 Søren Sandmann... Replace pixman_image_get_fetchers() with pixman_image_g...
2009-05-16 Søren Sandmann... Set up scanline getters for bits images
2009-05-16 Søren Sandmann... Set up scanline getters for source pictures
2009-05-16 Søren Sandmann... Store get_scanline() functions in the image struct
2009-05-16 Søren Sandmann... Add stubs for property_changed virtual functions
2009-05-16 Søren Sandmann... Split pixel images into pixman-bits-image.c
2009-05-16 Søren Sandmann... Split conical gradient images into pixman-conical-gradi...
2009-05-16 Søren Sandmann... Split radial gradient images into pixman-radial-gradient.c
2009-05-16 Søren Sandmann... Split linear gradient images into pixman-linear-gradient.c
2009-05-16 Søren Sandmann... Split solid fill images into pixman-solid-fill.c
2009-05-16 Søren Sandmann... Merge branch 'master' of git+ssh://sandmann@git.freedes...
2009-05-16 Søren Sandmann... Don't read potentially uninitialized data in pixman_Com...
2009-05-15 Loïc MinierFix fd check after auxv file open() [Bug 21749]
2009-05-15 Søren Sandmann... Don't call hyphenated git commands as they don't exist...
2009-05-15 Søren Sandmann... Post-release version bump
2009-05-15 Søren Sandmann... Pre-release version bump
2009-05-15 Adam JacksonFix overflows during trap rasterization. [Bug 16560].
2009-05-13 Søren Sandmann... Merge branch 'master' of git+ssh://sandmann@git.freedes...
2009-05-13 Søren Sandmann... Add test that shows difference in clipping with transfo...
2009-05-13 Søren Sandmann... Remove unused CombineMask64 type
2009-05-13 Søren Sandmann... Merge branch 'master' into refactor
2009-05-09 Søren Sandmann... Fix divide-by-zero crash
2009-05-07 Jonathan MortonTest USE_GCC_INLINE_ASM instead of USE_NEON_INLINE_ASM.
2009-05-07 Siarhei SiamashkaFixed rendering bug for source alpha == 0 in OVER fastp...
2009-05-06 Jeff MuizelaarEnable NEON assembly when we can build it
2009-05-04 Søren Sandmann... Remove unused combineMaskU functions
2009-05-04 Søren Sandmann... Optimize source reading in combine4
2009-05-04 Søren Sandmann... Enable mmxCombineSaturateU
2009-05-04 Søren Sandmann... Enable mmxCombineAddU
2009-05-04 Søren Sandmann... Enable mmxCombineXorU
2009-05-04 Søren Sandmann... Enable mmxCombineAtopReverseU
2009-05-04 Søren Sandmann... Enable mmxCombineAtopU
2009-05-04 Søren Sandmann... Enable mmxCombineOutReverseU
2009-05-04 Søren Sandmann... Enable mmxCombineOutU
2009-05-04 Søren Sandmann... Enable mmxCombineInReverseU
2009-05-04 Søren Sandmann... Enable mmxCombineInU
2009-05-04 Søren Sandmann... Enable mmxCombineOverReverseU
2009-05-04 Søren Sandmann... Enable mmxCombineOverU
2009-05-04 Søren Sandmann... Implement the mmx combiners with masks (disabled)
2009-05-04 Søren Sandmann... Enable sse2CombineSaturateU
next