Enable UseHardwareBufferUsageFlagsFromVulkan
Problematic devices were blocked, so let's try again. Bug: 40836080 Change-Id: I5cadaf872538bab08213775c323bd72b41094bd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6219859 Reviewed-by: Peter McNeeley <petermcneeley@google.com> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1464377}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
5424fafe07
commit
ca1c1fc60c
@ -138,13 +138,13 @@ const base::FeatureParam<std::string>
|
||||
// drivers to pick most optimal layout.
|
||||
BASE_FEATURE(kUseHardwareBufferUsageFlagsFromVulkan,
|
||||
"UseHardwareBufferUsageFlagsFromVulkan",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
// Same as above (and depends on it) and allows using extra usage even if we use
|
||||
// USAGE_COMPOSER_OVERLAY.
|
||||
BASE_FEATURE(kAllowHardwareBufferUsageFlagsFromVulkanForScanout,
|
||||
"AllowHardwareBufferUsageFlagsFromVulkanForScanout",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user