Files
SDL/src
Sam Lantinga 61712c5787 Fixed bug 2687 - SDL_BlitScaled does not handle clipping correctly
Patch from Benoit Pierre:

video: fix clipping handling in SDL_UpperBlitScaled

- honor destination clipping rectangle
- update both destination and source rectangles when clipping source
  rectangle to source surface and destination rectangle to destination
  clip rectangle
- don't change scaling factors when clipping

N.B.:

- when no scaling is involved (source and destination width/height are
  the same), SDL_UpperBlit is used (so SDL_BlitScaled behaves like
  SDL_BlitSurface)
- the final destination rectangle after all clipping is performed is
  saved back to dstrect (like for SDL_UpperBlit)
2014-08-16 23:25:02 -07:00
..
2014-08-11 23:18:35 +02:00
2014-07-18 14:10:45 -07:00
2014-08-10 22:21:21 -04:00
2014-07-07 11:00:25 -07:00
2014-07-07 11:00:25 -07:00
2014-06-21 11:48:12 -07:00