| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
|
| index ad403afec1ec02ad35547b6c090314b1bc0bd5c8..9ee74935ccdc487596dd81849b0dc694a1a2694c 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "9.11",
|
| + "version": "9.12",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2157,6 +2157,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
|
|
|