Yukino Song
ff6315d541
Merge remote-tracking branch 'origin/master'
2024-09-10 17:59:34 +08:00
Yukino Song
6f012a14d1
More graceful(?) HDR reset routine
...
Modified from b6f8573d35/src/platform/windows/display_device/windows_utils.cpp
2024-09-09 16:54:37 +08:00
Yukino Song
f22e02cf14
Set HDR of screen according to client request
2024-09-06 05:42:20 +08:00
Cameron Gutman
6f20cf91da
fix(win/input): use active keyboard layout for non-normalized key events ( #3125 )
2024-09-06 02:18:29 +08:00
Cameron Gutman
49319d7688
fix(win/input): use active keyboard layout for non-normalized key events ( #3125 )
2024-09-04 22:25:02 -05:00
Yukino Song
49adbd098f
Workaround HDR being captured as SDR issue
2024-09-03 17:33:34 +08:00
ns6089
538a64a9cc
fix(win/video): don't offload chroma subsampling math to texture sampler when downscaling ( #3014 )
...
* Don't use sampler math for chroma if downscaling
* Correct portrait rotation offsets
2024-09-03 17:33:33 +08:00
ns6089
7ce8547d6e
fix(win/video): don't offload chroma subsampling math to texture sampler when downscaling ( #3014 )
...
* Don't use sampler math for chroma if downscaling
* Correct portrait rotation offsets
2024-09-02 19:02:05 -05:00
Yukino Song
4353599b74
MISC
2024-09-03 01:01:36 +08:00
LizardByte-bot
0f40a092de
chore: update global workflows ( #3113 )
...
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com >
2024-08-31 17:45:57 +00:00
Yukino Song
6e407578c3
Add QR code pairing
2024-08-31 12:04:39 +08:00
Yukino Song
e6e8e8d056
Shorten the feed-dog interval
2024-08-29 01:06:51 +08:00
Yukino Song
420bf13e88
Merge remote-tracking branch 'origin/master'
2024-08-27 21:47:20 +08:00
Cameron Gutman
3976b63ee8
fix(win/input): fix false warnings about missing ViGEmBus ( #3097 )
2024-08-26 14:41:17 +00:00
Cameron Gutman
88ce5077b0
fix(mdns): don't hardcode mDNS instance name ( #3084 )
2024-08-25 19:20:33 -04:00
ReenigneArcher
bf92fda969
fix(linux): enable lowlatency mode for AMD ( #3088 )
2024-08-25 10:50:51 -04:00
Yukino Song
fcbd86398a
Merge remote-tracking branch 'Nonary/gpu_selection_fix_v2' into vdisplay
2024-08-22 22:11:09 +08:00
Yukino Song
f2401c08f7
Set render adapter for virtual display driver w/ show detailed virtual display driver status on config
2024-08-21 00:06:41 +08:00
Yukino Song
0f6d9ba66e
Merge remote-tracking branch 'origin/master' into vdisplay
2024-08-20 19:27:45 +08:00
Yukino Song
79c4b15b1a
More detailed vdisplay driver state
2024-08-20 13:01:49 +08:00
Yukino Song
bb88a3c314
Add scale factor w/ use server UUID for monitor GUID if client uid not present
2024-08-20 03:48:20 +08:00
ns6089
170f4dd181
fix(win/qsv): skip unsupported 4:4:4 codecs ( #3029 )
2024-08-19 08:30:13 -04:00
Yukino Song
e0924e3a21
Add app config to set virtual display as primary
2024-08-19 08:50:03 +08:00
Yukino Song
833c902a56
Report driver status to WebUI
2024-08-18 09:09:37 +08:00
Yukino Song
6fa277ec0b
Try add sudovda driver support
2024-08-18 06:09:07 +08:00
Chase Payne
24a4a89d2b
implement cgutmans ideas
2024-08-17 01:36:44 -05:00
ns6089
25919a9a89
feat(win/video): support native YUV 4:4:4 encoding ( #2533 )
2024-08-17 01:52:36 +08:00
ns6089
bfdfcebc80
feat(win/video): support native YUV 4:4:4 encoding ( #2533 )
2024-08-16 13:41:27 -04:00
Yukino Song
bd69b78f44
Merge remote-tracking branch 'origin/master'
2024-08-07 22:56:18 +08:00
Yukino Song
ef3dc6464c
Further rebrand
2024-08-05 07:03:17 +08:00
ns6089
adf068e44e
fix(windows): properly break on the first matching DXGI output ( #2962 )
2024-08-04 22:40:28 +00:00
Yukino Song
774ce93162
Try to make the audio sink mess clear
2024-08-04 19:11:58 +08:00
ns6089
f4dda21248
Migrate audio pipeline to float from 16-bit integer ( #2873 )
...
Co-authored-by: Cameron Gutman <aicommander@gmail.com >
2024-07-25 21:01:43 -04:00
Cameron Gutman
0ca560ced8
Fix invalid parameter passed to WSASendMsg() ( #2890 )
...
The third parameter is for flags, not number of messages.
2024-07-19 08:39:37 +00:00
Cameron Gutman
3935d305ae
Implement S/G IO for batched sends and eliminate another frame copy ( #2874 )
2024-07-19 04:04:18 +00:00
Cameron Gutman
81c6e61594
Implement S/G IO for non-batched sends and eliminate more data copies ( #2867 )
2024-07-18 02:34:56 +00:00
ns6089
18e7dfb190
Refactor periodic loggers and limit batch size for small packets ( #2835 )
...
* Refactor periodic loggers
* Limit network batch size also by packet count
Previously it was limited only by size, and exceeding 64 packets in a
single batch is asking for problems.
2024-07-13 20:55:03 +00:00
ns6089
037c61dc99
Implement basic network flow control ( #2803 )
...
Co-authored-by: Cameron Gutman <aicommander@gmail.com >
2024-07-11 00:03:16 +00:00
ns6089
30748dd916
Check API before trying to disable border on WGC capture ( #2825 )
2024-07-10 12:14:17 +00:00
ReenigneArcher
1dd4b68e1c
docs(src): add examples alias and general cleanup ( #2763 )
2024-06-28 08:34:14 -04:00
ReenigneArcher
acd9ae606e
docs: more doxygen fixes ( #2736 )
2024-06-21 01:34:27 +00:00
ReenigneArcher
f3abf59fbf
docs(src): fix some doxygen warnings ( #2731 )
2024-06-20 01:36:09 +00:00
Vithorio Polten
509576d616
feat(input/linux): add support for more virtual input devices ( #2606 )
...
Co-authored-by: ABeltramo <beltramo.ale@gmail.com >
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com >
2024-06-16 00:21:18 +00:00
Vithorio Polten
02ddbefd44
fix(macos): Mouse input broken in-game ( #2550 )
...
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com >
2024-06-12 17:26:02 -04:00
Tejas Rao
287ac4c0fb
feat(win): new capture method, Windows.Graphics.Capture ( #2580 )
2024-05-27 18:16:14 +00:00
Tejas Rao
7fb8c76590
Use C++20. ( #2322 )
2024-04-26 15:49:15 -04:00
Gilles Schintgen
fcd4c07bd0
Improve frametiming for linux capture ( #2333 )
2024-04-12 19:36:56 -04:00
ReenigneArcher
2af0ce364d
Revert "Add capture using WinRT Windows.Graphics.Capture API." ( #2320 )
2024-03-29 12:43:44 -04:00
Tejas Rao
8f1692a5ac
Add capture using WinRT Windows.Graphics.Capture API. ( #2149 )
...
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com >
2024-03-27 23:47:26 -04:00
ReenigneArcher
89e8b9628c
ci(tests): add test framework ( #1603 )
2024-03-24 19:52:24 -04:00