Delete FbIntMult and FbIntDiv macros, and move FbIntAdd to pixman-combine.h
[profile/ivi/pixman.git] / pixman / pixman-fast-path.c
2009-06-24 Søren Sandmann Ped... Delete FbIntMult and FbIntDiv macros, and move FbIntAdd...
2009-06-23 Michel DänzerFix the build on big endian machines.
2009-06-22 Søren Sandmann Ped... Delete FbInOverC macro
2009-06-22 Søren Sandmann Ped... Turn the FbAdd() macro into an FbIntAdd() which doesn...
2009-06-22 Søren Sandmann Ped... Delete FbInU macro.
2009-06-22 Søren Sandmann Ped... Use fbOver() instead of fbOver24.
2009-06-22 Søren Sandmann Ped... Eliminate Fetch/Store24 macros.
2009-06-22 Søren Sandmann Ped... Various minor changes
2009-06-21 Søren Sandmann Ped... Turn fbComposeGetSolid() macro into a pixman_image_get_...
2009-06-21 Søren Sandmann Ped... Rename FastPathInfo to pixman_fast_path_t
2009-06-19 Søren Sandmann Ped... Remove dstMask from pixman-fast-path.c
2009-06-19 Søren Sandmann Ped... Eliminate trivial READ and WRITE macros in pixman-fast...
2009-06-13 Søren Sandmann Ped... Simplify clipping rule
2009-06-13 Søren Sandmann Ped... Remove srcRepeat and maskRepeat arguments from _pixman_...
2009-06-02 Søren Sandmann Ped... Get rid of toplevel argument to implementation construc...
2009-05-23 Søren Sandmann Ped... Make the fast_path implementation run the c_fast_paths
2009-05-23 Søren Sandmann Ped... Split fill implementations out in the implementations
2009-05-23 Søren Sandmann Ped... Initial fast path implementation
2009-05-23 Søren Sandmann Ped... Change prototypes for compositing functions to use...
2009-05-16 Søren Sandmann Ped... Move C fast paths to their own file pixman-fast-path.c