Mercurial > sdl-ios-xcode
log src/video/cocoa/SDL_cocoaopengl.m @ 4968:379361d5e425
age | author | description |
---|---|---|
Wed, 01 Dec 2010 12:23:16 -0800 | Sam Lantinga | Removed support for 10.3.9 |
Thu, 08 Jul 2010 00:03:39 -0700 | Sam Lantinga | I missed the Objective C files when updating the copyright date... |
Thu, 21 Jan 2010 07:28:01 +0000 | Sam Lantinga | Fixed Cocoa and OpenGL builds |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Tue, 15 Dec 2009 20:53:09 +0000 | Sam Lantinga | Default to allow either accelerated or not |
Tue, 15 Dec 2009 20:36:31 +0000 | Sam Lantinga | OpenGL hardware acceleration defaults on |
Mon, 09 Feb 2009 05:32:12 +0000 | Sam Lantinga | Added test program for SDL_CreateWindowFrom() |