SDL-mirror/Xcode-iPhoneOS
Sam Lantinga 5897ef7d95 Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
--HG--
rename : src/video/windows/SDL_d3drender.c => src/render/direct3d/SDL_d3drender.c
rename : src/video/SDL_renderer_gl.c => src/render/opengl/SDL_renderer_gl.c
rename : src/video/SDL_renderer_gles.c => src/render/opengles/SDL_renderer_gles.c
rename : src/video/SDL_renderer_sw.c => src/render/software/SDL_renderer_sw.c
2011-02-02 14:34:54 -08:00
..
Demos Renamed SDL_keysym to SDL_KeySym 2011-01-24 13:47:35 -06:00
SDL Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library. 2011-02-02 14:34:54 -08:00
Template/SDL Application Updated main.c for API changes 2011-01-28 10:37:36 -08:00
Test Fixed building with the latest iOS SDK (4.2) 2011-01-18 15:02:59 -08:00