Mercurial > sdl-ios-xcode
log src/video/SDL_video.c @ 3448:bc27e1fdd3a7
age | author | description |
---|---|---|
Wed, 18 Nov 2009 08:54:13 +0000 | Sam Lantinga | If we explicitly request a driver, try to initialize it. |
Mon, 16 Nov 2009 07:13:07 +0000 | Sam Lantinga | You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels() |
Mon, 09 Nov 2009 05:20:11 +0000 | Sam Lantinga | Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested. |
Sun, 08 Nov 2009 04:21:59 +0000 | Sam Lantinga | Fixed compile warning |
Sun, 08 Nov 2009 04:16:42 +0000 | Sam Lantinga | Skip renderers that fail to initialize |
Wed, 28 Oct 2009 06:04:07 +0000 | Sam Lantinga | Automatically initialize the video system and create a renderer to simplify use. |
Sat, 03 Oct 2009 16:23:16 +0000 | Sam Lantinga | [SDL] Bad math in SDL_RenderCopy |