scummvm/common/scaler
Paweł Kołodziejski 27946f1e86 fixed msvc compilation for __restrict__
svn-id: r15160
2004-09-18 10:25:49 +00:00
..
.cvsignore split out scalers into separate source files in common/scaler; some optimizations (in particular, the hq2x/hq3x scalers now are compiled into two versions, one for 555 and one for 565 mode) 2003-09-29 16:02:47 +00:00
2xsai.cpp While moving things down by one line 'looks better' (IMO), it also means that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family 2004-03-13 15:45:39 +00:00
aspect.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
hq2x_i386.asm Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and HQ3x scalers), off-by-one error. 2004-05-30 22:16:59 +00:00
hq2x.cpp fixed mingw compilation 2004-05-21 17:30:51 +00:00
hq2x.h updated copyright notice 2004-01-06 12:45:34 +00:00
hq3x_i386.asm Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and HQ3x scalers), off-by-one error. 2004-05-30 22:16:59 +00:00
hq3x.cpp fixed mingw compilation 2004-05-21 17:30:51 +00:00
hq3x.h updated copyright notice 2004-01-06 12:45:34 +00:00
intern.h Added assembly versions of HQ2x and HQ3x scalers. 2004-05-21 02:08:48 +00:00
scale2x.cpp centers the scaled bitmap and fix the scaling of borders for ASM version) 2004-08-07 17:21:53 +00:00
scale2x.h fixed msvc compilation for __restrict__ 2004-09-18 10:25:49 +00:00
scale3x.cpp Fix scaling of the borders of each given rect (for non-ASM version) 2004-08-07 16:47:25 +00:00
scale3x.h fixed msvc compilation for __restrict__ 2004-09-18 10:25:49 +00:00
scalebit.cpp fix compilation 2004-08-08 03:12:23 +00:00
scalebit.h Base our advmame scalers on the official Scale2x source - this way we can easily update to new version and benefit from their optimizations (e.g. MMX support) 2004-08-07 16:04:43 +00:00