SDL-mirror/test
Mike Gorchak 78ffba1ff2 Fixed memory allocation size.
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404086
2009-10-13 20:16:23 +00:00
..
automated Fixed bug #777 2009-09-26 10:32:14 +00:00
nds-test-progs
.gdbinit
acinclude.m4
autogen.sh
checkkeys.c
common.c Options --double --triple have been added to test double and triple buffering. 2009-10-13 11:24:36 +00:00
common.h
configure.in Whoops, this breaks building on Mac OS X 10.4 2009-09-22 02:20:56 +00:00
COPYING
gcc-fat.sh
graywin.c
icon.bmp
loopwave.c Use new 1.3 API for getting audio driver name. 2009-10-10 06:39:59 +00:00
Makefile.in Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009 2009-09-19 13:29:40 +00:00
moose.dat
picture.xbm
README
sail.bmp
sample.bmp
sample.wav
testalpha.c
testatomic.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testaudioinfo.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testbitmap.c
testblitspeed.c
testcursor.c
testdraw2.c Call CommonQuit() at exit has been added. 2009-10-10 13:22:05 +00:00
testdyngl.c Added renderer information for dynamic OpenGL test 2009-09-28 15:32:19 +00:00
testdyngles.c
testerror.c
testfile.c
testgamma.c
testgl.c
testgl2.c
testgles.c Fixed memory allocation size. 2009-10-13 20:16:23 +00:00
testhaptic.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testhread.c
testiconv.c
testime.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testintersections.c Call CommonQuit() at exit has been added. 2009-10-10 13:22:05 +00:00
testjoystick.c
testkeys.c
testloadso.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testlock.c
testmmousetablet.c int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h 2009-09-23 02:52:11 +00:00
testmultiaudio.c
testnative.c
testnative.h
testnativecocoa.m
testnativew32.c
testnativex11.c
testoverlay.c
testoverlay2.c
testpalette.c
testplatform.c Fixed bug #777 2009-09-26 10:32:14 +00:00
testpower.c
testresample.c
testsem.c
testsprite.c Fixed bug #817 2009-10-04 09:55:20 +00:00
testsprite2.c Fall back to opaque sprite if no formats with alpha are supported. 2009-09-20 23:09:30 +00:00
testtimer.c
testver.c
testvidinfo.c
testwin.c
testwm.c
testwm2.c Fixed bug #817 2009-10-04 09:55:20 +00:00
threadwin.c
torturethread.c
utf8.txt

These are test programs for the SDL library:

	checkkeys	Watch the key events to check the keyboard
	graywin		Display a gray gradient and center mouse on spacebar
	loopwave	Audio test -- loop playing a WAV file
	testalpha	Display an alpha faded icon -- paint with mouse
	testaudioinfo	Lists audio device capabilities
	testbitmap	Test displaying 1-bit bitmaps
	testblitspeed	Tests performance of SDL's blitters and converters.
	testcdrom	Sample audio CD control program
	testcursor	Tests custom mouse cursor
	testdyngl	Tests dynamically loading OpenGL library
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgamma	Tests video device gamma ramp
	testgl		A very simple example of using OpenGL with SDL
	testgl2		An even simpler example using the SDL 1.3 API
	testhread	Hacked up test of multi-threading
	testiconv	Tests international string conversion
	testjoystick	List joysticks and watch joystick events
	testkeys	List the available keyboard keys
	testloadso	Tests the loadable library layer
	testlock	Hacked up test of multi-threading and locking
	testmultiaudio	Tests using several audio devices
	testoverlay	Tests the software/hardware overlay functionality.
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testpalette	Tests palette color cycling
	testplatform	Tests types, endianness and cpu capabilities
	testsem		Tests SDL's semaphore implementation
	testsprite	Example of fast sprite movement on the screen
	testsprite2	Improved version of testsprite
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testvidinfo	Show the pixel format of the display and perfom the benchmark
	testwin		Display a BMP image at various depths
	testwm		Test window manager -- title, icon, events
	testwm2		Improved version of testwm
	threadwin	Test multi-threaded event handling
	torturethread	Simple test for thread creation/destruction