profile/ivi/pixman.git
2008-07-17 Søren Sandmann... Pre-release version bump
2008-07-17 Søren Sandmann... Make a couple of functions static
2008-07-17 Jeff MuizelaarSpeed up fbOver
2008-07-17 Jeff MuizelaarComment FbByteMulAdd
2008-07-16 Julien Cristaufix --enable-{mmx,sse2,vmx}
2008-07-16 Damien CarberyAdd pixman-1-uninstalled.pc file
2008-07-16 Søren SandmannUse -no-undefined -- fixes bug 15927
2008-07-16 Søren Sandmann... Use <inttypes.h> on most types of Unix.
2008-07-16 Søren SandmannUpdate TODO
2008-07-16 Søren SandmannRemove unused pixman-combine.c
2008-07-16 André TupinambáFix SSE2 bug where x888 pixels were treated as 8888
2008-07-16 Benjamin Ottefix Altivec detection
2008-07-15 Behdad EsfahbodFix fbCompositeSrc_x888xnx8888mmx to properly ignore...
2008-07-15 Julien Cristaumake --{en,dis}able-gtk work correctly
2008-07-08 André TupinambáFix bug 16310 in the SSE2 fast path in function fbCompo...
2008-07-08 Søren Sandmann... Update TODO
2008-06-27 Aaron PlattnerAdd a lossy 32-bit generic pixel fetch function for...
2008-06-27 Søren SandmannUnexport or delete various functions
2008-06-27 Søren SandmannOnly export the 16 bit version of pixman_region_set_sta...
2008-06-25 Søren Sandmann... Update versioning documentation
2008-06-25 Søren Sandmann... Update release instructions
2008-06-25 Søren Sandmann... Explicitly use my GPG key for signing.
2008-06-25 Søren Sandmann... Post-release version bump
2008-06-25 Søren Sandmann... Pre-release version bump
2008-06-22 Søren Sandmann... TODO
2008-06-22 Søren Sandmann... Add configure time options to disable mmx/sse2/vmx
2008-06-22 David Sharppixman-sse.c: silence pointer-cast compiler warnings.
2008-06-14 Søren Sandmann... Update TODO
2008-06-14 Luo JinghuaFix implicit declaration of function 'free'.
2008-06-13 Maximilian... Fix memory leak by freeing boxes{16,32}.
2008-06-13 Aaron PlattnerUse pixman_malloc_ab instead of plain malloc for the...
2008-06-13 Søren Sandmann... Move PIXMAN_FORMAT_16BPC to pixman-private.h
2008-06-13 Aaron PlattnerDecide based on the image formats whether we need wide...
2008-06-13 Aaron PlattnerTake the source format into account in pixman_expand.
2008-06-13 Aaron PlattnerMake expansion and contraction loops clearer.
2008-06-13 Aaron PlattnerAdd wide source picture, external alpha, and transforme...
2008-06-13 Aaron PlattnerAdd wide fetch/store functions.
2008-06-13 Aaron PlattnerAdd expand and contract functions to convert between...
2008-06-09 Søren Sandmann... Post-release version bump
2008-06-09 Søren Sandmann... Pre-release version bump
2008-06-09 Søren Sandmann... Add back prototypes for pixman_version() and pixman_ver...
2008-06-09 Julien CristauAdd a couple more missing PIXMAN_EXPORTs
2008-06-09 Julien CristauAdd PIXMAN_EXPORT for pixman_region_equal
2008-06-09 Søren Sandmann... Post-release version bump
2008-06-09 Søren Sandmann... Bump version number
2008-06-09 Søren Sandmann... Merge region32 branch; fix conflicts
2008-06-09 Søren Sandmann... Unbump version number
2008-06-09 Søren Sandmann... Unbump version number; remove file added to EXTRA_DIST
2008-06-09 Søren SandmannBump version number and make it distcheck
2008-06-09 Søren SandmannBump version number and make it distcheck
2008-06-09 Søren SandmannFix uses of short variables in pixman-region.c
2008-06-09 Søren SandmannAdd infinite loop test
2008-06-09 Søren SandmannExport pixman_compute_composite_region32() and use...
2008-06-09 Søren SandmannFix bug in pixman_compute_composite_region()
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannCall _mm_empty() at the end of fbComposeSetupSSE
2008-06-09 Søren SandmannAdd pixman_image_set_clip_region32
2008-06-09 Søren SandmannUse 32 bit regions internally
2008-06-09 Søren SandmannAdd pixman_region32_copy_from_region16
2008-06-09 Søren SandmannSome formatting fixing
2008-06-09 Søren SandmannMove all the PIXMAN_EXPORT into .c files
2008-06-09 Søren SandmannMove PIXMAN_EXPORT into pixman-region.c
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannFix forgotten use of pixman-combine.h
2008-06-08 Søren SandmannMerge branch 'vmx'
2008-06-08 Søren SandmannRename pixman-combine.h -> pixman-combin32.h
2008-06-08 Søren SandmannFix up types in pixman32-region.c
2008-06-08 Søren SandmannAdd prototypes for 32 bit region methods
2008-06-08 Søren SandmannAdd pixman-region32.c
2008-06-08 Søren SandmannAdd prefixes to global primitive regions
2008-06-08 Søren SandmannDelete more unused stuff
2008-06-08 Søren SandmannDelete more unused stuff
2008-06-08 Søren SandmannMore data types; remove unused stuff
2008-06-08 Søren SandmannAdd point_type_t
2008-06-08 Søren SandmannReplace pixman_box16_t with box_type_t
2008-06-08 Søren SandmannAdd pixman-region16.c; compile that instead of pixman...
2008-06-08 Søren Sandmannmacroize pixman-region.c
2008-06-07 Luca BarbatoUse sigaction instead of signal to restore the previous...
2008-06-07 Luca BarbatoUse combine macros from the generated header
2008-06-07 Luca BarbatoSplit combine.inc generated files in source and header
2008-06-03 Dimitrios ApostolouFix compilation on SGI
2008-06-01 Luca BarbatoFixup
2008-05-27 Aaron PlattnerFix wide alpha fetch macro.
2008-05-27 Aaron PlattnerUse wide compositing functions when wide == 1.
2008-05-27 Aaron PlattnerAdd infrastructure for allocating wide scanline buffers...
2008-05-27 Aaron PlattnerSplit fetch/fetchPixel/store proc types into 32-bit...
2008-05-27 Aaron PlattnerMove the scanline buffer allocation logic into pixman_c...
2008-05-15 Søren SandmannUpdate TODO
2008-05-15 Søren SandmannWork around GCC bug causing crashes in Mozilla with...
2008-05-08 Søren SandmannAdd support for 8 bit fills in pixman_fill_mmx()
2008-05-03 Richard HultAdd --disable-gtk switch to configure
2008-05-03 Søren SandmannUpdate TODO
2008-05-02 Oswald Buddenhagenfix pixman compile with srcdir != builddir
2008-04-26 Thomas ZimmermannRemove trailing comma from enum (bug 15364)
2008-04-25 Alan CoopersmithFix pixman/Makefile.am to work with Solaris make
2008-04-23 Luca BarbatoRemove unused macro
2008-04-23 Luca BarbatoRemove VMX from CPUFeatures, ppc isn't using it at all
2008-04-23 Luca BarbatoSimplify cpu feature check
2008-04-23 Luca BarbatoRefactor path selection
2008-04-23 Luca BarbatoForce inlining
next