aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler.cpp
AgeCommit message (Expand)Author
2019-12-17GRAPHICS: Remove more unused scalersCameron Cawley
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-24JANITORIAL: Fix ){ -> ) {Einar Johan Trøan Sømåen
2012-06-12GRAPHICS: Replace OverlayColor with uint16 in scaler code.Johannes Schickel
2011-06-23AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with mallocJulien
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
2010-03-08Move some var declarations into '#ifdef USE_NASM'Max Horn
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
2010-03-08SCALERS: Change 'bitformat' template params to 'colormasks';Max Horn
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-02-13Document Normal2xAspectMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-25Removed dead codeMax Horn
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-27Formatting.Johannes Schickel
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
2009-06-15Remove uglyness with PixelFormat initialization.Eugene Sandulenko
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-20Oops forgot one line in last commit, now the file should compile cleanly with...Johannes Schickel
2009-03-20Fix compilation on mingw64.Johannes Schickel
2009-02-14add assert(g_system) for backends that call InitScalers() from their OSystem ...Joost Peters
2009-02-13Changed DotMatrix to use pixelformat instead of bitformat/colormasksMax Horn
2009-02-13cleanupMax Horn
2009-01-27Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1Max Horn
2009-01-26Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...Max Horn
2009-01-25Fixed compilationFilippos Karapetis
2009-01-25Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMaskMax Horn
2009-01-24Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...Max Horn
2009-01-23Made InitLUT use a PixelFormat instead of a ColorMaskMax Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-29FormattingFilippos Karapetis
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-03-27Patch #1926787: small memory leak and cleanupMax Horn
2008-03-26Properly fix DestroyScalersMax Horn
2008-03-26Commented out two frees() in DestroyScalers(), introduced with commit #31244 ...Filippos Karapetis
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-23Patch #1923547: enable nasm usage on OS/2Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-04-17Renamed and merge some of the pixel interpolation functions (the names still ...Max Horn
2006-04-17Allocate LUT/YUV tables on the heapMax Horn
2006-04-17Modify InitLUT to make use of ColorMasks, making it easier to add support for...Max Horn
2006-04-17cleanupMax Horn