d174341b6d
Centralize SDL input subsystem ownership for hotplug recovery
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 07:57:41 -07:00
e94f0c5990
Throttle hotplug re-enumeration retries and reduce log noise
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 07:40:45 -07:00
5f41d9a4c3
Recover gamepad reconnect by forcing SDL re-enumeration
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 07:38:51 -07:00
6742e9153c
Force SDL joystick refresh during reconnect recovery poll
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 02:10:03 -07:00
bcb721bca3
Poll gamepad recovery even when SDL event queue is busy
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 02:08:56 -07:00
b03a4341e3
Poll SDL device list to recover missing hotplug events
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 02:06:12 -07:00
e005587806
Recover gamepad state when add events are missed
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 02:00:45 -07:00
cf652190a3
Handle joystick hotplug fallback and avoid stale gamepad matches
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 01:52:03 -07:00
ca41cf32cc
Clean up stale detached gamepads before hotplug reattach
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 01:44:04 -07:00
e88be5dce2
Align input policy startup flow and fix gamepad reconnect handling
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 01:36:36 -07:00
3767a9eac3
Add keyboard and gamepad shortcuts for control panel
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 01:15:12 -07:00
8a7be971a4
Make in-stream control panel persistent and readable
2026-02-12 01:15:03 -07:00
7e9a4add09
Finalize session input policy host sync
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-12 00:38:05 -07:00
9e52a4200b
Phase 4 volume
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-11 21:20:48 -07:00
f78a63ab75
Add runtime input toggles and gated input sending
Build / setup (push) Waiting to run
Build / build-appimage (push) Blocked by required conditions
Build / build-steamlink (push) Blocked by required conditions
Build / build-windows-macos (push) Blocked by required conditions
2026-02-11 17:18:53 -07:00
Cameron Gutman
8d5072533f
Fix polish() loop in the quit dialog
...
Build / setup (push) Has been cancelled
Build / build-appimage (push) Has been cancelled
Build / build-steamlink (push) Has been cancelled
Build / build-windows-macos (push) Has been cancelled
Fixes #1816
2026-02-07 22:01:26 -06:00
Cameron Gutman
34c9e01a96
Exclude Windows and macOS systems from the slow GPU heuristic
...
It's targeted at SBCs, which don't run Windows or macOS.
2026-02-06 22:37:33 -06:00
Cameron Gutman
ddc6675dc8
Fix macOS and Steam Link build
2026-02-06 22:27:57 -06:00
Cameron Gutman
f0626e8cae
Exit immediately on repeated SIGINT/SIGTERM without progress
2026-02-05 23:55:02 -06:00
Cameron Gutman
6f4ced5ed6
Assume GPUs on non-x86 platforms are slow by default
...
This can be overriden with GL_IS_SLOW=0 at runtime
for systems with a fast GPU, though it doesn't make
much difference either way for non-KMSDRM cases.
For slower GPUs, this enables important scaling and
rendering optimizations that can substantially
improve performance (especially on fillrate-limited
GPUs common in SBCs).
2026-02-05 23:17:23 -06:00
Cameron Gutman
0a2b134d49
Disable the DRM master hooks when EGLFS isn't used
2026-02-05 22:36:31 -06:00
Cameron Gutman
8795fb54f4
Fix double-free in Vulkan renderer when an overlay is disabled
...
Also a drive-by fix to avoid pl_tex copying
2026-02-04 23:05:01 -06:00
Cameron Gutman
092eb1b117
Enable SDL3 fast parameter checks
2026-02-04 22:42:58 -06:00
Cameron Gutman
60fd840d7a
Remove _USE_MATH_DEFINES workaround for SDL2
2026-01-31 13:51:59 -06:00
Cameron Gutman
5020fc6f48
Do not reset the renderer on SDL_RENDER_TARGETS_RESET
...
We only need to do this on a SDL_RENDER_DEVICE_RESET where we lose the whole device.
This also reverts a56efe5 since this change is not needed when handling the reset events properly.
2026-01-31 13:00:23 -06:00
Cameron Gutman
a2122e17c6
Explicitly request linear sampling in StretchRect()
2026-01-31 12:48:03 -06:00
Cameron Gutman
6bb7c8bf2a
Fix blurriness of DXVA2 overlay
...
Also make a drive-by fix for D3DTSS_COLOROP since we don't use vertex colors.
2026-01-31 12:44:50 -06:00
Cameron Gutman
2dda65078f
Remove D3D9Ex focus loss hint workaround
...
SDL3 doesn't suffer this bug and keeping the default SDL3 auto behavior (minimize iff in exclusive mode) is a better UX.
2026-01-30 21:07:01 -06:00
Cameron Gutman
a56efe5c36
Fix infinite renderer resets on SDL3 using direct3d renderer
2026-01-30 20:39:53 -06:00
Cameron Gutman
b7a05d73b9
Update SDLRenderer capabilities to match SDL3 behavior
2026-01-30 20:38:53 -06:00
Cameron Gutman
6d5b9e4706
Remove Windows dark mode hack since SDL3 supports it natively
2026-01-30 19:57:11 -06:00
Cameron Gutman
9813932c1b
Switch to SDL3+SDL2-compat
2026-01-30 19:44:29 -06:00
Cameron Gutman
d4d4ab5b06
Only use the libssl.so linking hack for AppImages
2026-01-27 22:22:29 -06:00
Cameron Gutman
402ac59390
Fix forcing X11 SDL video driver on XWayland when not built with Wayland
2026-01-27 22:22:29 -06:00
Cameron Gutman
c33c49e6fa
Update libplacebo and drop old Gamescope workaround
2026-01-27 22:22:29 -06:00
Cameron Gutman
f4712718cb
Allow focus to move up to the toolbar from the PC/app grid
2026-01-27 00:24:29 -06:00
Cameron Gutman
d040bd24d1
Add keyboard/gamepad focus navigation to dialog buttons
2026-01-27 00:13:47 -06:00
Cameron Gutman
6d40c61850
Only set initial MenuItem focus if not activating via mouse
...
Having an initially highlighted item when using mouse navigation
doesn't adhere to UX norms and also can lead to a janky feeling
when the focus flip-flops from the item under the user's cursor
to the first item as the Menu opens.
2026-01-26 23:46:57 -06:00
Cameron Gutman
b4a5d21f97
Fix focusing after closing a dialog
2026-01-26 23:20:38 -06:00
Cameron Gutman
792f762c15
Standardize on QString::toUtf8()
2026-01-26 21:49:08 -06:00
Cameron Gutman
8c9c799f81
Fix Clazy non-pod-global-static warnings
2026-01-26 21:49:08 -06:00
Cameron Gutman
4eaf037c75
Fix Clazy readlock-detaching warning
2026-01-26 21:49:08 -06:00
Cameron Gutman
b732b58807
Fix Clazy returning-data-from-temporary warnings
2026-01-26 21:49:08 -06:00
Cameron Gutman
d484ec3ac8
Fix Clazy range-loop-detach warnings
2026-01-26 21:49:08 -06:00
Cameron Gutman
f5f06ae44e
Remove handling for Windows versions that are no longer supported
2026-01-26 20:04:15 -06:00
Cameron Gutman
d2fa488979
Move heavy SystemProperties loads to an opt-in model
...
This avoids heavyweight operations when we're not actually running config checks.
2026-01-26 19:46:49 -06:00
Cameron Gutman
cd9aceb62c
Disable D3D11VA texture sharing on known broken GPUs
2026-01-26 19:37:43 -06:00
Cameron Gutman
d5b7ef0c58
Don't pump events in SdlGamepadKeyNavigation
...
This can cause reentrancy issues by invoking Qt-based event
processing while in the context of SDL (via libdecor's GTK loop).
Fixes #1802
2026-01-26 18:19:55 -06:00
Cameron Gutman
e4be57db5d
Remove superfluous Session checks in prepareToRender()
...
prepareToRender() is only called with a live Session.
2026-01-26 18:17:14 -06:00
Cameron Gutman
64fea80ac9
Create the SystemProperties test window on the main thread
2026-01-25 17:10:04 -06:00