Mercurial > sdl-ios-xcode
log src/video/win32/SDL_gdirender.c @ 1965:a788656ca29a
age | author | description |
---|---|---|
Sat, 05 Aug 2006 17:09:42 +0000 | Sam Lantinga | SDL constants are all uppercase. |
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 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. |
Wed, 19 Jul 2006 07:18:45 +0000 | Sam Lantinga | Starting on the OpenGL renderer... |