Mercurial > sdl-ios-xcode
log src/video/SDL_stretch.c @ 4108:3feb94233f90 SDL-1.2
age | author | description |
---|---|---|
Sat, 29 Dec 2007 03:50:29 +0000 | Sam Lantinga | Fixed bug #528 SDL-1.2 |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Sun, 18 Oct 2009 23:21:15 +0000 | Sam Lantinga | There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh. |
Sun, 18 Oct 2009 17:49:40 +0000 | Sam Lantinga | Merged improvements to SDL_SoftStretch() from SDL 1.2 |
Mon, 08 Dec 2008 00:27:32 +0000 | Sam Lantinga | Updated copyright date |
Wed, 03 Dec 2008 12:10:51 +0000 | Sam Lantinga | Added very slow software scaling to the X11 renderer |
Mon, 28 Aug 2006 03:17:39 +0000 | Sam Lantinga | Added source color and alpha modulation support. |