Mercurial > sdl-ios-xcode
comparison test/README @ 3903:5baad3758427 SDL-1.2
Alpha sort the test list, add missing ones, remove removed ones
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 04 Jan 2007 19:52:12 +0000 |
parents | 68f2b997758e |
children | 3ccd06fc22e5 |
comparison
equal
deleted
inserted
replaced
3902:aa07730d792f | 3903:5baad3758427 |
---|---|
1 | 1 |
2 These are test programs for the SDL library: | 2 These are test programs for the SDL library: |
3 | 3 |
4 checkkeys Watch the key events to check the keyboard | |
5 graywin Display a gray gradient and center mouse on spacebar | |
6 loopwave Audio test -- loop playing a WAV file | |
7 testalpha Display an alpha faded icon -- paint with mouse | |
8 testbitmap Test displaying 1-bit bitmaps | |
9 testblitspeed Tests performance of SDL's blitters and converters. | |
10 testcdrom Sample audio CD control program | |
11 testcursor Tests custom mouse cursor | |
12 testdyngl Tests dynamically loading OpenGL library | |
13 testerror Tests multi-threaded error handling | |
14 testfile Tests RWops layer | |
15 testgamma Tests video device gamma ramp | |
16 testgl A very simple example of using OpenGL with SDL | |
17 testhread Hacked up test of multi-threading | |
18 testiconv Tests international string conversion | |
19 testjoystick List joysticks and watch joystick events | |
20 testkeys List the available keyboard keys | |
21 testloadso Tests the loadable library layer | |
22 testlock Hacked up test of multi-threading and locking | |
23 testoverlay Tests the software/hardware overlay functionality. | |
24 testoverlay2 Tests the overlay flickering/scaling during playback. | |
25 testpalette Tests palette color cycling | |
26 testplatform Tests types, endianness and cpu capabilities | |
27 testsem Tests SDL's semaphore implementation | |
28 testsprite Example of fast sprite movement on the screen | |
29 testtimer Test the timer facilities | |
4 testver Check the version and dynamic loading and endianness | 30 testver Check the version and dynamic loading and endianness |
5 testtypes Check to see if the data types are the correct size | |
6 testhread Hacked up test of multi-threading | |
7 testlock Hacked up test of multi-threading and locking | |
8 testerror Tests multi-threaded error handling | |
9 testsem Tests SDL's semaphore implementation | |
10 testtimer Test the timer facilities | |
11 loopwave Audio test -- loop playing a WAV file | |
12 testcdrom Sample audio CD control program | |
13 testkeys List the available keyboard keys | |
14 testvidinfo Show the pixel format of the display and perfom the benchmark | 31 testvidinfo Show the pixel format of the display and perfom the benchmark |
15 checkkeys Watch the key events to check the keyboard | |
16 testwin Display a BMP image at various depths | 32 testwin Display a BMP image at various depths |
17 graywin Display a gray gradient and center mouse on spacebar | |
18 testsprite Example of fast sprite movement on the screen | |
19 testbitmap Test displaying 1-bit bitmaps | |
20 testalpha Display an alpha faded icon -- paint with mouse | |
21 testwm Test window manager -- title, icon, events | 33 testwm Test window manager -- title, icon, events |
22 threadwin Test multi-threaded event handling | 34 threadwin Test multi-threaded event handling |
23 testgl A very simple example of using OpenGL with SDL | 35 torturethread Simple test for thread creation/destruction |
24 testjoystick List joysticks and watch joystick events | |
25 testoverlay Tests the software/hardware overlay functionality. | |
26 testoverlay2 Tests the overlay flickering/scaling during playback. | |
27 testblitspeed Tests performance of SDL's blitters and converters. | |
28 |