SDL/src
Ryan C. Gordon c331b64d79
audio: Tighten up possession of detectionLock during device open.
We don't need it for most of the time, and holding it during the backend's
OpenDevice upsets ThreadSanitizer vs our PulseAudio code.

Fixes #7427.
2023-11-20 01:01:49 -05:00
..
atomic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
audio audio: Tighten up possession of detectionLock during device open. 2023-11-20 01:01:49 -05:00
core cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
cpuinfo cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
dynapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
events cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
file cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
filesystem cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
haptic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
hidapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
joystick cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
locale cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
main cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
misc [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
power cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
render Use the correct pixel formats for OpenGL ES on big endian 2023-11-17 15:03:37 -08:00
sensor cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
stdlib cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
test cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
thread cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
timer cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
video Avoid textinput events when pasting from clipboard on iOS. 2023-11-19 08:20:01 -08:00
SDL.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_assert.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c Re-add SDL_assert() with non boolean ptr syntax (#8531) 2023-11-11 12:29:05 +03:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_hints.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils_c.h Don't bother re-encoding Latin1 characters in the ASCII range 2023-06-04 05:40:07 -07:00