upgrade SDL to version 2.0.8 13/178313/2
authorMaJunqing <junqing.ma@samsung.com>
Wed, 9 May 2018 08:27:22 +0000 (16:27 +0800)
committerMaJunqing <junqing.ma@samsung.com>
Wed, 9 May 2018 09:50:48 +0000 (17:50 +0800)
commit0bafd7048919e9c0491ca04a4cb5335ce32303f9
tree00e00e8676d5dfe224ea92414380144597d04563
parentd0c1ff4dbda43a93417f58f7c24c0868af393956
parentd93de884f2819d7e2d9bf98f783a0baf038bdfb2
upgrade SDL to version 2.0.8

Change-Id: Idd26d2286f65bedc9c86d5dc3f7ebd2f69dd2baf
141 files changed:
CMakeLists.txt
VisualC-WinRT/WinPhone80_VS2012/SDL-WinPhone80.vcxproj
VisualC-WinRT/WinPhone80_VS2012/SDL-WinPhone80.vcxproj.filters
VisualC-WinRT/WinRT80_VS2012/SDL-WinRT80.sln
VisualC-WinRT/WinRT80_VS2012/SDL-WinRT80.vcxproj
VisualC-WinRT/WinRT80_VS2012/SDL-WinRT80.vcxproj.filters
VisualC/SDL/SDL_VS2008.vcproj
VisualC/SDL_VS2008.sln
VisualC/SDLmain/SDLmain_VS2008.vcproj
VisualC/SDLtest/SDLtest_VS2008.vcproj
VisualC/tests/checkkeys/checkkeys_VS2008.vcproj
VisualC/tests/controllermap/controllermap_VS2008.vcproj
VisualC/tests/loopwave/loopwave_VS2008.vcproj
VisualC/tests/testatomic/testatomic_VS2008.vcproj
VisualC/tests/testautomation/testautomation_VS2008.vcproj
VisualC/tests/testdraw2/testdraw2_VS2008.vcproj
VisualC/tests/testfile/testfile_VS2008.vcproj
VisualC/tests/testgamecontroller/testgamecontroller_VS2008.vcproj
VisualC/tests/testgesture/testgesture_VS2008.vcproj
VisualC/tests/testgles2/testgles2_VS2008.vcproj
VisualC/tests/testjoystick/testjoystick_VS2008.vcproj
VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
VisualC/tests/testplatform/testplatform_VS2008.vcproj
VisualC/tests/testpower/testpower_VS2008.vcproj
VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj
VisualC/tests/testrumble/testrumble_VS2008.vcproj
VisualC/tests/testscale/testscale_VS2008.vcproj
VisualC/tests/testshape/testshape_VS2008.vcproj
VisualC/tests/testsprite2/testsprite2_VS2008.vcproj
Xcode/SDL/pkg-support/sdl_logo.pdf
android-project/AndroidManifest.xml
android-project/ant.properties
android-project/build.properties
android-project/build.xml
android-project/default.properties
android-project/jni/src/Android_static.mk
android-project/project.properties
android-project/res/layout/main.xml
android-project/res/values/strings.xml
cmake/sdlchecks.cmake
configure
configure.in
include/SDL_audio.h
include/SDL_config.h.cmake
include/SDL_config.h.in
include/SDL_events.h
include/SDL_gamecontroller.h
include/SDL_hints.h
include/SDL_main.h
include/SDL_platform.h
include/SDL_render.h
include/SDL_surface.h
include/SDL_syswm.h
include/SDL_test_harness.h
include/SDL_video.h
packaging/SDL2.spec
src/SDL.c
src/SDL_log.c
src/audio/SDL_audio.c
src/audio/coreaudio/SDL_coreaudio.c
src/audio/qsa/SDL_qsa_audio.c
src/audio/sdlgenaudiocvt.pl
src/audio/xaudio2/SDL_xaudio2.c
src/audio/xaudio2/SDL_xaudio2.h
src/audio/xaudio2/SDL_xaudio2_winrthelpers.cpp
src/audio/xaudio2/SDL_xaudio2_winrthelpers.h
src/dynapi/SDL_dynapi_overrides.h
src/dynapi/SDL_dynapi_procs.h
src/events/SDL_events.c
src/joystick/tizen/SDL_sysjoystick.c
src/loadso/haiku/SDL_sysloadso.c
src/render/SDL_yuv_mmx.c
src/render/mmx.h
src/render/opengles2/SDL_gles2funcs.h
src/test/SDL_test_fuzzer.c
src/test/SDL_test_harness.c
src/test/SDL_test_log.c
src/timer/SDL_timer.c
src/video/SDL_egl.c
src/video/SDL_sysvideo.h
src/video/SDL_video.c
src/video/SDL_vulkan_internal.h
src/video/tizen/SDL_tizenopengles.c
src/video/tizen/SDL_tizenvideo.c
src/video/tizen/SDL_tizenvulkan.c
src/video/tizen/SDL_tizenvulkan.h
src/video/tizen/SDL_tizenwindow.c
src/video/x11/SDL_x11window.c
test/CMakeLists.txt
test/Makefile.in
test/SDL_gles2funcs.h
test/loopwave.c
test/loopwavequeue.c
test/res/testyuv.bmp
test/testatomic.c
test/testaudiohotplug.c
test/testaudioinfo.c
test/testautomation.c
test/testautomation_audio.c
test/testautomation_hints.c
test/testautomation_keyboard.c
test/testautomation_platform.c
test/testautomation_render.c
test/testautomation_rwops.c
test/testautomation_surface.c
test/testautomation_timer.c
test/testdisplayinfo.c
test/testdraw2.c
test/testdrawchessboard.c
test/testdropfile.c
test/testerror.c
test/testfilesystem.c
test/testgles.c
test/testgles2.c
test/testhittesting.c
test/testiconv.c
test/testime.c
test/testintersections.c
test/testkeys.c
test/testloadso.c
test/testlock.c
test/testmessage.c
test/testmultiaudio.c
test/testoverlay2.c
test/testplatform.c
test/testrelative.c
test/testrendercopyex.c
test/testrendertarget.c
test/testresample.c
test/testscale.c
test/testsem.c
test/testshader.c
test/testshape.c
test/testsprite2.c
test/testspriteminimal.c
test/teststreaming.c
test/testthread.c
test/testtimer.c
test/testver.c
test/testviewport.c
test/torturethread.c