profile/ivi/pixman.git
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
2009-05-04 Søren Sandmann... Enable sse2CombineAddU
2009-05-04 Søren Sandmann... Enable sse2CombineAtopXorU
2009-05-04 Søren Sandmann... Enable sse2CombineAtopReverseU
2009-05-04 Søren Sandmann... Enable sse2CombineAtopU
2009-05-04 Søren Sandmann... Enable sse2CombineOutReverseU
2009-05-04 Søren Sandmann... Enable sse2CombineOutU
2009-05-04 Søren Sandmann... Enable sse2CombineInReverseU
2009-05-04 Søren Sandmann... Enable sse2CombineInU
2009-05-04 Søren Sandmann... Enable sse2CombineOverReverseU
2009-05-04 Søren Sandmann... Enable sse2CombineOverU
2009-05-04 Søren Sandmann... Implement the sse2 combiners with masks (disabled)
2009-05-04 Søren Sandmann... Use memcpy() in fbCombineSrcU when there is no mask
2009-05-04 Søren Sandmann... Have the generic code go through the component alpha...
2009-05-04 Søren Sandmann... Get rid of separate combineU and combineC types
2009-05-04 Søren Sandmann... Change type of combineU to take a mask
2009-05-04 Søren Sandmann... Make combineC function type take const args
2009-05-04 Søren Sandmann... Remove accessor version of pixman-compose.c
2009-05-04 Søren Sandmann... Remove unused xoff/yoff variables
2009-05-04 Søren Sandmann... Move store logic into pixman-image.c
2009-05-04 Søren Sandmann... Move fetch logic to pixman-image.c
2009-05-04 Søren Sandmann... Simplify logic to compute store function
2009-05-04 Søren Sandmann... Formatting
2009-05-04 Søren Sandmann... Factor out duplicated fetcher finding code
2009-05-04 Søren Sandmann... Get rid of SOURCE_IMAGE_CLASS_NEITHER again
2009-05-04 Søren Sandmann... More refactoring notes
2009-05-04 Søren Sandmann... Add notes on how Render actually works
2009-05-04 Søren Sandmann... Move calls of the classification out of the if statements.
next