Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 19:12:49 +0000] rev 2375
Root directory for iPhone SDL Xcode projects.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 19:10:50 +0000] rev 2374
(none)
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 19:08:00 +0000] rev 2373
Project files for iPhone SDL
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:46:11 +0000] rev 2372
Fixed typo
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:45:36 +0000] rev 2371
Changed format of video texture to something compatible with iPhone ... a better solution is probably needed. Also set blending mode of video texture to none.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:41:08 +0000] rev 2370
Added macros to detect if you are compiling for iPhone OS vs Mac OS X.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:24:50 +0000] rev 2369
Added line to include SDL_config_iphoneos.h when the platform is __IPHONEOS__
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:23:23 +0000] rev 2368
added SDL_LOADSO_DLOPEN macro
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:22:41 +0000] rev 2367
Added SDL_VIDEO_RENDER_OGL macro back in
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 18 Jul 2008 18:09:04 +0000] rev 2366
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).