aboutsummaryrefslogtreecommitdiff
path: root/common/scaler
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-20Add common include needed by WinCENicolas Bacca
2004-09-18fixed msvc compilation for __restrict__Paweł Kołodziejski
2004-08-08fix compilationJonathan Gray
2004-08-07Fix compile for now, include doesn't exist in mingw.Travis Howell
2004-08-07centers the scaled bitmap and fix the scaling of borders for ASM version)Gregory Montoir
2004-08-07Fix scaling of the borders of each given rect (for non-ASM version)Max Horn
2004-08-07should be 16 not 8Gregory Montoir
2004-08-07Base our advmame scalers on the official Scale2x source - this way we can eas...Max Horn
2004-05-30Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and ...Eugene Sandulenko
2004-05-21fixed mingw compilationPaweł Kołodziejski
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
2004-03-13While moving things down by one line 'looks better' (IMO), it also means that...Max Horn
2004-02-27the 2xsai class scalers all move the resulting image one up; work around thatMax Horn
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-11-06cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x when...Max Horn
2003-10-02fix scaler compilation for MSVC6. However, the produced code stll seems to be...Max Horn
2003-10-02according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums but...Max Horn
2003-10-02Added MSVC6_COMPAT in order to be able to disableJamieson Christian
2003-10-01sync with hq2x (in particular, use my Altivec code here, tooMax Horn
2003-10-01make MSVC7 happyMax 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