annotate XCodeiPhoneOS/Test/README @ 2417:ac26bd83db1f gsoc2008_iphone

Cleaned up code, added comments, added randomized colors, added check for extension GL_POINT_SIZE_ARRAY_OES, which not all OpenGL ES systems have.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Wed, 13 Aug 2008 23:10:51 +0000
parents fcb9fb150484
children d4ea76f4fc50
rev   line source
2389
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
1 testalpha:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
2 Program crashes. Problem appears to effect Mac OS X as well.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
3
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
4 testhread:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
5 SIGTERM kills the process immediately without executing the 'kill' function. The posix standard says this shouldn't happen. Apple seems intent on having iPhone apps exit promptly when the user requests it, so maybe that's why(?)
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
6
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
7 testlock:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
8 Locks appear to work, but there doesn't appear to be a simple way to send the process SIGINT.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
9
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
10 testpalette:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
11 "SDL error: blitting boat: Blit combination not supported." Happens on Mac OS X as well.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
12
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
13 testsprite2:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
14 SDL_CreateTextureFromSurface requests an ARGB pixel format ... needs ABGR!
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
15
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
16 testwin:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
17 Behaves as it does under Mac OS X ... not sure if that is correctly or not.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
18
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
19 threadwin:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
20 Works if -threaded is not on. Otherwise it doesn't work, but this is true under Mac OS X as well.