SDL/test
Sam Lantinga a52d48c5ab Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11
Mark Callow

The attached patch does the following for the X11 and Windows platforms, the only ones where SDL attempts to use context_create_es_profile:

- Adds SDL_HINT_OPENGL_ES_DRIVER by which the application can
  say to use the OpenGL ES driver & EGL rather than the Open GL
  driver. (For bug #2570)
- Adds code to {WIN,X11}_GL_InitExtensions to determine the maximum
  OpenGL ES version supported by the OpenGL driver (for bug #3145)
- Modifies the test that determines whether to use the OpenGL
  driver or the real OpenGL ES driver to take into account the
  hint, the requested and supported ES version and whether ES 1.X
  is being requested. (For bug #2570 & bug #3145)
- Enables the testgles2 test for __WINDOWS__ and __LINUX__ and adds
  the test to the VisualC projects.

With the fix in place I have run testdraw2, testgl and testgles2 without any issues and have run my own apps that use OpenGL, OpenGL ES 3 and OpenGL ES 1.1.
2017-01-10 08:54:33 -08:00
..
emscripten Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
nacl Fixed bug 3480 - minor update to NACL common.js 2016-11-05 01:48:14 -07:00
shapes Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
COPYING Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
Makefile.in audio: Initial bits to enable audio capture support. 2016-08-01 00:18:56 -04:00
README Fixed outdated information in README for test programs. 2015-12-07 21:43:16 +01:00
acinclude.m4 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
aclocal.m4 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
autogen.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
axis.bmp Split controller axes into positive and negative sides so each can be bound independently. 2016-12-27 01:39:07 -08:00
button.bmp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
checkkeys.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
configure Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
configure.in Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
controllermap.bmp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
controllermap.c Added SDL_JoystickGetAxisInitialState() to get a joystick axis' initial value. 2017-01-04 10:28:07 -08:00
gcc-fat.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
icon.bmp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
loopwave.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
loopwavequeue.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
moose.dat Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
picture.xbm Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
relative_mode.markdown Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
sample.bmp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
sample.wav Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testatomic.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testaudiocapture.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testaudiohotplug.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testaudioinfo.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testautomation.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testautomation_audio.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_clipboard.c Fixed a bunch of compiler warnings in the test code. 2017-01-07 22:24:45 -05:00
testautomation_events.c Removed empty statements in tests. 2016-10-12 23:36:49 +02:00
testautomation_hints.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_keyboard.c Fixed a bunch of compiler warnings in the test code. 2017-01-07 22:24:45 -05:00
testautomation_main.c Fixed three source comments in tests. 2016-06-28 21:15:16 +02:00
testautomation_mouse.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_pixels.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_platform.c Fixed a bunch of compiler warnings in the test code. 2017-01-07 22:24:45 -05:00
testautomation_rect.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_render.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_rwops.c Fixed a bunch of compiler warnings in the test code. 2017-01-07 22:24:45 -05:00
testautomation_sdltest.c Removed empty statements in tests. 2016-10-12 23:36:49 +02:00
testautomation_stdlib.c Fixed a bunch of compiler warnings in the test code. 2017-01-07 22:24:45 -05:00
testautomation_suites.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_surface.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_syswm.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_timer.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation_video.c Fixed freeing uninitialized pointers on failure cleanup in tests. 2015-10-07 21:16:59 +02:00
testbounds.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testcustomcursor.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testdisplayinfo.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testdraw2.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testdrawchessboard.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testdropfile.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testerror.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testfile.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testfilesystem.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testgamecontroller.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testgesture.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testgl2.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testgles.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testgles2.c Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11 2017-01-10 08:54:33 -08:00
testhaptic.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testhittesting.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testhotplug.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testiconv.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testime.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testintersections.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testjoystick.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testkeys.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testloadso.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testlock.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testmessage.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testmultiaudio.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testnative.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testnative.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testnativecocoa.m Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testnativew32.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testnativex11.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testoverlay2.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testplatform.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testpower.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testqsort.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testrelative.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testrendercopyex.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testrendertarget.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testresample.c testresample: write correct length to the .wav header. 2017-01-09 15:56:11 -05:00
testrumble.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testscale.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testsem.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testshader.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testshape.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testsprite2.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testspriteminimal.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
teststreaming.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testthread.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testtimer.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testver.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testviewport.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
testwm2.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
torturethread.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
utf8.txt Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00

README

These are test programs for the SDL library:

	checkkeys	Watch the key events to check the keyboard
	loopwave	Audio test -- loop playing a WAV file
	loopwavequeue	Audio test -- loop playing a WAV file with SDL_QueueAudio
	testaudioinfo	Lists audio device capabilities
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgl2		A very simple example of using OpenGL with SDL
	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
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testplatform	Tests types, endianness and cpu capabilities
	testsem		Tests SDL's semaphore implementation
	testshape	Tests shaped windows
	testsprite2	Example of fast sprite movement on the screen
	testthread	Hacked up test of multi-threading
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testwm2		Test window manager -- title, icon, events
	torturethread	Simple test for thread creation/destruction
	controllermap   Useful to generate Game Controller API compatible maps



This directory contains sample.wav, which is a sample from Will Provost's
song, The Living Proof:

     From the album The Living Proof
     Publisher: 5 Guys Named Will
     Copyright 1996 Will Provost

You can get a copy of the full song (and album!) from iTunes...

    https://itunes.apple.com/us/album/the-living-proof/id4153978

or Amazon...

    http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH

Thanks to Will for permitting us to distribute this sample with SDL!