profile/ivi/pixman.git
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
2009-03-24 Mark KettenisAdd support for BGRA and BGRx formats.
2009-03-17 Chris WilsonCheck for failure when intersecting regions.
2009-03-17 Chris WilsonCheck for allocation errors during pixman_op()
2009-02-11 Søren Sandmann... Remove stale comment
2009-02-07 Søren Sandmann... Add license and copyright holders to COPYING
2009-02-07 Thomas JaegerImplement PIXMAN_REPEAT_REFLECT for images
2009-02-06 Søren Sandmann... Reinstate SrcScaledNearest optimization
2009-02-06 Søren Sandmann... Bump version number post-release
2009-02-06 Søren Sandmann... Bump version number pre release
2009-02-06 Søren Sandmann... Comment out SrcScaledNearest optimization that hasn...
2009-02-06 Søren Sandmann... Fix release targets to remove all hashfiles before...
2009-01-09 Jeff MuizelaarAdd pixman-matrix.c to Makefile.win32
2009-01-09 Jeff MuizelaarConditionally include config.h in pixman-matrix.c to...
2008-12-20 Chris WilsonFix pixman-1-uninstalled.pc to point to the libtool...
2008-12-20 Chris WilsonAllocate initial array of RegionInfo on the stack.
2008-12-17 Aaron PlattnerDon't treat PIXMAN_TYPE_YUY2 and PIXMAN_TYPE_YV12 as...
2008-12-05 Jeff Muizelaar[arm-simd] Add a comment about aligning source and...
2008-12-05 Jeff MuizelaarCheck alignment of 'src' pointer in optimized ARM routines
2008-11-26 Keith PackardMerge commit 'origin/master'
2008-11-26 Keith PackardBump to 0.13.3 after 0.13.2 release
2008-11-26 Keith PackardBump version to 0.13.2 for release
2008-11-26 Keith PackardMove matrix operations from X server to pixman
2008-11-25 Jeff MuizelaarOptimize rectilinear nearest-neighbour scaling
2008-11-22 Jeff MuizelaarUnify scanline buffer types
2008-11-20 Jeff Muizelaar[arm-simd] Fix typo found by 王新拓
2008-11-18 David WoodhouseLess fragile Linux altivec detection
2008-11-11 Søren Sandmann... Make comments about PIXMAN_REFLECT more useful
2008-11-06 Søren Sandmann... Various formatting fixes, and a simplification of the...
2008-11-05 Søren Sandmann... Inline the fetchers
2008-11-05 Søren Sandmann... Use fetch_nearest() instead of having duplicated code
2008-11-05 Søren Sandmann... Do the fetch_bilinear inline rather than in separate...
2008-11-05 Søren Sandmann... Make use of fetch_bilinear() in the various bilinear...
2008-11-05 Søren Sandmann... Add fetch_bilinear function
2008-11-03 Søren Sandmann... Add missing pixman-arm-simd.[ch] files.
2008-10-31 Søren Sandmann... Inlucde inttypes.h on digital Tru64
2008-10-31 Adrian BunkRename the current ARM code to ARM SIMD
2008-10-30 Alan CoopersmithDefine force_inline for compilers other than gcc &...
2008-10-30 Jeff MuizelaarCleanup inline definitions
2008-10-15 Søren Sandmann... Remove unused AddMul_256 macro
2008-10-12 Benjamin Otteunswitch red and blue
2008-10-08 Benjamin Otteupdate .gitignore
2008-10-08 Benjamin Otteforce alignment of arg pointer in potential SSE users
2008-09-23 David MüllerMove _mm_empty() to correct place
2008-09-21 Søren Sandmann... Update TODO
2008-09-21 Søren Sandmann... Make use of SSE2 blt/fill in more places
2008-09-19 Julien CristauMerge tag 'pixman-0.12.0'
2008-09-18 Søren Sandmann... Inline fetch functions in pixman-transformed.c
2008-09-18 Jeff MuizelaarFix inner branch code.
2008-09-18 Søren Sandmann... Post release version bump
2008-09-18 Søren Sandmann... Pre-release version bump
2008-09-17 Vladimir VukicevicAdd SRC x888x0565 C fast path
2008-09-17 Jeff MuizelaarAdd support for ARMv6 SIMD fastpaths.
2008-09-17 Søren Sandmann... Pre-release version bump
2008-09-17 Søren Sandmann... Don't include stdio.h
2008-09-14 Søren Sandmann... [sse2] Fix rounding bug in conversion from 565 to 8888
2008-09-09 Søren Sandmann... Fix for bug 17477.
2008-09-07 Søren Sandmann... Update TODO
next