Cameron Gutman
490aa5082f
Don't use SDL locking functions in our open()/close() hooks
...
Other shared library constructors can invoke open()/close() before
SDL2-compat's constructor runs to load SDL3 and populate the SDL3
function table. This causes SDL_AtomicLock()/SDL_AtomicUnlock()
to jump to 0.
See #1707
2025-10-09 20:03:19 -05:00
Cameron Gutman
dd2a99a96b
Prepare for SDL3 support
2025-01-25 16:20:20 -06:00
Cameron Gutman
515db03fe5
Add missing stdbool.h include
2024-10-15 22:38:06 -05:00
Cameron Gutman
054e334066
Allow Qt to borrow DRM master from SDL to update the UI
2024-09-23 22:15:31 -05:00
Cameron Gutman
0e2d5bf441
Fix EGLFS state restoration after Vulkan rendering
2024-09-23 21:32:09 -05:00
Cameron Gutman
9cf305865b
Add support for managing multiple SDL DRM FDs
...
This is required for Vulkan+KMSDRM rendering.
2024-09-21 20:41:43 -05:00
Cameron Gutman
654be492a0
Avoid using LFS64 interfaces with Musl
2023-09-18 20:07:56 -05:00
Cameron Gutman
ab6b88073c
Fix build with _FILE_OFFSET_BITS=64
2022-09-05 22:04:24 -05:00