aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/hq3x_i386.asm
AgeCommit message (Expand)Author
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2009-05-28Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f...Max Horn
2009-01-27Fixed hq2x ASM scalerMax Horn
2009-01-27Removed interpolate16_2 and interpolate16_3Max Horn
2009-01-26Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...Max Horn
2009-01-24HQX: Removed some more branches (like in my previous commit) from interpolati...Max Horn
2009-01-24Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...Max Horn
2009-01-24Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'Max Horn
2009-01-23Remark that the HQnx ASM code only works in 565 modeMax Horn
2009-01-23Added some comments to hq2x/hq3x asm codeMax Horn
2008-08-05Patch #2014663: Do not mark stack as executable in HQx scalerMax Horn
2008-02-05Committed my own patch #1885901 to fix NASM warnings.Torbjörn Andersson
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2006-04-19Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now.Eugene Sandulenko
2006-02-20Moved common/scaler* to graphics/Max Horn