comparison test/README @ 1039:68f2b997758e

Added testblitspeed to aid in profiling of SDL's blitters.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 15 Feb 2005 11:50:33 +0000
parents 05c551e5bc64
children e6cd882e3ac0 5baad3758427
comparison
equal deleted inserted replaced
1038:29d7db09776e 1039:68f2b997758e
22 threadwin Test multi-threaded event handling 22 threadwin Test multi-threaded event handling
23 testgl A very simple example of using OpenGL with SDL 23 testgl A very simple example of using OpenGL with SDL
24 testjoystick List joysticks and watch joystick events 24 testjoystick List joysticks and watch joystick events
25 testoverlay Tests the software/hardware overlay functionality. 25 testoverlay Tests the software/hardware overlay functionality.
26 testoverlay2 Tests the overlay flickering/scaling during playback. 26 testoverlay2 Tests the overlay flickering/scaling during playback.
27 testblitspeed Tests performance of SDL's blitters and converters.
28