Use display scaling to improve performance on slow GPUs

This dramatically improves performance for lower resolution
streams on slow GPUs when using the GL and Vulkan renderers.
This commit is contained in:
Cameron Gutman
2025-12-30 15:00:47 -06:00
parent f3f1d56e8d
commit ceef792f04
4 changed files with 46 additions and 12 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace WMUtils {
bool isRunningWindowManager();
bool isRunningDesktopEnvironment();
QString getDrmCardOverride();
bool isGpuSlow();
}
namespace Utils {