aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler
AgeCommit message (Expand)Author
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compilin...Kari Salminen
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...Johannes Schickel
2008-08-05Patch #2014663: Do not mark stack as executable in HQx scalerMax Horn
2008-03-23Patch #1923547: enable nasm usage on OS/2Jordi Vilalta Prat
2008-02-05Committed my own patch #1885901 to fix NASM warnings.Torbjörn Andersson
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-11make use of RGBToColor<ColorMasks> > template functionMax Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-04-21Implementation and declartion in intern.h differed. Changed so both is using ...Lars Persson
2006-04-19Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now.Eugene Sandulenko
2006-04-17Make use of triple-interpolation function in SuperEagel (should save a few cy...Max Horn
2006-04-17Replace interpolate32 calls by interpolate16 calls (as we only work on single...Max Horn
2006-04-17Simple optimizationMax Horn
2006-04-17Renamed and merge some of the pixel interpolation functions (the names still ...Max Horn
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work with...Max Horn
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-03-15* 'make bundle' now copies the default theme files into the bundle.Oystein Eftevaag
2006-03-14Adds support for building on Intel Macs, using a modifiedOystein Eftevaag
2006-02-20Fixing up my previous commit: finished moving common/scaler* to graphicsMax Horn
2006-02-20Moved common/scaler* to graphics/Max Horn