Commit Graph

  • 6707df6d88 Updated Steam Controller packet handling Sam Lantinga 2026-02-12 14:34:20 -08:00
  • 84c21cf970 Updated Steam Controller packet handling Sam Lantinga 2026-02-12 14:34:20 -08:00
  • 57462dad9c Correct the sensor axis ordering with the Linux Nintendo driver Alexandre Derumier 2025-11-30 11:35:36 -08:00
  • cf5dabd6ea Correct the sensor axis ordering with the Linux Nintendo driver Alexandre Derumier 2025-11-30 11:35:36 -08:00
  • 744ea5701c Fixed initializing the PowerA OPS v1 Wireless Controller Sam Lantinga 2026-02-11 16:54:02 -08:00
  • b467276f4a Fixed initializing the PowerA Fusion Pro 4 on Steam Link hardware Sam Lantinga 2026-02-11 16:53:13 -08:00
  • 4e2fd57e77 Fixed initializing the PowerA OPS v1 Wireless Controller Sam Lantinga 2026-02-11 16:54:02 -08:00
  • 2b484a1ccb Fixed initializing the PowerA Fusion Pro 4 on Steam Link hardware Sam Lantinga 2026-02-11 16:53:13 -08:00
  • ac3afa1f38 audio: Moved a variable into nested scope where it's actually used. Ryan C. Gordon 2026-02-11 14:54:14 -05:00
  • 4361920501 Fixed HIDAPI hotplug detection in applications that don't initialize video Sam Lantinga 2026-02-11 09:11:37 -08:00
  • eaeca340f3 Fixed HIDAPI hotplug detection in applications that don't initialize video Sam Lantinga 2026-02-11 09:11:37 -08:00
  • b5cad69b9c Fixed HIDAPI hotplug detection when initializing gamepads off the main thread Sam Lantinga 2026-02-11 09:02:46 -08:00
  • d3f9899df5 Fixed HIDAPI hotplug detection when initializing gamepads off the main thread Sam Lantinga 2026-02-11 09:02:46 -08:00
  • e134d6fd7e Added a note about SDL_HINT_AUTO_UPDATE_JOYSTICKS to the SDL_UpdateJoysticks() docs Sam Lantinga 2026-02-11 09:01:57 -08:00
  • 73500019ea Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-11 14:33:15 +00:00
  • 85c297a28b Added IMU support for GameSir controllers with optimized sampling rate and timestamp synchronization. chenzw 2026-02-10 15:51:35 +08:00
  • 6f1aa78e04 fixed trigger axes formula: data * 257 - 32768 (same as PS4) walle 2026-02-09 21:13:18 +08:00
  • 226057601f fixed Clamp -(-32768) to 32767 to avoid Sint16 overflow wrapping back to -32768 walle 2026-02-09 19:48:06 +08:00
  • 304fcaeec2 SendGameSirModeSwitch code cleanup chenzw 2026-02-06 17:53:20 +08:00
  • 6ae268ba17 Remove GameSir-G7 Pro chenzw 2026-02-06 14:21:13 +08:00
  • d2ca570050 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-11 02:41:57 +00:00
  • 71f4af7322 Eliminate contention between HIDAPI controller reads and writes Sam Lantinga 2026-02-09 21:17:24 -08:00
  • 723b77ede8 wasapi: Patched to compile. Ryan C. Gordon 2026-02-10 11:17:19 -05:00
  • 31404a9dcb wasapi: Patched to compile. Ryan C. Gordon 2026-02-10 11:17:19 -05:00
  • a7bac75470 Android: prevent SDLActivity and Main Thread to access mJoystick at the same time. same for mHapticHandler Sylvain 2026-02-10 13:34:37 +01:00
  • a35bcad0be Android: prevent SDLActivity and Main Thread to access mJoystick at the same time. same for mHapticHandler Sylvain 2026-02-10 13:34:37 +01:00
  • 6f45f97af0 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-10 15:51:32 +00:00
  • c223c5494d wasapi: stop infinite loop in audio thread when recording device is unplugged. Ryan C. Gordon 2026-02-10 09:24:34 -05:00
  • a806a9092b wasapi: stop infinite loop in audio thread when recording device is unplugged. Ryan C. Gordon 2026-02-10 09:24:34 -05:00
  • 55d78567b1 video: Wrap OpenGL work in ifdefs. Ryan C. Gordon 2026-02-06 13:58:55 -05:00
  • 88bbc94921 video: Respect SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE with GL_FRAMEBUFFER_SRGB. Ryan C. Gordon 2026-02-06 13:53:16 -05:00
  • 027183f89c video: Maybe fix build. Ryan C. Gordon 2026-02-06 13:50:27 -05:00
  • 0810c5ac0d video: Force GL_FRAMEBUFFER_SRGB state at OpenGL context creation time. Ryan C. Gordon 2026-02-06 13:39:36 -05:00
  • 9f45801fa7 render: OpenGL and GLES2 should explicitly request a not-sRGB-capable context. Ryan C. Gordon 2026-02-06 13:42:55 -05:00
  • ae3bb879c7 emscripten: drag-and-drop fixes. Ryan C. Gordon 2026-02-09 21:35:14 -05:00
  • 267e681a0b emscripten: drag-and-drop fixes. Ryan C. Gordon 2026-02-09 21:35:14 -05:00
  • 17eb20505c Fix the 8BitDo Ultimate 2D Wireless Controller showing up multiple times Sam Lantinga 2026-02-09 13:28:04 -08:00
  • 9f8c70713a Fix the 8BitDo Ultimate 2D Wireless Controller showing up multiple times Sam Lantinga 2026-02-09 13:28:04 -08:00
  • 8da6604854 video: GL_FRAMEBUFFER_SRGB is not core in any version of OpenGL ES. Ryan C. Gordon 2026-02-09 15:47:43 -05:00
  • 6f754e5c03 Fix warnings: extra semi - spurious (#15014) RaceTheMaSe 2026-02-09 20:48:58 +01:00
  • f1a7a64eb4 Fix warnings: Extra semi - macro usage (#15015) RaceTheMaSe 2026-02-09 01:58:53 +01:00
  • badd9e5a15 You can't combine SDL_STRINGIFY_ARG() and SDL_FUNCTION Sam Lantinga 2026-02-08 10:51:43 -08:00
  • 576c2d2f2c Merge all occurances of __func__ and __FUNCTION__ to SDL_FUNCTION Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 6feb0e1333 You can't combine SDL_STRINGIFY_ARG() and SDL_FUNCTION Sam Lantinga 2026-02-08 10:51:43 -08:00
  • 48e5fc7b69 cocoa: Fix 1px border in fullscreen on Tahoe Cameron Gutman 2026-02-07 23:57:24 -06:00
  • 1d83a35e48 cocoa: Fix 1px border in fullscreen on Tahoe Cameron Gutman 2026-02-07 23:57:24 -06:00
  • 12e9ff33c3 Fixed checking against cached shader params (thanks @ccawley2011!) Sam Lantinga 2026-02-03 21:19:26 -08:00
  • 4de62c35c0 Fixed checking against cached shader params (thanks @ccawley2011!) Sam Lantinga 2026-02-03 21:19:26 -08:00
  • 0c121ad6a7 conditional expression is constant Max Seidenstücker 2026-02-08 11:59:55 +01:00
  • d063cb01e9 variable conditionally uninitialized Max Seidenstücker 2026-02-08 06:57:57 +01:00
  • 054bea938a dummyaudio: Remove bitrotted support for __EMSCRIPTEN_PTHREADS__ code path. William Horvath 2026-02-07 22:06:14 -08:00
  • b9107ec196 dialog_utils: fix NameTransform() function pointer type (#15002) RaceTheMaSe 2026-02-07 21:23:47 +01:00
  • 8ee7dc2f9f dummyaudio: Remove bitrotted support for __EMSCRIPTEN_PTHREADS__ code path. William Horvath 2026-02-07 22:06:14 -08:00
  • c15ca27740 dialog_utils: fix NameTransform() function pointer type (#15002) RaceTheMaSe 2026-02-07 21:23:47 +01:00
  • 5728f9d703 wayland: Check the mod state when sending repeated key text Frank Praznik 2026-02-07 14:11:58 -05:00
  • f07ba5b954 wayland: Check the mod state when sending repeated key text Frank Praznik 2026-02-07 14:11:58 -05:00
  • e61a874c66 Fix SDL_TriggerBreakpoint being undefined on slimcc ROllerozxa 2026-02-07 15:27:48 +01:00
  • 3919cc902e Fix SDL_TriggerBreakpoint being undefined on slimcc ROllerozxa 2026-02-07 15:27:48 +01:00
  • ba3274e3a1 hidapi, windows: Fix -Wjump-misses-init warning (#14990) RaceTheMaSe 2026-02-07 19:10:50 +01:00
  • 7c7ffb9115 tests: Fix unreachable code warnings (#14993) RaceTheMaSe 2026-02-07 18:42:59 +01:00
  • 863912aa03 PS2, VITA: Fix void pointer arithmetic warnings (#14995) RaceTheMaSe 2026-02-07 18:39:33 +01:00
  • 4f183506f6 Fix warning: strict prototypes (#14992) RaceTheMaSe 2026-02-07 16:38:59 +01:00
  • 2b72332b81 Fix Switch and Switch 2 player LED patterns Vicki Pfau 2026-02-07 02:40:54 -08:00
  • 017d950b6b Fix Switch and Switch 2 player LED patterns Vicki Pfau 2026-02-07 02:40:54 -08:00
  • 8f8880a8eb Merge all occurances of __func__ and __FUNCTION__ to SDL_FUNCTION Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • d870911202 CodeSpell Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 8b53b77058 annotate no return Max Seidenstücker 2026-02-06 19:24:51 +01:00
  • 144ab4ba99 Void function return Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 0c7d4d5a89 Static at beginning Max Seidenstücker 2026-02-06 16:20:00 +01:00
  • 9fda8f2669 Fix -Wnewline-eof warnings (#14989) RaceTheMaSe 2026-02-07 16:04:18 +01:00
  • bf58ff81d8 comma at end of enum Max Seidenstücker 2026-02-06 19:35:54 +01:00
  • 3dc48a4890 video: Wrap OpenGL work in ifdefs. Ryan C. Gordon 2026-02-06 13:58:55 -05:00
  • df9f56f958 Sync SDL3 wiki -> header SDL Wiki Bot 2026-02-06 18:59:48 +00:00
  • 88d5a5a2b9 Clarify that SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS can be set anytime Sam Lantinga 2026-02-06 10:58:34 -08:00
  • 9f5747ccd4 video: Respect SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE with GL_FRAMEBUFFER_SRGB. Ryan C. Gordon 2026-02-06 13:53:16 -05:00
  • 01689bca0e video: Maybe fix build. Ryan C. Gordon 2026-02-06 13:50:27 -05:00
  • 083c6b8872 video: Force GL_FRAMEBUFFER_SRGB state at OpenGL context creation time. Ryan C. Gordon 2026-02-06 13:39:36 -05:00
  • 60690ff829 render: OpenGL and GLES2 should explicitly request a not-sRGB-capable context. Ryan C. Gordon 2026-02-06 13:42:55 -05:00
  • c9116daa71 Fixed build Sam Lantinga 2026-02-06 10:32:19 -08:00
  • 8e783e0892 Fixed building with Visual Studio 2019 Sam Lantinga 2026-02-06 10:15:39 -08:00
  • 9ee86e7e79 Fixed building with -DSDL_HIDAPI=OFF Sam Lantinga 2026-02-06 09:59:37 -08:00
  • 56b77177a9 Fixed building with -DSDL_HIDAPI=OFF Sam Lantinga 2026-02-06 09:59:37 -08:00
  • fdfcfc0566 Make sure native textures have the same channel precision if possible Sam Lantinga 2026-02-06 09:50:18 -08:00
  • 6168085e45 cocoawindow: fix wrong content scale with ANGLE EGL context Jari Vetoniemi 2026-02-04 04:36:57 +09:00
  • ef41e0a0f0 cocoawindow: fix wrong content scale with ANGLE EGL context Jari Vetoniemi 2026-02-04 04:36:57 +09:00
  • 07bf82e39e SDL_render_psp.c: Also apply the similar fix to PSP Since this problem is the same here Wohlstand 2026-02-06 15:32:12 +03:00
  • a2a4c2d439 SDL_render_vita_gxm.c: Fixed the black screen due to zero cliprect Wohlstand 2026-02-06 13:45:58 +03:00
  • d2995655d5 SDL2: PSP: Fixed render-to-texture larger than screen Wohlstand 2025-09-30 01:34:17 +03:00
  • fe834123fd SDL_render_psp.c: Implemented working viewport support Wohlstand 2025-09-28 18:40:34 +03:00
  • 000d56702e SDL_render_psp.c: Also apply the similar fix to PSP Wohlstand 2026-02-06 15:30:37 +03:00
  • c12d90108f SDL_render_vita_gxm.c: Fixed the black screen due to zero cliprect Wohlstand 2026-02-06 15:27:22 +03:00
  • 44c0feed99 Revert "Reverted Vita cliprect changes" Wohlstand 2026-02-06 15:25:45 +03:00
  • a36ef1f187 SDL_render_psp.c: Also apply the similar fix to PSP Wohlstand 2026-02-06 15:30:37 +03:00
  • 87a81bd09d SDL_render_vita_gxm.c: Fixed the black screen due to zero cliprect Wohlstand 2026-02-06 15:27:22 +03:00
  • 75d1d64c75 Revert "Reverted Vita cliprect changes" Wohlstand 2026-02-06 15:25:45 +03:00
  • c080cc8068 SDL_render_psp.c: Also apply the similar fix to PSP Since this problem is the same here Wohlstand 2026-02-06 15:32:12 +03:00
  • 2956d55797 SDL_render_vita_gxm.c: Fixed the black screen due to zero cliprect Wohlstand 2026-02-06 13:45:58 +03:00
  • ec113c1f82 SDL_cocoawindow.m: fix what seems to be a typo in commit 649c36c5: Ozkan Sezer 2026-02-06 06:04:40 +03:00
  • b1d95b9d20 SDL_cocoawindow.m: fix what seems to be a typo in commit 649c36c5: Ozkan Sezer 2026-02-06 06:04:40 +03:00
  • 7b8ce0df4b Add QNX to the supported platforms list Cameron Cawley 2026-02-05 23:08:01 +00:00