SDL-mirror/Xcode-iPhoneOS/SDL
Sam Lantinga d2b54f7d24 Made it possible to create a texture of any format, even if not supported by the renderer.
This allows me to reduce the set of formats supported by the renderers to the most optimal set, for a nice speed boost.

--HG--
rename : src/video/SDL_yuv_mmx.c => src/render/SDL_yuv_mmx.c
rename : src/video/SDL_yuv_sw.c => src/render/SDL_yuv_sw.c
rename : src/video/SDL_yuv_sw_c.h => src/render/SDL_yuv_sw_c.h
rename : src/video/mmx.h => src/render/mmx.h
2011-02-03 00:19:40 -08:00
..
SDLiPhoneOS.xcodeproj Made it possible to create a texture of any format, even if not supported by the renderer. 2011-02-03 00:19:40 -08:00
testsdl-Info.plist Adding testsdl (automated test) support to iPhone Xcode project (to match Mac Xcode project). 2010-05-08 01:12:55 -07:00