Commit 72c05314 authored by vmiura's avatar vmiura Committed by Commit bot

Certain old drivers wrongly advertise ES3 context support. Disable ES3

on all Android versions before 4.4 (KitKat).

R=aelias@chromium.org
R=zmo@chromium.org
BUG=657925
CQ_INCLUDE_TRYBOTS=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

Review-Url: https://codereview.chromium.org/2439253002
Cr-Commit-Position: refs/heads/master@{#427232}
parent d3d3334d
......@@ -2153,6 +2153,21 @@ LONG_STRING_CONST(
"features": [
"adjust_src_dst_region_for_blitframebuffer"
]
},
{
"id": 200,
"description": "ES3 support is unreliable on some older drivers",
"cr_bugs": [657925],
"os": {
"type": "android",
"version": {
"op": "<",
"value": "4.4"
}
},
"features": [
"disable_es3_gl_context"
]
}
]
// Please update the version number at beginning of this file whenever you
......
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