Ryujinx-SDL/src
Sam Lantinga 7334a2a1b5 Fixed bug 3940 - Add support for EGL_SURFACE_TYPE
tomwardio

Add support to be able to set EGL_SURFACE_TYPE bits when creating an EGL config. This is usefule when wanting to create pixel buffer surfaces in custom video drivers.
2017-11-04 09:07:33 -07:00
..
atomic Add atomics for Watcom/x86 as inline asm 2017-08-18 16:35:55 -04:00
audio Fixed typo converting 4 channel audio to 2 channel 2017-10-20 16:53:42 -07:00
core Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable 2017-11-01 19:19:21 -07:00
cpuinfo SDL_cpuinfo.c: add os/2 support to SDL_GetCPUCount() and SDL_GetSystemRAM(). 2017-08-21 13:00:40 -07:00
dynapi audio: Added SDL_AudioStreamFlush(). 2017-10-19 18:05:42 -04:00
events Fixed bug 3880 - X Error upon quit since rev. 11607 2017-10-13 19:30:34 -07:00
file Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits 2017-09-09 08:36:37 -07:00
filesystem filesystem: Patched to compile on QNX. 2017-08-17 03:22:44 -04:00
haptic Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
joystick Fixed bug 3935 - Not find joysticks if android run 24-48 days. 2017-11-02 08:48:14 -07:00
libm Updated copyright for 2017 2017-01-01 18:33:28 -08:00
loadso revert files I didnt mean to commit! 2017-09-29 10:15:44 -07:00
main WinRT: Move Windows::Foundation::Initialize to SDL2.dll, from SDL_main. 2017-10-24 13:21:11 -04:00
power power: whoops, that should be "==" not "!=". 2017-07-03 16:45:12 -04:00
render Fixed bug 3821 - Allow SDL_CreateWindow and SDL_CreateRenderer with OpenGL ES 3.0 (GLES3) for Angle (Windows) 2017-10-18 08:52:04 -07:00
stdlib Added the ability to set SDL hints from AndroidManifest.xml (thanks Rachel!) 2017-10-24 00:17:07 -07:00
test Fixed bug 3879 - add missing SDLCALL to SDLTest_TrackedMalloc & co. 2017-10-13 09:50:04 -07:00
thread Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
timer Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
video Fixed bug 3940 - Add support for EGL_SURFACE_TYPE 2017-11-04 09:07:33 -07:00
SDL_assert_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_assert.c Fixed bug 3883 - SDL_assert / SDL_PromptAssertion in TTY mode does not accept options ("abriA") 2017-10-15 21:21:19 -07:00
SDL_dataqueue.c Added SDL_PeekIntoDataQueue(). 2017-10-10 11:56:54 -04:00
SDL_dataqueue.h Added SDL_PeekIntoDataQueue(). 2017-10-10 11:56:54 -04:00
SDL_error_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_error.c Fixed bug 3696 - SDL_ShowMessageBox displays different error from intended 2017-07-10 17:16:12 -07:00
SDL_hints.c A hint with an empty string should be treated as the default value 2017-09-21 14:48:03 -07:00
SDL_internal.h Some patches to make SDL compile with armcc (ARM's C compiler). 2017-03-02 13:33:04 -05:00
SDL_log.c Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
SDL.c Backing out broken change from previous commit. 2017-04-01 00:46:42 -04:00