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
/
intern.h
Age
Commit message (
Expand
)
Author
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-07
GRAPHICS: implement the long awaited interpolate16_5_3
peres
2010-03-08
SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internal
Max Horn
2010-03-08
SCALERS: Change 'bitformat' template params to 'colormasks';
Max Horn
2009-01-27
Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1
Max Horn
2009-01-27
Removed interpolate16_2 and interpolate16_3
Max Horn
2009-01-27
Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system)
Max Horn
2009-01-27
New code for interpolate32_1_1 overflowed in 565 mode, so reverting to the ol...
Max Horn
2009-01-26
Slightly improved interpolate32_1_1
Max Horn
2009-01-25
Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMask
Max Horn
2009-01-24
Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...
Max Horn
2009-01-22
Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...
Max Horn
2008-11-03
Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-04-21
Implementation and declartion in intern.h differed. Changed so both is using ...
Lars Persson
2006-04-17
Renamed and merge some of the pixel interpolation functions (the names still ...
Max Horn
2006-04-17
Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...
Max Horn
2006-02-20
Moved common/scaler* to graphics/
Max Horn