Ryujinx-SDL/src/video
2016-12-31 18:11:19 -08:00
..
android Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
cocoa Mac: back out commit 3e9b2ae41adf. It causes significant overhead on many GPUs. 2016-12-23 22:49:37 -04:00
directfb Fixed bug 3513 - SDL_GL_SwapWindow does not return error status 2016-12-09 01:47:43 -08:00
dummy Fixed creating a renderer on the dummy driver on Mac OS X 2016-12-11 12:01:01 -08:00
emscripten Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
haiku Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypes 2016-12-26 02:12:21 -08:00
mir Fixed bug 3513 - SDL_GL_SwapWindow does not return error status 2016-12-09 01:47:43 -08:00
nacl PP_OK isn't available in the NaCl build environment on buildbot. It's defined as 0 2016-12-09 05:19:31 -08:00
pandora Fixed bug 3513 - SDL_GL_SwapWindow does not return error status 2016-12-09 01:47:43 -08:00
psp Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
raspberry Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
uikit Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypes 2016-12-26 02:12:21 -08:00
vivante Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
wayland Fixed a bunch of SwapWindow calls that needed their return value updated 2016-12-09 05:12:27 -08:00
windows windows: add whitespace to fix macro preprocessing issue (thanks, Sven!). 2016-12-13 00:22:42 -05:00
winrt Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypes 2016-12-26 02:12:21 -08:00
x11 x11: Don't loop forever if the X server refuses a pointer grab. 2016-12-26 23:02:14 -05:00
SDL_blit_0.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_1.c Patch from Sylvain to fix clang warnings 2016-11-13 22:57:41 -08:00
SDL_blit_A.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_auto.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_auto.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_copy.c Fixed bug 3096 - SDL_BlitSurface with overlapping source and destination 2016-10-10 18:28:05 +02:00
SDL_blit_copy.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_N.c Fixed bug 1646 - Warnings from clang with -Weverything 2016-11-15 01:30:08 -08:00
SDL_blit_slow.c Fixed bug 3159 - SDL_blit_slow with BLENDING does not work 2016-10-01 13:40:01 -07:00
SDL_blit_slow.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit.c We don't currently support blitting to < 8 bpp surfaces, return an error instead of corrupting memory in that case. 2016-12-31 18:11:19 -08:00
SDL_blit.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_bmp.c Removed unused constants 2016-11-15 01:24:58 -08:00
SDL_clipboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_egl_c.h Fixed bug 3513 - SDL_GL_SwapWindow does not return error status 2016-12-09 01:47:43 -08:00
SDL_egl.c Fixed build for EGL platforms 2016-12-09 05:00:35 -08:00
SDL_fillrect.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_pixels_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_pixels.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_rect_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_rect.c Fixed all known static analysis bugs, with checker-279 on macOS. 2016-11-24 21:41:09 -05:00
SDL_RLEaccel_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_RLEaccel.c Fixed all known static analysis bugs, with checker-279 on macOS. 2016-11-24 21:41:09 -05:00
SDL_shape_internals.h Renaming of guard header names to quiet -Wreserved-id-macro 2016-11-20 21:34:54 -08:00
SDL_shape.c Pacify some GCC strict-aliasing compiler warnings. 2016-11-23 21:52:48 -05:00
SDL_stretch.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_surface.c Fixed bug 3340 - SDL_BlitScaled causes access violation in some cases. 2016-11-30 22:06:05 -08:00
SDL_sysvideo.h Fixed creating a renderer on the dummy driver on Mac OS X 2016-12-11 12:01:01 -08:00
SDL_video.c Fixed bug 3541 - DisplayIndex out of bounds in SDL_SetWindowPosition 2016-12-31 10:30:07 -08:00
sdlgenblit.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00