index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
scaler
/
hq3x.cpp
Age
Commit message (
Expand
)
Author
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-09
Patch #1181544 (AmigaOS 4 changes)
Max Horn
2005-05-08
Comply to our coding conventions
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-05-21
fixed mingw compilation
Paweł Kołodziejski
2004-05-21
Added assembly versions of HQ2x and HQ3x scalers.
Eugene Sandulenko
2004-01-06
updated copyright notice
Max Horn
2003-12-05
rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ve...
Max Horn
2003-10-02
fix scaler compilation for MSVC6. However, the produced code stll seems to be...
Max Horn
2003-10-01
sync with hq2x (in particular, use my Altivec code here, too
Max Horn
2003-10-01
instead of using a stack array, use regular variables (marked with the regist...
Max Horn
2003-09-29
synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I th...
Max Horn
2003-09-29
templatized more of the scalers; also introduced template struct ColorMasks (...
Max Horn
2003-09-29
split out scalers into separate source files in common/scaler; some optimizat...
Max Horn