Mercurial > sdl-ios-xcode
log src/video/SDL_surface.c @ 2230:9b7d29d2432b
age | author | description |
---|---|---|
Sat, 11 Aug 2007 20:54:31 +0000 | Sam Lantinga | Emphasized the separation between SDL_Surface and SDL_Texture |
Sat, 22 Jul 2006 08:33:18 +0000 | Sam Lantinga | Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations. |
Mon, 10 Jul 2006 21:04:37 +0000 | Sam Lantinga | SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. |
Mon, 10 Jul 2006 07:34:50 +0000 | Sam Lantinga | SDL_Rect now uses int for position and size. SDL-1.3 |
Thu, 06 Jul 2006 07:17:11 +0000 | Sam Lantinga | Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3 |
Fri, 30 Jun 2006 05:42:49 +0000 | Sam Lantinga | Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3 |
Sat, 17 Jun 2006 06:45:14 +0000 | Sam Lantinga | Finished palettized display handling. SDL-1.3 |