Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Fri, 04 Feb 2011 12:24:28 -0800 | Sam Lantinga | Don't free the surface since the application might be still using it. |
Fri, 04 Feb 2011 12:22:52 -0800 | Sam Lantinga | Removed unused variables |
Fri, 04 Feb 2011 09:07:39 -0800 | Sam Lantinga | Fixed compile error SDL-1.2 |
Thu, 03 Feb 2011 21:13:55 -0800 | Sam Lantinga | Switched the SDL 1.2 compatibility to use the window surface, so it's fast even when there's no hardware acceleration available. |
Thu, 03 Feb 2011 17:42:58 -0800 | Sam Lantinga | Fixed recursion crash when setting SDL_VIDEO_RENDERER=software |
Thu, 03 Feb 2011 16:57:38 -0800 | Sam Lantinga | Fixed crash if SDL_VideoDriverName() is passed a NULL namebuf |
Thu, 03 Feb 2011 15:49:37 -0800 | Sam Lantinga | Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface. |