..
android
Work around hang in AAudioStream_write() during extended shared object loading while running in a debugger. Observed on a OnePlus 8T (KB2005) running Oxygen OS 11.0.10.10.KB05AA.
2021-10-13 09:33:51 -07:00
arm
ARM: NEON assembly optimization for SDL_FillRect
2019-10-24 21:17:52 -04:00
cocoa
macOS: Fix implicit integer downcast warnings
2021-10-23 17:45:27 -04:00
directfb
DirectFB: provide RenderCopyEx via RenderGeometry
2021-10-24 22:27:56 -04:00
dummy
video/dummy: Don't zero out the fake display mode before adding it.
2021-06-17 22:11:10 -04:00
emscripten
emscripten: Decrease vertical scroll speed by using deltaMode
2021-11-07 20:50:07 -05:00
haiku
SDL: Updated patches for HAIKU
2021-03-13 18:36:01 -08:00
khronos
Update SDL's copy of the EGL headers from Khronos
2021-08-25 10:50:21 -10:00
kmsdrm
kmsdrm: Use SDL_PremultiplySurfaceAlphaToARGB8888() for cursor surface
2021-10-22 05:50:00 -07:00
nacl
configuration updates for dlopen:
2021-08-10 12:07:32 -07:00
offscreen
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
os2
SDL_os2video.c: missed replacing a use of libc function
2021-10-18 14:10:56 +03:00
pandora
Removed non-functional window grab implementations
2021-02-10 10:22:16 -05:00
psp
Removed non-functional window grab implementations
2021-02-10 10:22:16 -05:00
qnx
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
2020-10-08 16:42:20 -07:00
raspberry
Removed non-functional window grab implementations
2021-02-10 10:22:16 -05:00
riscos
riscos: Disable the mouse pointer for now
2021-10-30 21:25:01 -07:00
uikit
video/uikit: Do not use setNeedsUpdateOfPrefersPointerLocked on iOS SDKs older than 14
2021-10-21 21:21:57 -07:00
vita
Vita: fix IME input languages
2021-10-26 08:29:56 -07:00
vivante
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
wayland
Fixed comment typo
2021-11-08 09:39:21 -08:00
windows
Fixed SetWindowMouseRect return value on Windows
2021-11-08 16:33:50 -08:00
winrt
winrt: Fixed incorrect code in a Windows Phone #ifdef.
2021-08-04 02:30:47 -04:00
x11
x11: Use XCheckIfEvent() instead of XNextEvent() for thread-safety
2021-11-08 19:17:18 -08:00
yuv2rgb
Fixed bug #4841 - Out of bounds read (by 1 byte) in yuvnv12_rgb24_sseu
2021-10-17 22:02:19 +02:00
SDL_blit.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_blit.h
disable pixman ARM blitters for __aarch64__ | _M_ARM64
2021-02-25 11:38:14 -08:00
SDL_blit_0.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_blit_1.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_blit_A.c
Add a fast path for ARGB888->(A)BGR888 blending with pixel alpha
2021-09-28 11:27:56 -07:00
SDL_blit_auto.c
Update SDL_blit_auto.c
2021-03-04 14:36:33 +01:00
SDL_blit_auto.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_blit_copy.c
Fixed building on Windows with cmake, ninja, and clang
2021-08-06 12:28:24 -07:00
SDL_blit_copy.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_blit_N.c
Fixed bug 3727 - Blit from RGB555 to ARGB1555
2021-03-11 20:06:09 +01:00
SDL_blit_slow.c
Software nearest scaling: start at the middle of pixel
2021-03-04 14:33:56 +01:00
SDL_blit_slow.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_bmp.c
Fixed compiler warning on Visual Studio
2021-06-17 11:23:47 -07:00
SDL_clipboard.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_egl.c
egl: Don't fail to create a context if KHR_create_context_no_error is unsupported
2021-09-27 13:53:16 -04:00
SDL_egl_c.h
egl: Group data fields before function pointers in SDL_EGL_VideoData.
2021-09-23 00:03:26 -04:00
SDL_fillrect.c
SDL_fillrect.c: updated SSE_BEGIN macro for windows clang-cl
2021-03-04 18:27:56 +03:00
SDL_pixels.c
Fixed compiler warning
2021-10-30 21:42:07 -07:00
SDL_pixels_c.h
video: Add SDL_PremultiplySurfaceAlphaToARGB8888()
2021-10-22 05:50:00 -07:00
SDL_rect.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_rect_c.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_RLEaccel.c
Error missing 'flags' initialization (see bug #2881 )
2021-04-28 23:40:26 +02:00
SDL_RLEaccel_c.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_shape.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_shape_internals.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_stretch.c
Software nearest scaling: start at the middle of pixel
2021-03-04 14:33:56 +01:00
SDL_surface.c
SDL_ConvertSurface: add an intermediate variable to remove static analysis false positive (see bug #4600 )
2021-08-27 14:09:47 +02:00
SDL_sysvideo.h
Implemented SDL_SetWindowMouseRect() on Windows
2021-11-08 16:29:19 -08:00
SDL_video.c
video: Add SDL_SetWindowMouseRect.
2021-11-08 14:16:54 -08:00
SDL_vulkan_internal.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_vulkan_utils.c
Fixed bug #4337 - compilation of 'SDL_vulkan_utils' fails with 'VK_ERROR_INCOMPATIBLE_VERSION_KHR' undeclared
2021-04-29 22:25:00 +02:00
SDL_yuv.c
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
SDL_yuv_c.h
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
sdlgenblit.pl
Software nearest scaling: start at the middle of pixel
2021-03-04 14:33:56 +01:00