moonlight-qt/app
Cameron Gutman 8324f61db0 Reduce per-frame GL calls in EGLRenderer
Uniforms are attached to the program object, so they don't need to
be set each time we swap between the YUV shader and the overlay
shader.

Since 0 overlays is by far the most common case and > 1 is highly
unlikely, move the glViewport() call into renderOverlay() to let
us skip it in the common case (and be no worse than today in the
2nd most common case of 1 overlay).
2025-11-06 17:52:30 -06:00
..
backend Reduce CPU usage from background PC polling 2025-10-19 20:50:29 -05:00
cli Fix incorrect getToggleOptionValue behavior 2025-08-31 15:15:24 -05:00
deploy Add Network and RemoteAccess categories 2025-02-07 20:21:56 -06:00
gui Fix StreamSegue BusyIndicator running after streaming 2025-10-11 15:50:45 -05:00
languages Fixed translation (#1669) 2025-10-10 00:49:25 -05:00
res fix: add explicit width and height to discord icon 2024-02-18 15:28:47 -06:00
SDL_GameControllerDB@e40b8910f8 Bump app/SDL_GameControllerDB from 38fc811 to e40b891 2025-10-27 22:11:10 -05:00
settings Added option to disable pre launch warning and delay 2025-07-04 15:04:10 -05:00
shaders Switch EGLRenderer to the shared functions for CSC matrix generation and chroma co-siting 2025-11-05 22:27:31 -06:00
streaming Reduce per-frame GL calls in EGLRenderer 2025-11-06 17:52:30 -06:00
app.pro Disable CUDA by default in favor of Vulkan and VDPAU 2025-10-19 21:24:29 -05:00
Info.plist Enable Game Mode on Apple Platforms (#1709) 2025-10-09 18:10:44 -05:00
main.cpp Consolidate all writes to the log stream in LoggerTask 2025-10-25 00:33:02 -05:00
masterhook.c Don't call dlsym() in our DRM master hooks 2025-10-12 22:49:29 -05:00
masterhook_internal.c Don't call dlsym() in our DRM master hooks 2025-10-12 22:49:29 -05:00
ModeSeven.ttf Add debug overlay for SDL renderer 2019-02-12 21:55:15 -08:00
Moonlight.exe.manifest Add manifest for Windows 2018-08-21 01:07:30 -07:00
moonlight.icns Update macOS icon to match new Big Sur style 2020-11-21 16:37:56 -06:00
moonlight.ico Updated Moonlight icon 2018-12-26 13:29:49 +01:00
moonlight_wix.png Updated Moonlight icon 2018-12-26 13:29:49 +01:00
path.cpp Fix unchecked return value warnings using QIODevice::Open() 2025-10-11 00:24:02 -05:00
path.h Remove manual qmlcachegen invocation for internal Qt QML files 2023-09-10 15:03:53 -05:00
qml.qrc Avoid GUI display for App listing 2022-08-25 22:18:05 -05:00
qt_qt5.conf Fix dark mode on Windows with Qt 6.5+ 2023-11-01 20:30:34 -05:00
resources.qrc Handle chroma co-siting in the D3D11 shaders 2025-11-01 22:42:51 -05:00
SDL_compat.h Prepare for SDL3 support 2025-01-25 16:20:20 -06:00
utils.h Add workaround for broken Qt EGLFS card selection logic 2024-04-06 14:35:34 -05:00
version.txt Prepare for v6.1.0 2024-09-16 18:36:50 -05:00
wm.cpp Prepare for SDL3 support 2025-01-25 16:20:20 -06:00