Commit 847442fe authored by Sunny Sachanandani's avatar Sunny Sachanandani Committed by Commit Bot

Enable GPU vsync finch feature by default on Windows

In preparation for launching to stable channel per go/finch101.

Bug: 953970
Change-Id: Ia64d055a4ecbebe738a3507c5622f0d3b1ed8de7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949698
Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721355}
parent 2b7a294a
......@@ -174,7 +174,7 @@ const base::Feature kDirectCompositionComplexOverlays{
// Use IDXGIOutput::WaitForVBlank() to drive begin frames.
const base::Feature kDirectCompositionGpuVSync{
"DirectCompositionGpuVSync", base::FEATURE_DISABLED_BY_DEFAULT};
"DirectCompositionGpuVSync", base::FEATURE_ENABLED_BY_DEFAULT};
// Use presentation feedback event queries (must be enabled) to limit latency.
const base::Feature kDirectCompositionLowLatencyPresentation{
......@@ -192,7 +192,7 @@ const base::Feature kDirectCompositionPreferNV12Overlays{
// Use per-present event queries to issue presentation feedback to clients.
// Also needs DirectCompositionGpuVSync.
const base::Feature kDirectCompositionPresentationFeedback{
"DirectCompositionPresentationFeedback", base::FEATURE_DISABLED_BY_DEFAULT};
"DirectCompositionPresentationFeedback", base::FEATURE_ENABLED_BY_DEFAULT};
// Use decode swap chain created from compatible video decoder buffers.
const base::Feature kDirectCompositionUseNV12DecodeSwapChain{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment