| 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 031ef1d6b4d04fd2cfecad6ad9a51e6b79f53cb2..aead8e04f6c599fdfb03a34d3015542bf962dd52 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.20",
|
| + "version": "9.21",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2225,6 +2225,15 @@ LONG_STRING_CONST(
|
| "disabled_extensions": [
|
| "GL_EXT_multisampled_render_to_texture"
|
| ]
|
| + },
|
| + {
|
| + "id": 206,
|
| + "description": "Disable KHR_blend_equation_advanced until cc shaders are updated",
|
| + "cr_bugs": [661715],
|
| + "disabled_extensions": [
|
| + "GL_KHR_blend_equation_advanced",
|
| + "GL_KHR_blend_equation_advanced_coherent"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|