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.cpp
Age
Commit message (
Expand
)
Author
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-20
Oops forgot one line in last commit, now the file should compile cleanly with...
Johannes Schickel
2009-03-20
Fix compilation on mingw64.
Johannes Schickel
2009-02-14
add assert(g_system) for backends that call InitScalers() from their OSystem ...
Joost Peters
2009-02-13
Changed DotMatrix to use pixelformat instead of bitformat/colormasks
Max Horn
2009-02-13
cleanup
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-26
Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...
Max Horn
2009-01-25
Fixed compilation
Filippos Karapetis
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-23
Made InitLUT use a PixelFormat instead of a ColorMask
Max Horn
2009-01-22
Got rid of several occurrences of gBitFormat
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-29
Formatting
Filippos Karapetis
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-11-03
Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
Johannes Schickel
2008-03-27
Patch #1926787: small memory leak and cleanup
Max Horn
2008-03-26
Properly fix DestroyScalers
Max Horn
2008-03-26
Commented out two frees() in DestroyScalers(), introduced with commit #31244 ...
Filippos Karapetis
2008-03-26
Modified Patch #1925352: Memory leak fixes
Max Horn
2008-03-23
Patch #1923547: enable nasm usage on OS/2
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-04-17
Renamed and merge some of the pixel interpolation functions (the names still ...
Max Horn
2006-04-17
Allocate LUT/YUV tables on the heap
Max Horn
2006-04-17
Modify InitLUT to make use of ColorMasks, making it easier to add support for...
Max Horn
2006-04-17
cleanup
Max Horn
2006-03-15
* 'make bundle' now copies the default theme files into the bundle.
Oystein Eftevaag
2006-03-14
Adds support for building on Intel Macs, using a modified
Oystein Eftevaag
2006-02-20
Moved common/scaler* to graphics/
Max Horn