aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler
AgeCommit message (Expand)Author
2016-03-27GRAPHICS: Allow saving thumbnails of 32 bits screensBastien Bouclet
2014-03-06GRAPHICS: Manually specify function alignment in ARM assembly.Johannes Schickel
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-08GRAPHICS: Fix incorrect parameter order for getBasePtr.Torbjörn Andersson
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-02GRAPHICS: Slight formatting fixes in thumbnail_intern.cpp.Johannes Schickel
2013-08-02GRAPHICS: Silence conversion warnings by using an explicit cast.Johannes Schickel
2013-07-13GRAPHICS: Allow arbitrary input sizes for thumbnail scaling.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-10-21GRAPHICS: Rename NEON_ASPECT_CORRECTOR to USE_ARM_NEON_ASPECT_CORRECTORDavid-John Willis
2012-09-25GRAPHICS: Slight formatting fixes in aspect.cpp.Johannes Schickel
2012-09-17SCALER: Neon code for aspect correction for OpenPandoraBertrand Augereau
2012-09-03SCALER: No need to inline interpolate5Line, it just bloats stretch200To240 fo...Bertrand Augereau
2012-06-12GRAPHICS: Replace OverlayColor with uint16 in scaler code.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-14COMMON: Remove some double-underscore defines (reserved)Willem Jan Palenstijn
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-14SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709CeRiAl
2011-06-10ARM: Fix normal2x scaler for width % 4 != 0Willem Jan Palenstijn
2011-06-10SCALERS: Fix for compiling for ARM without using ASM scalersCeRiAl
2011-06-08GRAPHICS: Move comment to the right function.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07GRAPHICS: use the new interpolate16_5_3peres
2011-05-07GRAPHICS: implement the long awaited interpolate16_5_3peres
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...Johannes Schickel
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
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