Commit History

Author SHA1 Message Date
  D15C0DE 80f67933cb [5/6] Generalize SDL_PixelFormat 5 years ago
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  m9710797 79aeb0df59 Make more use of MemBuffer 9 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 10 years ago
  m9710797 167be8eb04 [3/5] Made destructors non-virtual where possible 10 years ago
  m9710797 fcbcac823e [1/5] Added final class annotations 10 years ago
  m9710797 b8fc6a4557 [3/2] Optimize left/right border drawing 10 years ago
  Wouter Vermaelen 580607b835 [2/2] Optimize left/right border drawing 10 years ago
  wouter 4079387036 Implement de-flicker video filter 11 years ago
  wouter 9c58265013 Ran include-what-you-use and removed some #includes 11 years ago
  wouter 7f058fb365 Refactor buffer management in video scaling code 11 years ago
  wouter 3625f42a30 Remove GP2X port 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 674c4e4df6 Optimized rendering of superimposed modes (video9000, laserdisc) 12 years ago
  Wouter Vermaelen 8c2db8b345 Made MemBuffer much more general 14 years ago
  Wouter Vermaelen f84c7d9f00 Fixed possible out-of-array-bounds write 15 years ago
  Wouter Vermaelen c793d95a3d finish SDLSurfacePtr cleanups 15 years ago
  Wouter Vermaelen c0af589bb2 More usage of SDLSurfacePtr 15 years ago
  Wouter Vermaelen eebf3ccd6e Merged getLinePtrImpl() and getLineWidth() into getLineInfo() 15 years ago
  Wouter Vermaelen 1326443f02 take screenshot of msx screen only (see ChangeLog) 16 years ago
  Wouter Vermaelen 3b7418ef8f use HW accelerated blits on GP2X 16 years ago
  Wouter Vermaelen 4ee2426d42 refactored OutputSurface, see ChangeLog 17 years ago
  Wouter Vermaelen 33bd54eb23 removed workaround for bug in pre gcc-3.4 compilers 17 years ago
  Wouter Vermaelen 66fc461ebd added RawFrame::getLinePtrDirect() (see ChangeLog) 17 years ago
  Wouter Vermaelen 351c636ce2 compiled with -Wpadded and changed the order of some members (see ChangeLog) 17 years ago
  Wouter Vermaelen ccf547b876 enabled -Wold-style-cast warnings 17 years ago
  Wouter Vermaelen 5d8366e7ee try to upload larger texture blocks at once in GLPostProcessor (see ChangeLog) 18 years ago
  Wouter Vermaelen 367986ffd6 made a lot of classes noncopyable / small cleanups 18 years ago
  Wouter Vermaelen e93608bafc fixed striped screen 6 borders in SDLRasterizer 18 years ago
  Maarten ter Huurne 091229b23e Removed redundant parameter from RawFrame constructor: SDL_PixelFormat also contains bpp. 19 years ago