Commit 95797d79 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Disable DirectComposition on everywhere except for Intel GPUs

We only need it if hardware overlays can be used.

BUG=800950
TEST=bots
R=sunnyps@chromium.org

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Id1a00799ee77f942183b55327ba21c7af65165b5
Reviewed-on: https://chromium-review.googlesource.com/1232153
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592267}
parent 267aa5b9
......@@ -2616,13 +2616,16 @@
},
{
"id": 249,
"description": "Direct composition causes slow presents on old Nvidia GPUs",
"cr_bugs": [775898],
"description": "Direct composition isn't needed except for Intel GPUs",
"cr_bugs": [775898, 800950],
"os": {
"type": "win"
},
"vendor_id": "0x10de",
"device_id": ["0x10d8"],
"exceptions": [
{
"vendor_id": "0x8086"
}
],
"features": [
"disable_direct_composition"
]
......
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