From dedb193c0a5be0cf5214c8ed95f5e68c70b5813a Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Mon, 18 Aug 2008 18:02:20 +0000 Subject: [PATCH] added description --- XCodeiPhoneOS/Test/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/XCodeiPhoneOS/Test/README b/XCodeiPhoneOS/Test/README index f0dca1d00..2a2f434d0 100644 --- a/XCodeiPhoneOS/Test/README +++ b/XCodeiPhoneOS/Test/README @@ -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 @@ testpalette: "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.