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.cpp
Age
Commit message (
Expand
)
Author
2003-06-12
indention
Max Horn
2003-06-11
Fixed MSVC warning
Jamieson Christian
2003-06-10
cleanup
Max Horn
2003-05-25
as Bertrand points out, using && introduces unnecessary branching, so & is be...
Max Horn
2003-05-25
cleanup / added some more const qualifiers
Max Horn
2003-05-25
optimized GetResult, based on code by Bertrand Augereau
Max Horn
2003-05-25
removed obsolete code
Max Horn
2003-05-25
changed scaler proc signature so that srcPtr is const (this can help optimize...
Max Horn
2003-05-16
fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the left-sc...
Max Horn
2003-05-09
Patch #735294: AdvMame3x scaler
Max Horn
2003-04-25
cleanup; added comment
Max Horn
2003-03-28
small optimization (do three memory reads instead of five)
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2003-03-02
Patch #691064: dot matrix scaler
Max Horn
2003-01-19
new patch from cyx to make scanlines in tv2x lighter
Jonathan Gray
2003-01-18
optimized Normal1x a bit (well at least memcpy won't be slower and on many sy...
Max Horn
2003-01-15
add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it
Jonathan Gray
2002-09-19
Added overlay to OSystem interface; implemented overlay in SDL backend (all o...
Max Horn
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-23
Move scaler code from SCUMM-specific area.
James Brown