aboutsummaryrefslogtreecommitdiff
path: root/common/scaler/hq2x.cpp
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-05-21fixed mingw compilationPaweł Kołodziejski
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
2004-01-06updated copyright noticeMax Horn
2003-12-05rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ve...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-02fix scaler compilation for MSVC6. However, the produced code stll seems to be...Max Horn
2003-10-01move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin tras...Max Horn
2003-10-01instead of using a stack array, use regular variables (marked with the regist...Max Horn
2003-09-30added some AltiVec code. Still under development, and notice that this is my ...Max Horn
2003-09-29synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I th...Max Horn
2003-09-29templatized more of the scalers; also introduced template struct ColorMasks (...Max Horn
2003-09-29split out scalers into separate source files in common/scaler; some optimizat...Max Horn