profile/ivi/pixman.git
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.
2009-05-04 Søren Sandmann... Move SourcePictClassify into pixman-image.c
2009-05-04 Søren Sandmann... More refactoring notes
2009-05-04 Søren Sandmann... Add refactoring notes
2009-05-04 Søren Sandmann... Mention utils.h in test/Makefile.am so that make dist...
2009-05-04 Søren Sandmann... Move all the GTK+ test code into its own file, utils.c
2009-04-29 Søren Sandmann... Include string.h and fix warning in trap-test.c
2009-04-28 Alan CoopersmithAdd solaris-hwcap.mapfile to EXTRA_DIST
2009-04-25 Siarhei SiamashkaUpdated scaling test to support rgb565, source clipping...
2009-04-25 Søren Sandmann... Add trap-crasher.c test program
2009-04-21 Jeff MuizelaarEnable fbCompositeSolidMask_nx8x8888neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSolidMask_nx8x0565neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSrc_8888x8x8888neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSrc_8888x8888neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSrc_x888x0565neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSrcAdd_8000x8000neon
2009-04-21 Jeff MuizelaarEnable fbCompositeSrcAdd_8888x8x8neon
2009-04-21 Ian RickardsAdd support for ARM NEON fast paths
2009-04-21 Jeff MuizelaarAdd support for doing ARM simd detection on Windows
2009-04-15 Jeff MuizelaarAdd support for doing ARM simd detection on Windows
2009-04-10 Søren Sandmann... Post-release version bump
2009-04-09 Søren Sandmann... Pre-release version bump
2009-04-06 Søren Sandmann... Fix search and replace issue
2009-04-04 Alan CoopersmithReplace custom type ullong with standard uint64_t in...
2009-04-04 Alan CoopersmithFix MMX & SSE intrinsics to work with Sun compilers...
2009-04-04 Søren Sandmann... Fix pixbuf_from_argb32() to take premultiplied alpha...
2009-04-04 Søren Sandmann... Add a new trap-test test program.
2009-04-01 Siarhei SiamashkaSet srcRepeat = False when using fbCompositeSrcScaleNearest
2009-04-01 Siarhei SiamashkaImage scaling regression test script
next