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-08-16
Fixed aspect ratio scaler
Jochen Hoenicke
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-21
Rest of patch #774556 (small optimization for aspect ratio correction)
Max Horn
2003-07-19
added TODOs; made switching between asepct modes a bit nice; made scale a tem...
Max Horn
2003-07-02
don't default to the slowest aspect ratio correcter; rather use the medium on...
Max Horn
2003-06-22
fix the inaccurate version of interpolate5Line to work correctly for odd widths
Max Horn
2003-06-22
undoing this optimization: despite my initial sureness about this being corre...
Max Horn
2003-06-22
fixed warning
Paweł Kołodziejski
2003-06-22
Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio
Torbjörn Andersson
2003-06-22
Rearranged logic in SuperEagle
Bertrand Augereau
2003-06-22
Fix some graphics glitches that would sometimes be visible around the mouse
Torbjörn Andersson
2003-06-22
cleanup
Max Horn
2003-06-22
fixed warnings
Paweł Kołodziejski
2003-06-22
no need to keep these regression tests: the changes are mathematically and op...
Max Horn
2003-06-22
Patch #757827: Aspect-ratio correction
Max Horn
2003-06-22
Reduced the number of shifts in highly used functions in Super2xSaI and Super...
Bertrand Augereau
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