| 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 096cf5328899779c9766a37cc5e89b6e32d72830..10ebeea7a62be59f06f80f6cf6dbf3aef8db8611 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": "8.83",
|
| + "version": "8.84",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1910,6 +1910,23 @@ LONG_STRING_CONST(
|
| "features": [
|
| "get_frag_data_info_bug"
|
| ]
|
| + },
|
| + {
|
| + "id": 178,
|
| + "description": "GL_KHR_blend_equation_advanced is incorrectly implemented on Intel BayTrail on KitKat",
|
| + "cr_bugs": [639470],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "5.0"
|
| + }
|
| + },
|
| + "gl_vendor": "Intel.*",
|
| + "gl_renderer": "Intel(R) HD Graphics for BayTrail",
|
| + "features": [
|
| + "disable_blend_equation_advanced"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|