SDL-mirror/test
Sam Lantinga 483f2ba3fb indent
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403608
2009-05-23 22:41:08 +00:00
..
nds-test-progs Date: Fri, 19 Dec 2008 20:17:35 +0100 2008-12-20 12:00:00 +00:00
.gdbinit
acinclude.m4
autogen.sh
checkkeys.c
common.c Date: Fri, 19 Dec 2008 20:17:35 +0100 2008-12-20 12:00:00 +00:00
common.h
configure.in Fixed OpenGL library linking issue 2009-03-12 03:51:39 +00:00
COPYING
gcc-fat.sh
graywin.c
icon.bmp
loopwave.c
Makefile.in Date: Wed, 4 Mar 2009 15:38:22 +0200 2009-03-04 15:10:47 +00:00
moose.dat
picture.xbm
README Fixed bug #681 2009-02-17 05:44:49 +00:00
sail.bmp
sample.bmp
sample.wav
testalpha.c Removed unused function 2008-12-02 16:10:21 +00:00
testaudioinfo.c
testbitmap.c Fixed potential crash in testbitmap 2009-03-22 06:56:37 +00:00
testblitspeed.c
testcdrom.c
testcursor.c Default video mode has been changed from 320x200 to 640x480, since fullscreen 320x200 is often unavailable. 2009-04-28 04:41:25 +00:00
testdraw2.c Fixed crash in testdraw2, added more points 2008-12-21 17:55:02 +00:00
testdyngl.c
testdyngles.c indent 2009-05-23 22:41:08 +00:00
testerror.c
testfile.c Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
testgamma.c
testgl.c
testgl2.c indent 2009-05-23 22:41:08 +00:00
testgles.c indent 2009-05-23 22:41:08 +00:00
testhaptic.c
testhread.c Fixed Bugzilla bug #205 2008-11-24 00:18:42 +00:00
testiconv.c
testintersections.c indent 2009-01-04 23:41:09 +00:00
testjoystick.c Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
testkeys.c
testloadso.c
testlock.c Fixed Bugzilla bug #205 2008-11-24 00:18:42 +00:00
testmmousetablet.c
testmultiaudio.c Date: Mon, 23 Mar 2009 09:17:24 +0200 2009-03-24 10:33:12 +00:00
testnative.c Implemented Win32 version of the native window test 2009-02-09 06:41:49 +00:00
testnative.h More of the same 2009-02-09 06:42:38 +00:00
testnativecocoa.m Added test program for SDL_CreateWindowFrom() 2009-02-09 05:32:12 +00:00
testnativew32.c indent 2009-02-17 05:57:54 +00:00
testnativex11.c Added test program for SDL_CreateWindowFrom() 2009-02-09 05:32:12 +00:00
testoverlay.c
testoverlay2.c
testpalette.c Fixed palette sharing 2008-12-07 22:56:18 +00:00
testplatform.c Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
testresample.c indent 2009-01-14 04:25:32 +00:00
testsem.c
testsprite.c Show the grey background first before starting to blit sprites 2008-11-27 04:51:34 +00:00
testsprite2.c Date: Fri, 19 Dec 2008 20:17:35 +0100 2008-12-20 12:00:00 +00:00
testtimer.c
testver.c Fine tuned revision code, updated testver 2009-01-04 05:27:13 +00:00
testvidinfo.c Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibility 2008-12-12 06:46:20 +00:00
testwin.c You can't use memset() on screen formats with an alpha channel 2008-12-02 16:09:58 +00:00
testwm.c
testwm2.c
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