log src/video/uikit/SDL_uikitopengles.h @ 4456:0a5dbe96c3be

age author description
2010-01-24 Sam Lantinga Fixed bug #926
2008-12-08 Sam Lantinga Updated copyright date
2008-10-04 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-16 Holmes Futrell whitespace gsoc2008_iphone
2008-07-22 Holmes Futrell Added standard SDL header comments gsoc2008_iphone
2008-07-17 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