Commit 2b62fe72 authored by Khushal's avatar Khushal Committed by Commit Bot

gpu: Expand oopr workaround to fallback to ES2 to all android versions.

Temporarily make sure we always fallback to using ES2 for all android
versions to understand whether a particular crash spike associated with
the oopr experiment is a result of oopr enabling ES3 for skia.

R=ericrk@chromium.org

Bug: 884659
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: If5668a65d967294d07687f8d09a114153aa0d09f
Reviewed-on: https://chromium-review.googlesource.com/1232198Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592248}
parent 0bb8ab89
......@@ -2930,11 +2930,7 @@
"cr_bugs": [866613],
"description": "Frequent crashes on Adreno (TM) on L and below",
"os": {
"type": "android",
"version": {
"op": "<",
"value": "6.0"
}
"type": "android"
},
"gl_renderer": "Adreno.*",
"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