Commit bb569a38 authored by Gurchetan Singh's avatar Gurchetan Singh Committed by Commit Bot

Disable CMAA on Tegra

CMAA makes graphics_WebGLPerformance go from 2 failures to 67 failures.
These failures are triggered by GL errors:

GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glFramebufferTexture2D

Let's disable CMAA so we don't break WebGL on Tegra.

BUG=b:67387379, chromium:787087
TEST=graphics_WebGLPerformance failures return to normal on Tegra
NOTRY=true

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
Change-Id: Iacaf76ee7a0c9c0f249075f6b65c0e53ace09552
Reviewed-on: https://chromium-review.googlesource.com/780430
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarStéphane Marchesin <marcheu@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518357}
parent b21880d1
...@@ -1729,17 +1729,6 @@ ...@@ -1729,17 +1729,6 @@
"op": ">=", "op": ">=",
"value": "3.1" "value": "3.1"
} }
},
{
"os": {
"type" : "chromeos"
},
"gl_vendor": "NVIDIA.*",
"gl_type": "gles",
"gl_version": {
"op": ">=",
"value": "3.1"
}
} }
], ],
"features": [ "features": [
......
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