SDL-mirror/test
2011-03-11 14:14:38 -08:00
..
automated Re-added the 3DNow! and AltiVec instruction support. 2011-02-22 21:44:36 -08:00
nds-test-progs Frank Zago to sdl 2011-02-12 11:36:56 -08:00
shapes
.gdbinit
acinclude.m4
aclocal.m4 Made it possible to build SDL from a fresh checkout without any additional steps. 2011-02-16 02:37:09 -08:00
autogen.sh
checkkeys.c Fixed bug 1163 (SDL_TEXTINPUT not being received on iPhoneOS) 2011-03-09 17:38:12 -08:00
common.c Added screenshot support for tests using the common framework. 2011-03-10 00:58:45 -08:00
common.h The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future. 2011-02-01 19:19:43 -08:00
configure Made it possible to build SDL from a fresh checkout without any additional steps. 2011-02-16 02:37:09 -08:00
configure.in
COPYING
gcc-fat.sh
graywin.c
icon.bmp
loopwave.c
Makefile.in Gamma support is back! 2011-03-11 08:49:20 -08:00
moose.dat
picture.xbm
README
sample.bmp
sample.wav
testalpha.c Hot damn, SDL_WM_ToggleFullScreen() works on all platforms now. :) 2011-02-16 00:45:10 -08:00
testatomic.c Bump up the default cache line size. 2011-01-27 16:51:47 -08:00
testaudioinfo.c
testbitmap.c
testblitspeed.c
testcursor.c Added a function to create color cursors: SDL_CreateColorCursor() 2011-03-11 14:14:38 -08:00
testdraw2.c Changed the concept of a render clip rect to a render viewport. 2011-02-15 13:59:59 -08:00
testdyngl.c
testdyngles.c Nobody is currently maintaining the QNX code, so removing it for now. 2011-02-01 21:40:03 -08:00
testerror.c
testfile.c Fixed bug #925 2011-01-20 18:04:05 -08:00
testfill.c
testgamma.c Gamma support is back! 2011-03-11 08:49:20 -08:00
testgesture.c Removed newlines from log messages 2011-03-09 15:51:51 -08:00
testgl.c
testgl2.c Be explicit about what display you're querying. The default display is 0. 2011-02-10 12:14:37 -08:00
testgles.c Fixed testgles on iOS (bug 1136) 2011-02-20 14:16:11 -08:00
testhaptic.c
testhread.c
testiconv.c
testime.c Be explicit about what display you're querying. The default display is 0. 2011-02-10 12:14:37 -08:00
testintersections.c Changed the concept of a render clip rect to a render viewport. 2011-02-15 13:59:59 -08:00
testjoystick.c
testkeys.c Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased. 2011-02-07 09:37:11 -08:00
testloadso.c
testlock.c
testmultiaudio.c
testnative.c Fixed bug #925 2011-01-20 18:04:05 -08:00
testnative.h Fixed bug #925 2011-01-20 18:04:05 -08:00
testnativecocoa.m
testnativew32.c Fixed bug #925 2011-01-20 18:04:05 -08:00
testnativex11.c
testoverlay.c
testoverlay2.c Reset the viewport since we're stretching to the entire window. 2011-02-20 09:24:02 -08:00
testplatform.c Fixing permissions 2011-03-11 13:22:43 -08:00
testpower.c
testresample.c
testrumble.c Simple rumble API for haptic 2011-02-20 10:54:44 -08:00
testscale.c Changed the concept of a render clip rect to a render viewport. 2011-02-15 13:59:59 -08:00
testsem.c Colin Leroy 2011-01-26 04:24:20 PST 2011-01-27 00:34:12 -08:00
testshader.c Fixed crash when shaders are not supported 2011-02-09 09:36:40 -08:00
testshape.c Simplified and improved the process of creating a texture from a surface. 2011-02-03 00:54:29 -08:00
testsprite.c Allow resizing of testsprite 2011-02-04 21:46:38 -08:00
testsprite2.c Changed the concept of a render clip rect to a render viewport. 2011-02-15 13:59:59 -08:00
testspriteminimal.c Simplified and improved the process of creating a texture from a surface. 2011-02-03 00:54:29 -08:00
teststreaming.c Cleaned up the file a bit for tutorial viewing 2011-02-11 13:06:35 -08:00
testtimer.c
testver.c Added a revision number for easy compile-time tests. 2011-02-20 10:42:51 -08:00
testvidinfo.c Be explicit about what display you're querying. The default display is 0. 2011-02-10 12:14:37 -08:00
testwin.c
testwm.c Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased. 2011-02-07 09:37:11 -08:00
testwm2.c Window coordinates are in the global space and windows are not tied to a particular display. 2011-02-10 14:44:25 -08:00
threadwin.c Removed completely non-portable event thread hack. 2011-01-27 22:44:08 -08:00
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
	testshape	Tests shaped windows
	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