fix Altivec detection
[profile/ivi/pixman.git] / pixman / pixman-pict.c
2008-07-16 Benjamin Ottefix Altivec detection
2008-06-09 Søren Sandmann Ped... Merge region32 branch; fix conflicts
2008-06-09 Søren SandmannExport pixman_compute_composite_region32() and use...
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannMove all the PIXMAN_EXPORT into .c files
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-08 Søren SandmannMerge branch 'vmx'
2008-06-07 Luca BarbatoUse sigaction instead of signal to restore the previous...
2008-06-01 Luca BarbatoFixup
2008-05-27 Aaron PlattnerMove the scanline buffer allocation logic into pixman_c...
2008-05-15 Søren SandmannWork around GCC bug causing crashes in Mozilla with...
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 André TupinambáAdd SSE2 implementations of many compositing operations.
2008-04-12 Luca BarbatoMerge branch 'master' into vmx
2008-04-06 Antoine AzarOptimize operators based on source or dest opacity.
2008-04-03 Frederic PlourdeAdd CopyAreammx fast path for argb32 SRC xrgb32 and...
2008-03-25 Vladimir VukicevicOnly define pixman_have_sse() as function if USE_SSE2...
2008-03-23 Luca BarbatoUpdate vmx
2008-03-22 Aaron PlattnerGet rid of fbPrepareAccess and fbFinishAccess, since...
2008-03-14 Søren SandmannRequire MMX and MMX_Extensions for SSE. Various code...
2008-03-14 Rodrigo KumperaAdd build system support for SSE2.
2008-03-05 Antoine AzarFixed transformed/untransformed cases of extend_pad...
2008-02-27 Antoine AzarFix EXTEND_PAD for untransformed sources
2008-01-27 Vladimir VukicevicInclude only pixman-private.h, not pixman.h, in local...
2007-12-20 Søren SandmannDon't use the pixbuf fast paths when the source picture...
2007-12-15 Luca BarbatoMerge branch 'master' of git://anongit.freedesktop...
2007-12-07 Søren SandmannGuard MMX get_fast_path() with pixman_have_mmx()
2007-12-03 Søren SandmannUse -fvisibility=hidden by default.
2007-12-02 Søren SandmannMake the tables static; remove unused flag
2007-12-02 Søren SandmannSet maskRepeat to FALSE when the function is NEED_SOLID...
2007-12-02 Søren SandmannConditionalize MMX code with USE_MMX
2007-12-02 Søren SandmannAdd some commented-out plain C fast paths.
2007-12-02 Søren SandmannDelete switch of doom.
2007-12-02 Søren SandmannCheck for correct op.
2007-12-02 Søren SandmannAdd code to locate fast paths. Comment out switch of...
2007-12-02 Søren SandmannBeginning of the end for the Switch of Doom.
2007-10-24 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-17 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-01 Luca BarbatoMerge branch 'master' of git://anongit.freedesktop...
2007-09-20 Jeff MuizelaarFix special case selection when the mask has a transform
2007-09-14 José FonsecaRemove the macro magic from READ/WRITE macros.
2007-09-14 José FonsecaRemove the MMX code path for YV12 for the meanwhile...
2007-09-07 José FonsecaMMX code path for YV12 copy, taken from the xserver...
2007-09-06 Vladimir Vukicevic[win32] Makefile and compilation fixes for win32
2007-09-05 Carl WorthDon't copy unused bits to an alpha channel
2007-07-02 Søren SandmannPort Vlad's fixes for integer overflows with malloc().
2007-07-01 rootFirst import of vmx
2007-06-20 Søren Sandmann Ped... Fix typo
2007-06-20 Alex LarssonAdd non-mmx fast paths for In_8x8 and In_nx8x8. Bug...
2007-06-20 Søren Sandmann Ped... Add fbCompositeSrc_8888xx888(); comment out
2007-06-19 Søren Sandmann Ped... Smplify the 1x1r optimization for the general compositi...
2007-06-19 Søren Sandmann Ped... Fix solid fill optimization to compute the src correctly
2007-06-18 Søren Sandmann Ped... Add non-mmx solid fills. Update TODO
2007-06-18 Søren Sandmann Ped... Also use this function in the xBGR case
2007-06-18 Søren Sandmann Ped... Add new fbCompositeOver_x888x8x8888mmx() operation
2007-06-18 Søren Sandmann Ped... Add fbCompositeOver_x888x8x8888() fast path
2007-06-18 Søren Sandmann Ped... Rename fbCompositeSrc_x888x8x8888 to x888xnx8888
2007-06-17 Søren Sandmann Ped... Remove accidentally committed use of TIMER_BEGIN/END
2007-06-17 Søren Sandmann Ped... Merge branch 'master' of ssh+git://sandmann@git.freedes...
2007-06-17 Søren SandmannAdd timer macros
2007-06-17 Søren SandmannUse the general code in some cases even when a fast...
2007-06-17 Søren SandmannAdd #defines etc to compile pixman-compose.c twice
2007-06-16 Søren Sandmann Ped... Optimize 1x1 repeating images in the general case
2007-06-16 Søren Sandmann Ped... Add a few optimizations for solid fills
2007-06-12 Søren SandmannAdd various accessors; remove composite_rect
2007-06-11 Søren Sandmann Ped... Rename fbHaveMMX() pixman_have_mmx()
2007-06-11 Søren Sandmann Ped... Add pixman_blt_mmx() based on fbBltmmx() from the X...
2007-06-11 Søren Sandmann Ped... Add a version of miComputeCompositeRegion; call it...
2007-05-22 Søren SandmannInclude string.h in pixman-pict.c
2007-05-22 Søren SandmannCheck for MMX in the build system
2007-05-22 Søren SandmannUpdate TODO
2007-05-22 Søren SandmannMake the mmx code compile
2007-05-22 Søren SandmannAdd pixman-mmx.[ch] and move macros around to make...
2007-05-22 Soren Sandmann Ped... Use the general code if the images have read/write...
2007-05-21 Soren Sandmann Ped... Fix bug in fbCompositeGetSolid() where a format was...
2007-05-21 Soren Sandmann Ped... Make pixman_image_composite() take a region parameter...
2007-05-21 Søren SandmannAdd slightly changed copy of miComputeCompositeRegion...
2007-05-19 Søren SandmannMove mod and div macros to pixman-private.h
2007-05-19 Søren SandmannAdd fbComposeGetStart() macro
2007-05-19 Søren SandmannAdd fbComposeGetSolid() macro
2007-05-19 Søren SandmannAdd implementation of can_get_solid()
2007-05-18 Soren Sandmann Ped... Add pixman-pict.c which is a version of fbpict.c. It...