# HG changeset patch # User Holmes Futrell # Date 1219082540 0 # Node ID d4ea76f4fc5026e33ebd38b23f70494b0afe97c3 # Parent c330dcd78e3acb3649ea906a4310b6eafd5c0762 added description diff -r c330dcd78e3a -r d4ea76f4fc50 XCodeiPhoneOS/Test/README --- a/XCodeiPhoneOS/Test/README Mon Aug 18 18:01:24 2008 +0000 +++ b/XCodeiPhoneOS/Test/README Mon Aug 18 18:02:20 2008 +0000 @@ -1,3 +1,5 @@ +TestiPhoneOS.xcodeproj contains targets to compile many of the SDL test programs for iPhone OS. Most of these test programs work fine, with the following exceptions: + testalpha: Program crashes. Problem appears to effect Mac OS X as well. @@ -11,7 +13,7 @@ "SDL error: blitting boat: Blit combination not supported." Happens on Mac OS X as well. testsprite2: - SDL_CreateTextureFromSurface requests an ARGB pixel format ... needs ABGR! + SDL_CreateTextureFromSurface requests an ARGB pixel format, but iPhone's SDL video driver only supports ABGR. testwin: Behaves as it does under Mac OS X ... not sure if that is correctly or not.