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
Age
Commit message (
Expand
)
Author
2004-03-13
While moving things down by one line 'looks better' (IMO), it also means that...
Max Horn
2004-02-27
the 2xsai class scalers all move the resulting image one up; work around that
Max Horn
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-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-06
cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x when...
Max Horn
2003-10-02
fix scaler compilation for MSVC6. However, the produced code stll seems to be...
Max Horn
2003-10-02
according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums but...
Max Horn
2003-10-02
Added MSVC6_COMPAT in order to be able to disable
Jamieson Christian
2003-10-01
sync with hq2x (in particular, use my Altivec code here, too
Max Horn
2003-10-01
make MSVC7 happy
Max Horn
2003-10-01
move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin tras...
Max Horn
2003-10-01
instead of using a stack array, use regular variables (marked with the regist...
Max Horn
2003-09-30
added some AltiVec code. Still under development, and notice that this is my ...
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