Mercurial > sdl-ios-xcode
log src/video/SDL_video.c @ 1930:9483df98e011
age | author | description |
---|---|---|
Sun, 23 Jul 2006 00:55:25 +0000 | Sam Lantinga | Fixed compiler warnings |
Sun, 23 Jul 2006 00:19:12 +0000 | Sam Lantinga | Fixed crash with multiple windows |
Sat, 22 Jul 2006 21:58:17 +0000 | Sam Lantinga | Added SDL_GL_ExtensionSupported() |
Sat, 22 Jul 2006 21:02:57 +0000 | Sam Lantinga | If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled. |
Sat, 22 Jul 2006 19:51:48 +0000 | Sam Lantinga | Switch OpenGL contexts when switching render contexts. |
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. |