aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/intern.h
AgeCommit message (Expand)Author
2019-04-01GRAPHICS: Return value in dummy functionsEric Culp
2019-04-01GRAPHICS: Respect alpha and rgba formats in interpolation and conversionEric Culp
2019-04-01GRAPHICS: Fix braces in two interpolate functionsEric Culp
2019-04-01GRAPHICS: Change another interpolation function in Edge filter.Eric Culp
2019-04-01GRAPHICS: Change Edge filter to use shared interpolation functionsEric Culp
2019-04-01GRAPHICS: Add dummy specializations for some interpolate* functionsEric Culp
2019-04-01GRAPHICS: Add 32bit versions of interpolate* functionsEric Culp
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-12-03ALL: Remove obsolete register keywordColin Snover
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07GRAPHICS: implement the long awaited interpolate16_5_3peres
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
2010-03-08SCALERS: Change 'bitformat' template params to 'colormasks';Max Horn
2009-01-27Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1Max Horn
2009-01-27Removed interpolate16_2 and interpolate16_3Max Horn
2009-01-27Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system)Max Horn
2009-01-27New code for interpolate32_1_1 overflowed in 565 mode, so reverting to the ol...Max Horn
2009-01-26Slightly improved interpolate32_1_1Max Horn
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-22Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...Max Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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-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-02-20Moved common/scaler* to graphics/Max Horn