SDL/src
Ryan C. Gordon 58f2586b44
pulseaudio: Hotplug thread fixes.
This used a tiny stack, which apparently upsets Blender for various
technical reasons. Instead, just use the default stack size, which should
give it plenty of space to work.

If the thread failed to create, we would then wait on a semaphore that would
never trigger, so don't do that anymore!

Fixes #10806.

(cherry-picked from commit b7dc30ca24)
2024-09-12 18:00:58 -04:00
..
atomic atomic: Solaris needs the _nv variant of atomic_or_uint. 2024-06-27 01:43:25 -04:00
audio pulseaudio: Hotplug thread fixes. 2024-09-12 18:00:58 -04:00
core Fix UWP build in non-UNICODE mode 2024-07-19 10:20:11 +00:00
cpuinfo add failsafe for querying cache line size on linux 2024-08-06 09:51:00 -07:00
dynapi Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
events Add SDL_MOUSE_RELATIVE_CURSOR_VISIBLE (#7947) 2024-06-20 09:28:58 -07:00
file SDL_rwops.c: stdio_seek - skip API call for RW_SEEK_CUR with 0 offset 2024-08-16 17:12:34 -04:00
filesystem Fix UWP build in non-UNICODE mode 2024-07-19 10:20:11 +00:00
haptic Updated copyright for 2024 2024-01-01 13:19:49 -08:00
hidapi Fix -Wdeclaration-after-statement warnings 2024-08-14 10:35:43 +00:00
joystick SDL_XINPUT_Enabled() returns false until XInput DLL is successfully loaded 2024-09-06 11:24:43 -07:00
libm Updated copyright for 2024 2024-01-01 13:19:49 -08:00
loadso Fix UWP build in non-UNICODE mode 2024-07-19 10:20:11 +00:00
locale N3DS: Fix locale name and early return. 2024-03-19 16:54:30 -07:00
main PSP: Throw SDL_EVENT_QUIT event upon exit (thanks @sharkwouter!) 2024-08-18 08:30:03 -07:00
misc Updated copyright for 2024 2024-01-01 13:19:49 -08:00
power Fix -Wdeclaration-after-statement warnings 2024-08-14 10:35:43 +00:00
render Allow MessageBox to work without window 2024-08-23 11:50:00 -07:00
sensor Use SDL_test + don't use macros 2024-05-16 17:54:13 +02:00
stdlib Implemented left-justification in SDL_PrintString() 2024-08-04 20:05:41 -07:00
test Increase maximum line length of SDLTest_LogAllocations 2024-09-01 02:18:47 +02:00
thread pthread: timespec.tv_nsec must be less then 1000000000 ns 2024-07-14 17:29:07 +02:00
timer Fixing systimer 2024-06-26 15:28:16 -07:00
video wayland: Send exposure events when showing or resizing the window 2024-09-10 10:19:48 -04:00
SDL.c Make sure SDL subsystems are initialized before starting threads 2024-07-12 09:09:57 -07:00
SDL_assert.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_assert_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_dataqueue.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_dataqueue.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_error.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_error_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_guid.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_hints.c Added NULL pointer check 2024-05-17 09:01:11 -07:00
SDL_hints_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_internal.h Make sure SDL subsystems are initialized before starting threads 2024-07-12 09:09:57 -07:00
SDL_list.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_list.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_log.c Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:46:25 -08:00
SDL_log_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_utils.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_utils_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00