scummvm/graphics/scaler
2006-04-21 20:56:53 +00:00
..
2xsai.cpp Make use of triple-interpolation function in SuperEagel (should save a few cycles... not that it really matters :) 2006-04-17 18:54:20 +00:00
aspect.cpp Renamed and merge some of the pixel interpolation functions (the names still could be better) 2006-04-17 18:17:02 +00:00
hq2x_i386.asm Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now. 2006-04-19 22:53:37 +00:00
hq2x.cpp Removed my Altivec version of the hqx blitters, since it (a) didn't work with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it 2006-04-17 08:38:26 +00:00
hq2x.h Removed my Altivec version of the hqx blitters, since it (a) didn't work with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it 2006-04-17 08:38:26 +00:00
hq3x_i386.asm Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now. 2006-04-19 22:53:37 +00:00
hq3x.cpp Removed my Altivec version of the hqx blitters, since it (a) didn't work with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it 2006-04-17 08:38:26 +00:00
hq3x.h Removed my Altivec version of the hqx blitters, since it (a) didn't work with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it 2006-04-17 08:38:26 +00:00
intern.h Implementation and declartion in intern.h differed. Changed so both is using the same datatype. 2006-04-21 20:56:53 +00:00
scale2x.cpp Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead 2006-04-04 21:45:13 +00:00
scale2x.h
scale3x.cpp Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead 2006-04-04 21:45:13 +00:00
scale3x.h
scalebit.cpp Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead 2006-04-04 21:45:13 +00:00
scalebit.h
thumbnail.cpp Renamed and merge some of the pixel interpolation functions (the names still could be better) 2006-04-17 18:17:02 +00:00