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
/
graphics
/
scaler
/
hq2x_i386.asm
Age
Commit message (
Expand
)
Author
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2009-05-28
Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f...
Max Horn
2009-01-27
Fixed hq2x ASM scaler
Max Horn
2009-01-27
Removed interpolate16_2 and interpolate16_3
Max Horn
2009-01-26
Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...
Max Horn
2009-01-24
HQX: Removed some more branches (like in my previous commit) from interpolati...
Max Horn
2009-01-24
Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...
Max Horn
2009-01-24
Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'
Max Horn
2009-01-23
Remark that the HQnx ASM code only works in 565 mode
Max Horn
2009-01-23
Added some comments to hq2x/hq3x asm code
Max Horn
2008-08-05
Patch #2014663: Do not mark stack as executable in HQx scaler
Max Horn
2008-02-05
Committed my own patch #1885901 to fix NASM warnings.
Torbjörn Andersson
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2006-04-19
Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now.
Eugene Sandulenko
2006-02-20
Moved common/scaler* to graphics/
Max Horn