SDL/src
Ryan C. Gordon c56a1c664c
aaudio: We PlayDevice first and WaitDevice after; reduce semaphore count by 1.
Previously, we would WaitDevice first, but that would feed a silent buffer
to AAudio upfront, introducing latency. When this change was made, the
semaphore count should have been adjusted, since we're waiting on one less
buffer.

Fixes #12882.

(cherry picked from commit 2767c1a440)
2025-04-25 15:08:56 -04:00
..
atomic Updated copyright for 2025 2025-01-01 07:45:52 -08:00
audio aaudio: We PlayDevice first and WaitDevice after; reduce semaphore count by 1. 2025-04-25 15:08:56 -04:00
camera pipewire: Don't require pw_check_library_version() with Pipewire < 0.3.75 2025-03-03 07:32:51 -08:00
core Added special handling for SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY 2025-04-03 11:34:03 -07:00
cpuinfo Implement SDL_GetSystemRAM and SDL_GetNumLogicalCPUCores for the 3ds (#12494) 2025-03-08 09:54:43 -08:00
dialog [Windows]: dialog: Add OFN_OVERWRITEPROMPT to save dialogs (#12782) 2025-04-08 21:34:23 -07:00
dynapi dynapi: Don't use SDL_getenv; it might malloc before the app sets an allocator. 2025-02-06 12:46:15 -05:00
events keyboard: Don't check text input on a null window 2025-03-23 23:53:19 -05:00
filesystem Match style 2025-02-27 07:10:09 -08:00
gpu GPU D3D12 - Update to use typeless formats for depth buffer (#12701) 2025-04-23 16:30:47 -07:00
haptic Add SDL_HINT_JOYSTICK_HAPTIC_AXES 2025-02-24 15:12:04 -08:00
hidapi Fixed conflict when linking both SDL and hidapi statically 2025-04-10 09:58:13 -07:00
io asyncio: SDL_LoadFileAsync was not null-terminating the file data. 2025-03-20 16:30:04 -07:00
joystick Add Padix Rockfire devices (#12884) 2025-04-24 11:28:48 -07:00
libm Updated copyright for 2025 2025-01-01 07:45:52 -08:00
loadso Updated copyright for 2025 2025-01-01 07:45:52 -08:00
locale Fixed language detection on iOS 2025-01-03 15:27:08 -08:00
main Updated copyright for 2025 2025-01-01 07:45:52 -08:00
misc Bumped deployment requirements for Apple platforms 2025-01-14 12:03:07 -08:00
power Updated copyright for 2025 2025-01-01 07:45:52 -08:00
process Fixed process I/O redirection to NUL on Windows 2025-04-11 15:45:33 -07:00
render SDL_GetRectIntersectionFloat(): Allow rendering zero-sized srcrect 2025-04-23 16:16:24 -07:00
sensor Remove newlines from log messages 2025-01-22 20:25:04 -08:00
stdlib Initialize the padding of aligned allocations to zero 2025-03-12 11:43:09 -07:00
storage storage: enumerate and glob on storage can accept a NULL path. 2025-01-17 20:11:50 -05:00
test Removed help for obsolete (and removed) command line option 2025-03-12 12:38:52 -07:00
thread Fix n3ds/SDL_syssem.c:SDL_SignalSemaphore (libsdl-org/SDL#12411) 2025-03-07 17:32:05 -08:00
time time: Fix compilation on Solaris 2025-03-19 12:27:39 -04:00
timer timer, windows: allow building high resolution code with old SDKs. 2025-02-02 21:23:50 +03:00
tray Fix GTK tray icon without menu + lifetime 2025-02-12 16:18:31 -08:00
video cocoa: Popup menus always accept first click 2025-04-25 09:36:12 -04:00
SDL.c Save and restore error messages when rolling back after failed init 2025-03-02 07:57:36 -08:00
SDL_assert.c emscripten: Don't use legacy JS library functions for assertions 2025-03-20 16:32:40 -07:00
SDL_assert_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_error.c Don't log SDL errors by default 2025-01-02 17:32:10 -08:00
SDL_error_c.h Save and restore error messages when rolling back after failed init 2025-03-02 07:57:36 -08:00
SDL_guid.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hints.c Added special handling for SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY 2025-04-03 11:34:03 -07:00
SDL_hints_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_internal.h Disable all camera drivers if SDL_CAMERA_DISABLED is defined 2025-02-22 09:48:49 -08:00
SDL_list.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_list.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_properties.c Don't allow further operations on properties while we're destroying them 2025-02-26 08:34:14 -08:00
SDL_properties_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_utils.c Added support for the HORI Taiko No Tatsujin Drum Controller 2025-04-02 08:30:55 -07:00
SDL_utils_c.h Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00