SDL/src
Aaron Benjamin 1f7db1ebcf Improve OpenXR loader error messages
When the OpenXR loader library fails to load, provide a detailed error
message explaining:
- On Windows: need openxr_loader.dll in app directory or PATH
- On Linux: install libopenxr-loader package or set LD_LIBRARY_PATH
- Can use SDL_HINT_OPENXR_LIBRARY hint to specify path

Also update D3D12 backend to include the error in its warning log,
and remove redundant SDL_SetError in Vulkan backend that was
overwriting the detailed message.
2026-02-02 10:31:59 -05:00
..
atomic Fix compiler warning in MSVC ARM64 builds 2026-01-19 10:16:35 -08:00
audio Fix typos in comments. 2026-01-30 07:25:02 -08:00
camera Fix typos in comments. 2026-01-30 07:25:02 -08:00
core Fix typos in comments. 2026-01-30 07:25:02 -08:00
cpuinfo Updated copyright for 2026 2026-01-01 09:40:08 -08:00
dialog Fixed macOS build when video is disabled 2026-01-29 14:29:46 -08:00
dynapi GPU: OpenXR integration (#14837) 2026-01-30 17:18:51 -05:00
events Fix incorrect type in SDL_GetMice() and SDL_GetKeyboards() allocation (#14870) 2026-01-19 15:23:55 -08:00
filesystem iOS: if the file doesn't exist in the pref path, use the current directory 2026-01-02 08:19:28 -08:00
gpu Improve OpenXR loader error messages 2026-02-02 10:31:59 -05:00
haptic More prefer SDL_zero*() 2026-01-23 16:02:16 -08:00
hidapi Fixed conflict when linking both SDL and hidapi statically 2026-01-06 06:10:39 -08:00
io asyncio: don't report failures on closing read-only files with Windows IoRing. 2026-01-31 13:27:19 -05:00
joystick gamepad: Accept older 'Mac OS X' mappings on macOS 2026-01-30 18:12:17 -06:00
libm Updated copyright for 2026 2026-01-01 09:40:08 -08:00
loadso Updated copyright for 2026 2026-01-01 09:40:08 -08:00
locale Updated copyright for 2026 2026-01-01 09:40:08 -08:00
main Updated copyright for 2026 2026-01-01 09:40:08 -08:00
misc Updated copyright for 2026 2026-01-01 09:40:08 -08:00
power More prefer SDL_zero*() 2026-01-23 16:02:16 -08:00
process Updated copyright for 2026 2026-01-01 09:40:08 -08:00
render render: D3D12 Xbox buildfixes 2026-02-02 10:10:08 -05:00
sensor Updated copyright for 2026 2026-01-01 09:40:08 -08:00
stdlib Updated copyright for 2026 2026-01-01 09:40:08 -08:00
storage Updated copyright for 2026 2026-01-01 09:40:08 -08:00
test SDL_test: add --no-time option to not log times 2026-02-01 23:30:51 +01:00
thread Up-to-date QNX support (#14806) 2026-01-30 15:32:43 -08:00
time Updated copyright for 2026 2026-01-01 09:40:08 -08:00
timer Updated copyright for 2026 2026-01-01 09:40:08 -08:00
tray Updated copyright for 2026 2026-01-01 09:40:08 -08:00
video Up-to-date QNX support (#14806) 2026-01-30 15:32:43 -08:00
SDL.c More prefer SDL_zero*() 2026-01-23 16:02:16 -08:00
SDL_assert.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_assert_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_error.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_error_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_guid.c Prefer SDL_zero()/SDL_zerop() 2026-01-23 11:23:27 -08:00
SDL_hashtable.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hashtable.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hints.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hints_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_internal.h GPU: OpenXR integration (#14837) 2026-01-30 17:18:51 -05:00
SDL_list.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_list.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_log.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_log_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_properties.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_properties_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_utils.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_utils_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00