Cameron Gutman
|
9067db8915
|
Switch to UTF-8 for overlay text rendering
|
2026-07-01 23:24:31 -05:00 |
|
Mira
|
177f845183
|
Add outline to stream overlay text (#1887)
Co-authored-by: Cameron Gutman <aicommander@gmail.com>
|
2026-07-01 23:03:45 -05:00 |
|
Cameron Gutman
|
d94b92e247
|
Use SDL_utf8strlcpy() to avoid MSVC secure CRT warnings
|
2026-05-23 19:50:32 -05:00 |
|
Cameron Gutman
|
476414ea71
|
Fix a rare race where an overlay surface can leak
|
2026-01-04 22:29:12 -06:00 |
|
Cameron Gutman
|
f7bb4611e9
|
Replace uses of strcpy() and sprintf()
|
2023-09-23 11:15:21 -04:00 |
|
Cameron Gutman
|
a6395b9025
|
Fix short UI hang when manually stopping the stream after losing connection with the host
|
2022-03-06 13:11:36 -06:00 |
|
Cameron Gutman
|
9c758f1628
|
Create power-of-2 overlay surfaces for better performance
This lets us take the fast copy path in the DXVA2 renderer.
|
2020-12-20 17:31:02 -06:00 |
|
Cameron Gutman
|
d58837421f
|
Refactor SDL overlay drawing into OverlayManager for sharing with other renderers
|
2020-12-13 15:51:50 -06:00 |
|
Cameron Gutman
|
c75b9c9221
|
Add connection status overlay for DXVA2 and SDL
|
2019-03-17 15:08:21 -07:00 |
|
Cameron Gutman
|
38b8a59fe5
|
Adjust overlay color for more contrast
|
2019-02-15 18:53:40 -08:00 |
|
Cameron Gutman
|
f83853c2fb
|
OverlayManager now manages font size for the overlays
|
2019-02-12 22:36:56 -08:00 |
|
Cameron Gutman
|
5788fa7204
|
Make OverlayManager own the overlay color setting
|
2019-02-12 20:39:10 -08:00 |
|
Cameron Gutman
|
6ed512e762
|
Provide a renderer callback when the overlay data changes
|
2019-02-12 18:43:38 -08:00 |
|
Cameron Gutman
|
b19c4bfc5d
|
Add performance overlay for DXVA2 renderer
|
2019-01-19 23:05:56 -08:00 |
|