Avoid scaling overlays on systems that don't support them.
Most systems that only support direct (unscaled) overlays are Intel Cherry Trail. On these systems we want to make sure overlay swapchains are the size they appear onscreen, so that no scaling is necessary. Otherwise they may be displayed using compositing in DWM, which can be much less efficient. BUG=725208 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2895783002 Cr-Commit-Position: refs/heads/master@{#473828}
Showing
Please register or sign in to comment