Mercurial > sdl-ios-xcode
comparison test/README @ 4799:a0e096916474
Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Sun, 18 Jul 2010 21:31:22 -0400 |
parents | cf7976fd3258 |
children |
comparison
equal
deleted
inserted
replaced
4798:980614a70cfc | 4799:a0e096916474 |
---|---|
10 testblitspeed Tests performance of SDL's blitters and converters. | 10 testblitspeed Tests performance of SDL's blitters and converters. |
11 testcdrom Sample audio CD control program | 11 testcdrom Sample audio CD control program |
12 testcursor Tests custom mouse cursor | 12 testcursor Tests custom mouse cursor |
13 testdyngl Tests dynamically loading OpenGL library | 13 testdyngl Tests dynamically loading OpenGL library |
14 testerror Tests multi-threaded error handling | 14 testerror Tests multi-threaded error handling |
15 testeyes Tests shaped windows | |
16 testfile Tests RWops layer | 15 testfile Tests RWops layer |
17 testgamma Tests video device gamma ramp | 16 testgamma Tests video device gamma ramp |
18 testgl A very simple example of using OpenGL with SDL | 17 testgl A very simple example of using OpenGL with SDL |
19 testgl2 An even simpler example using the SDL 1.3 API | 18 testgl2 An even simpler example using the SDL 1.3 API |
20 testhread Hacked up test of multi-threading | 19 testhread Hacked up test of multi-threading |
27 testoverlay Tests the software/hardware overlay functionality. | 26 testoverlay Tests the software/hardware overlay functionality. |
28 testoverlay2 Tests the overlay flickering/scaling during playback. | 27 testoverlay2 Tests the overlay flickering/scaling during playback. |
29 testpalette Tests palette color cycling | 28 testpalette Tests palette color cycling |
30 testplatform Tests types, endianness and cpu capabilities | 29 testplatform Tests types, endianness and cpu capabilities |
31 testsem Tests SDL's semaphore implementation | 30 testsem Tests SDL's semaphore implementation |
31 testshape Tests shaped windows | |
32 testsprite Example of fast sprite movement on the screen | 32 testsprite Example of fast sprite movement on the screen |
33 testsprite2 Improved version of testsprite | 33 testsprite2 Improved version of testsprite |
34 testtimer Test the timer facilities | 34 testtimer Test the timer facilities |
35 testver Check the version and dynamic loading and endianness | 35 testver Check the version and dynamic loading and endianness |
36 testvidinfo Show the pixel format of the display and perfom the benchmark | 36 testvidinfo Show the pixel format of the display and perfom the benchmark |