summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-08-24vulkan: SDL_Vulkan_GetInstanceExtensions should accept a NULL window.Jeremy Ong1-2/+2
2018-08-21First pass on the new SDL sensor APISam Lantinga2-0/+121
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2-0/+9
2018-08-02Some drag'and'drop improvements.Ryan C. Gordon1-0/+3
2018-05-15testresample: correctly output .wav files that have floating point audio.Ryan C. Gordon1-1/+1
2018-05-21cpuinfo: Added SDL_HasAVX512F().Ryan C. Gordon1-0/+1
2018-04-23Added SDL_THREAD_PRIORITY_TIME_CRITICALSam Lantinga1-1/+2
2018-04-23Added support for adjusting thread priorities using Linux RealtimeKitSam Lantinga1-0/+31
2018-03-15Added Android custom cursor implementationSam Lantinga1-6/+49
2018-02-24Fixed bug 4092 - CMake support for building everything in the "test" directorySam Lantinga1-0/+122
2018-01-22testoverlay2: use SDL_atoi, not atoi.Ryan C. Gordon1-2/+2
2018-01-03Updated copyright for 2018Sam Lantinga63-63/+63
2017-11-17Fixed building YUV test programs (thanks Ozkan!)Sam Lantinga1-2/+2
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga6-120/+794
2017-10-16Added min/max macros for the sized SDL datatypesSam Lantinga1-0/+20
2017-09-29revert files I didnt mean to commit!Brandon Schaefer2-15/+1
2017-09-29wayland: Fix bug 3814 -Wmissing-field-initializersBrandon Schaefer2-1/+15
2017-08-29test: forgot to change a variable.Ryan C. Gordon1-1/+1
2017-08-29test: Fix for negative int that was now a size_t (thanks, Ozkan!).Ryan C. Gordon1-2/+3
2017-08-29A few more compiler warnings fixed.Ryan C. Gordon1-4/+4
2017-08-29Fixed a bunch of compiler warnings.Ryan C. Gordon5-34/+35
2017-08-27Fixed typedef redefinition errors when including both SDL_vulkan.h and vulkan.hSam Lantinga1-0/+1
2017-08-27Added Vulkan support to the Visual Studio 2010 solutionSam Lantinga1-4/+4
2017-08-27We use the SDL Vulkan headersSam Lantinga3-473/+7
2017-08-27vulkan: Include a copy of vulkan.h and vk_platform.h.Ryan C. Gordon1-1/+1
2017-08-27Use SDL_Vulkan_GetDrawableSize() instead of SDL_GL_GetDrawableSize()Sam Lantinga1-3/+3
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon4-2/+1672
2017-08-27Fixed bug 3740 - atexit() in test/testime.cSam Lantinga1-25/+33
2017-08-14Implemented more flexible blending modes for accelerated renderersSam Lantinga1-1/+9
2017-08-13Fixed bug 3743 - make testautomation_sdltest.c to compileSam Lantinga1-15/+18
2017-08-13Fixed bug 3741 - more compatible initializers for arraysSam Lantinga2-3/+16
2017-08-13Fixed bug 3605 - Software renderer no longer renders after Android screen ori...Sam Lantinga1-4/+16
2017-08-13Fixed bug 3744 - missing SDLCALL in several functionsSam Lantinga6-9/+9
2017-08-11Fixed bug 3639 - SDL_GetPrefPath returns a path with two consecutive slashes ...Sam Lantinga1-0/+9
2017-08-11Fixed bug 3682 - Toggle text input in checkkeys when the mouse is clickedSam Lantinga1-1/+13
2017-07-09Fixed typo in log message in testime program.Philipp Wiesemann1-1/+1
2017-06-24Fixed handling only one event per frame in testshape program.Philipp Wiesemann1-2/+4
2017-06-08Fixed ignoring first event in testshape program.Philipp Wiesemann1-6/+1
2017-06-02Fixed crash if creating textures failed in testshape program.Philipp Wiesemann1-3/+1
2017-05-29test: Makefile.in should copy bitmap and wave files to build directory.Ryan C. Gordon1-1/+18
2017-05-20Removed unnecessary call to free() in testoverlay2 program.Philipp Wiesemann1-1/+0
2017-05-20Removed unused signal includes and handler in test programs.Philipp Wiesemann3-11/+0
2017-04-29Removed unused field in loopwavequeue program.Philipp Wiesemann1-1/+0
2017-03-26Removed newlines from error messages.Philipp Wiesemann2-2/+2
2017-03-19Removed unused constant in testgesture program.Philipp Wiesemann1-1/+0
2017-03-16Backed out changeset 90e5cb81c483 - testaudiocapture.c already does what we wantSam Lantinga3-171/+0
2017-03-15Added an audio recording test programSam Lantinga3-0/+171
2017-03-09Fixed tabs to spacesSam Lantinga1-34/+34
2017-03-09Added support to loopwave for hotplugging audio devicesSam Lantinga1-26/+53
2017-03-04Fixed warning about implicit conversion in controllermap program.Philipp Wiesemann1-1/+1