Make the fast_path implementation run the c_fast_paths
[profile/ivi/pixman.git] / pixman / pixman-mmx.h
2009-05-23 Søren Sandmann Ped... Move sse2 and mmx blt implementations to their respecti...
2009-05-23 Søren Sandmann Ped... Change prototypes for compositing functions to use...
2009-05-16 Søren Sandmann Ped... Make MMX fast paths static and remove them from the...
2009-05-16 Søren Sandmann Ped... Move the arch specific fast path tables into their...
2008-03-23 Luca BarbatoUpdate vmx
2008-03-18 nmiell@gmail.comFix the SSE related AMD64 build breakage
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-06-18 Søren Sandmann Ped... Add non-mmx solid fills. Update TODO
2007-06-18 Søren Sandmann Ped... Add new fbCompositeOver_x888x8x8888mmx() operation
2007-06-18 Søren Sandmann Ped... Rename fbCompositeSrc_x888x8x8888 to x888xnx8888
2007-06-16 Søren Sandmann Ped... Add a few optimizations for solid fills
2007-06-12 Søren Sandmann Ped... Make use of pixman_fill_mmx() in various places. Delete...
2007-06-12 Søren Sandmann Ped... Add pixman_fill_mmx() function
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-05-22 Søren SandmannMake the mmx code compile
2007-05-22 Søren SandmannAdd pixman-mmx.[ch] and move macros around to make...