Commit 1311e613 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Revert "Disable DirectComposition on everywhere except for Intel GPUs"

This reverts commit 95797d79.

Reason for revert: will limit the workaround to AMD gpus only, so we could merge back to Beta affecting less machines.

Original change's description:
> 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: Sunny Sachanandani <sunnyps@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#592267}

TBR=zmo@chromium.org,sunnyps@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 800950
Change-Id: I8bfe7d77c40a6754577719f853a3df4baf508d09
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
Reviewed-on: https://chromium-review.googlesource.com/1240509Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593638}
parent be53fc22
...@@ -2616,16 +2616,13 @@ ...@@ -2616,16 +2616,13 @@
}, },
{ {
"id": 249, "id": 249,
"description": "Direct composition isn't needed except for Intel GPUs", "description": "Direct composition causes slow presents on old Nvidia GPUs",
"cr_bugs": [775898, 800950], "cr_bugs": [775898],
"os": { "os": {
"type": "win" "type": "win"
}, },
"exceptions": [ "vendor_id": "0x10de",
{ "device_id": ["0x10d8"],
"vendor_id": "0x8086"
}
],
"features": [ "features": [
"disable_direct_composition" "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