This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-04-02 14:51:40 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
common
/
scaler
History
Max Horn
80eb1f8cb9
sync with hq2x (in particular, use my Altivec code here, too
...
svn-id: r10529
2003-10-01 20:59:05 +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
move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin trashers I call 'em :-) from diffYUV
2003-10-01 16:47:49 +00:00
aspect.cpp
templatized more of the scalers; also introduced template struct ColorMasks (shortens/simplifies other code a bit)
2003-09-29 18:38:51 +00:00
hq2x.cpp
move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin trashers I call 'em :-) from diffYUV
2003-10-01 16:47:49 +00:00
hq3x.cpp
sync with hq2x (in particular, use my Altivec code here, too
2003-10-01 20:59:05 +00:00
intern.h
make MSVC7 happy
2003-10-01 17:06:36 +00:00