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
2005-03-06
Fix bug which led to an endless loop if 1.5x scaler is fed with odd value.
Eugene Sandulenko
2005-02-17
Mouse part of big patch #1013937 (OSystem layer with bigger resolution)
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-08-10
Relaxed the assertion for the 3x scaler a bit. Since it uses pointers to
Torbjörn Andersson
2004-08-08
Slightly optimiized Normal2x
Max Horn
2004-08-07
centers the scaled bitmap and fix the scaling of borders for ASM version)
Gregory Montoir
2004-08-07
Base our advmame scalers on the official Scale2x source - this way we can eas...
Max Horn
2004-06-27
irrelevant tweak, but I am a const-junkie :-)
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-04-12
Updated to match scale2x 2.0
Max Horn
2004-02-27
cleanup
Max Horn
2004-01-06
updated copyright notice
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-24
Fixed typo and added FIXME comment for the DotMatrix scaler.
Torbjörn Andersson
2003-10-02
fix scaler compilation for MSVC6. However, the produced code stll seems to be...
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
2003-09-27
get rid of explicit redMask/blueMask and use redBlueMask instead (this will b...
Max Horn
2003-09-27
cheak doxygen comments
Max Horn
2003-09-27
Fixed template function compile quirks under MSVC6.
Jamieson Christian
2003-09-27
added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be a...
Max Horn
2003-09-27
added a FIXME (regarding optimization) to INTERPOLATE; added new template fun...
Max Horn
2003-09-22
use our own ABS instead of the math.h abs(); some tweaks
Max Horn
2003-09-21
fixed InitLUTs for 555 mode; some tweaks
Max Horn
2003-09-21
Applied ScummVM formatting conventions
Torbjörn Andersson
2003-09-21
added HQ3x filter
Max Horn
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
[next]