Ryujinx-SDL/src/video
Sam Lantinga d024c724d1 Fixed signedness issue when blitting on a big endian platform, as reported by capehill
For example, if sR is 0 and dR is 255, we will get -255*sA casted to an unsigned value. Basically results are quite large numbers instead of the expected 0-255 range.
2017-01-05 08:16:39 -08:00
..
android Updated copyright for 2017 2017-01-01 18:33:28 -08:00
cocoa Updated copyright for 2017 2017-01-01 18:33:28 -08:00
directfb Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_Quit 2017-01-01 19:10:36 -08:00
dummy Updated copyright for 2017 2017-01-01 18:33:28 -08:00
emscripten Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_Quit 2017-01-01 19:10:36 -08:00
haiku Updated copyright for 2017 2017-01-01 18:33:28 -08:00
mir Fixed bug 3539 - SDL2, missing MIR LDFLAGS 2017-01-02 10:30:32 -08:00
nacl Updated copyright for 2017 2017-01-01 18:33:28 -08:00
pandora Updated copyright for 2017 2017-01-01 18:33:28 -08:00
psp Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_Quit 2017-01-01 19:10:36 -08:00
raspberry Updated copyright for 2017 2017-01-01 18:33:28 -08:00
uikit Updated copyright for 2017 2017-01-01 18:33:28 -08:00
vivante Updated copyright for 2017 2017-01-01 18:33:28 -08:00
wayland Fixed bug 3519 - SDL_GetDisplayMode fails to report mode.format when using Wayland backend 2017-01-03 00:44:05 -08:00
windows Updated copyright for 2017 2017-01-01 18:33:28 -08:00
winrt Updated copyright for 2017 2017-01-01 18:33:28 -08:00
x11 x11: deal with xrandr display size in millimeters being zero. 2017-01-04 09:33:47 -05:00
SDL_blit_0.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_1.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_A.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_auto.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_auto.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_copy.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_copy.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_N.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_slow.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_slow.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit.h Fixed signedness issue when blitting on a big endian platform, as reported by capehill 2017-01-05 08:16:39 -08:00
SDL_bmp.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_clipboard.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_egl_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_egl.c Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_Quit 2017-01-01 19:10:36 -08:00
SDL_fillrect.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_pixels_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_pixels.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_rect_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_rect.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_RLEaccel_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_RLEaccel.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_shape_internals.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_shape.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_stretch.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_surface.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_sysvideo.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_video.c x11: deal with xrandr display size in millimeters being zero. 2017-01-04 09:33:47 -05:00
sdlgenblit.pl Updated copyright for 2017 2017-01-01 18:33:28 -08:00