Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Sat, 16 Aug 2008 00:25:03 +0000 | Holmes Futrell | Renamed functions and structures to GLES (rather than GL) to avoid confusion with the OpenGL renderer, which prior used the same names. Removed references to GL_IMG_texture_format_BGRA8888, which will not be supported here. Made it so renderer no longer caches texture filter mode, because I think that is actually bound to specific textures, so we'd need to cache the currently bound texture too ... I don't want to go through that trouble. DOES cache blend function though. gsoc2008_iphone |
Sat, 16 Aug 2008 00:19:52 +0000 | Holmes Futrell | Filled in list of all OpenGL ES functions, used to contain only functions that were in use. gsoc2008_iphone |
Sat, 16 Aug 2008 00:19:07 +0000 | Holmes Futrell | whitespace gsoc2008_iphone |