Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitopengles.m @ 2444:bf7028ffbf07 gsoc2008_iphone
age | author | description |
---|---|---|
Sat, 16 Aug 2008 00:08:10 +0000 | Holmes Futrell | Added comments, updated included header name gsoc2008_iphone |
Wed, 13 Aug 2008 20:56:21 +0000 | Holmes Futrell | Fixed a bug where bad access would occur if UIKIT_MakeCurrent is passed NULL for the parameter 'SDL_GLContext context'. Instead, it clears the current context. gsoc2008_iphone |
Tue, 22 Jul 2008 23:05:40 +0000 | Holmes Futrell | Added standard SDL header comments gsoc2008_iphone |
Tue, 22 Jul 2008 23:03:51 +0000 | Holmes Futrell | removed references to singletons, now uses SDL_WindowData information instead. gsoc2008_iphone |
Thu, 17 Jul 2008 22:32:16 +0000 | Holmes Futrell | SDL_uikitopengles is responsible for OpenGLES related functions in the UIKit video driver. The main thing to note is UIKit_GL_CreateContext which creates an instance of the SDL_uikitopenglview class, an OpenGL ES View. Most the real functionality is in SDL_uikitopenglview. gsoc2008_iphone |