scummvm/common/scaler
2003-12-05 23:27:01 +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 fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? 2003-10-02 23:29:58 +00:00
aspect.cpp cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x whenever common/scaler.h is changed :-) 2003-11-06 23:54:12 +00:00
hq2x.cpp rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present 2003-12-05 23:27:01 +00:00
hq2x.h rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present 2003-12-05 23:27:01 +00:00
hq3x.cpp rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present 2003-12-05 23:27:01 +00:00
hq3x.h rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present 2003-12-05 23:27:01 +00:00
intern.h rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present 2003-12-05 23:27:01 +00:00