Skip to content

Commit

Permalink
Certain old drivers wrongly advertise ES3 context support. Disable ES3
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
vmiura authored and Commit bot committed Oct 25, 2016
1 parent d3d3334 commit 72c0531
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gpu/config/gpu_driver_bug_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72c0531

Please sign in to comment.