Age | Commit message (Expand) | Author |
2011-06-14 | SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709 | CeRiAl |
2011-06-10 | ARM: Fix normal2x scaler for width % 4 != 0 | Willem Jan Palenstijn |
2011-06-10 | SCALERS: Fix for compiling for ARM without using ASM scalers | CeRiAl |
2011-06-08 | GRAPHICS: Move comment to the right function. | Alyssa Milburn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-07 | GRAPHICS: use the new interpolate16_5_3 | peres |
2011-05-07 | GRAPHICS: implement the long awaited interpolate16_5_3 | peres |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | GRPAHICS: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel |
2011-04-17 | GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b... | Johannes Schickel |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-02-14 | GRAPHICS: Adapt thumbnail code to grabPalette RGBA->RGB change. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-11-17 | GRAPHICS: colour -> color | Max Horn |
2010-11-07 | GRAPHICS: Cleanup advmame scaler code; don't include assert.h | Max Horn |
2010-07-02 | Fix long standing regression (introduced with r34053) in thumbnail scaling co... | Johannes Schickel |
2010-07-02 | Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ... | Filippos Karapetis |
2010-07-02 | Added a special case for KQ6 hires in the thumbnail creation code, which runs... | Filippos Karapetis |
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ... | Johannes Schickel |
2010-04-19 | Cleanup. | Johannes Schickel |
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not us... | Andre Heider |
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts |
2010-03-09 | Fix missing definition of gBitFormat. | Robin Watts |
2010-03-08 | Use a template for hq2x and hq3x instead of using #include and defines. | Johannes Schickel |
2010-03-08 | Fix compilation. | Johannes Schickel |
2010-03-08 | Add new aspect ratio scaler variant, based on the Normal2xAspect ARM code | Max Horn |
2010-03-08 | Rewrite Normal1xAspect (untested, may be broken) | Max Horn |
2010-03-08 | Remove redundant code | Max Horn |
2010-03-08 | Rename PocketPCLandscapeAspect to Normal1xAspect and move it to | Max Horn |
2010-03-08 | Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters, | Max Horn |
2010-03-08 | SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internal | Max Horn |
2010-03-08 | Code formatting | Max Horn |
2010-03-08 | SCALERS: Change 'bitformat' template params to 'colormasks'; | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal prop... | Arnaud Boutonné |
2009-11-18 | Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that th... | Max Horn |
2009-10-02 | Whitespace changes | Max Horn |
2009-09-28 | Removed the svn:executable property on non-executables | Andre Heider |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-08-29 | Fix bug for non 8bpp indexed game screens in grabScreen565. | Johannes Schickel |
2009-08-29 | changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m... | Jody Northup |
2009-08-14 | MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan) | Joost Peters |
2009-07-30 | Patch #2818501: enable scale2x mmx on x86_64 | Max Horn |
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts |
2009-07-21 | Add ARM code implementation of Scaler2x, and enable it for the WinCE | Robin Watts |
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell |
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell |
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f... | Max Horn |