Ryan C. Gordon <icculus@icculus.org> [Mon, 24 Jul 2006 23:30:14 +0000] rev 1935
Patch from 1.2 branch...fix compilation on Qtopia video target (reference
Bugzilla #285).
Sam Lantinga <slouken@libsdl.org> [Mon, 24 Jul 2006 07:21:16 +0000] rev 1934
Implemented Mac OS X video mode selection.
Sam Lantinga <slouken@libsdl.org> [Mon, 24 Jul 2006 05:03:02 +0000] rev 1933
Implemented Cocoa window support
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 09:16:14 +0000] rev 1932
Whoops, that's a while loop. :)
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 09:11:10 +0000] rev 1931
The Mac OS X Cocoa video driver is under construction...
Note that SDLmain is no longer necessary on Mac OS X. :)
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 00:55:25 +0000] rev 1930
Fixed compiler warnings
Updated Visual C++ 2005 project
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 00:48:12 +0000] rev 1929
Added an environment variable to select which driver the software renderer will use.
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 00:19:12 +0000] rev 1928
Fixed crash with multiple windows
Sam Lantinga <slouken@libsdl.org> [Sat, 22 Jul 2006 23:04:41 +0000] rev 1927
OpenGL renderer is feature complete!
Dynamically load GL functions in the OpenGL renderer.
Sam Lantinga <slouken@libsdl.org> [Sat, 22 Jul 2006 21:58:17 +0000] rev 1926
Added SDL_GL_ExtensionSupported()
Use GL_ARB_texture_rectangle in the OpenGL renderer, if supported.