aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.cpp
AgeCommit message (Expand)Author
2003-05-25as Bertrand points out, using && introduces unnecessary branching, so & is be...Max Horn
2003-05-25cleanup / added some more const qualifiersMax Horn
2003-05-25optimized GetResult, based on code by Bertrand AugereauMax Horn
2003-05-25removed obsolete codeMax Horn
2003-05-25changed scaler proc signature so that srcPtr is const (this can help optimize...Max Horn
2003-05-16fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the left-sc...Max Horn
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
2003-04-25cleanup; added commentMax Horn
2003-03-28small optimization (do three memory reads instead of five)Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2003-03-02Patch #691064: dot matrix scalerMax Horn
2003-01-19new patch from cyx to make scanlines in tv2x lighterJonathan Gray
2003-01-18optimized Normal1x a bit (well at least memcpy won't be slower and on many sy...Max Horn
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-23Move scaler code from SCUMM-specific area.James Brown