aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler
AgeCommit message (Expand)Author
2011-02-14GRAPHICS: Adapt thumbnail code to grabPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-17GRAPHICS: colour -> colorMax Horn
2010-11-07GRAPHICS: Cleanup advmame scaler code; don't include assert.hMax Horn
2010-07-02Fix long standing regression (introduced with r34053) in thumbnail scaling co...Johannes Schickel
2010-07-02Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ...Filippos Karapetis
2010-07-02Added a special case for KQ6 hires in the thumbnail creation code, which runs...Filippos Karapetis
2010-04-19Document that the current Hercules mode thumbnail scaler code is pretty much ...Johannes Schickel
2010-04-19Cleanup.Johannes Schickel
2010-04-19Do not call OSystem::grabPalette() for 16bit modes, when the result is not us...Andre Heider
2010-04-17Fix for ARM Normal2xAspect scaler that was causing crashes when the screenRobin Watts
2010-03-09Fix missing definition of gBitFormat.Robin Watts
2010-03-08Use a template for hq2x and hq3x instead of using #include and defines.Johannes Schickel
2010-03-08Fix compilation.Johannes Schickel
2010-03-08Add new aspect ratio scaler variant, based on the Normal2xAspect ARM codeMax Horn
2010-03-08Rewrite Normal1xAspect (untested, may be broken)Max Horn
2010-03-08Remove redundant codeMax Horn
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
2010-03-08Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,Max Horn
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
2010-03-08Code formattingMax 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-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2009-11-18Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that th...Max Horn
2009-10-02Whitespace changesMax Horn
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-08-29Fix bug for non 8bpp indexed game screens in grabScreen565.Johannes Schickel
2009-08-29changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m...Jody Northup
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters
2009-07-30Patch #2818501: enable scale2x mmx on x86_64Max Horn
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
2009-06-03Revert last change, better to wait for 16bit backend support.Travis Howell
2009-06-03Update thumbnail code to capture RGB565 screen.Travis Howell
2009-05-28Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f...Max Horn
2009-02-15Attempt to fix compilation problems on MSVC 7 (I wonder why it compiled elsew...Max Horn
2009-01-27Fixed hq2x ASM scalerMax Horn
2009-01-27Re-enabled ASM versions of HQx scalers (oops)Max Horn
2009-01-27Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1Max Horn
2009-01-27Replaced small lookup table in 2xsai by direct computationMax 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-26Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...Max Horn
2009-01-26Slightly improved interpolate32_1_1Max Horn
2009-01-25Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMaskMax Horn
2009-01-24HQX: Removed some more branches (like in my previous commit) from interpolati...Max Horn