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-01-19 00:15:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
/
scaler
History
Lars Persson
aec70b0bb2
Implementation and declartion in intern.h differed. Changed so both is using the same datatype.
...
svn-id: r22074
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