log src/video/cocoa/SDL_cocoaopengl.m @ 5099:b938ad843e52

age author description
2010-12-01 Sam Lantinga Removed support for 10.3.9
2010-07-08 Sam Lantinga I missed the Objective C files when updating the copyright date...
2010-01-21 Sam Lantinga Fixed Cocoa and OpenGL builds
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-12-15 Sam Lantinga Default to allow either accelerated or not
2009-12-15 Sam Lantinga OpenGL hardware acceleration defaults on
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()
2008-12-08 Sam Lantinga Updated copyright date
2008-09-01 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
2008-07-20 Edgar Simo Synced with trunk. gsoc2008_force_feedback
2007-07-12 Sam Lantinga Creating a context makes it current, per the documentation.
2006-08-06 Sam Lantinga Fixed fullscreen modes with Cocoa video driver.
2006-08-06 Sam Lantinga Allow the render context to do necessary work when the video mode changes.
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
2006-07-25 Sam Lantinga Implemented OpenGL support on Mac OS X