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 191cca97f7ab6acf1b3516946747bd5a62ec2053..888bee196b73068267ac7cc853d1f1837057e063 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.10", |
+ "version": "8.11", |
"entries": [ |
{ |
"id": 1, |
@@ -1424,6 +1424,23 @@ LONG_STRING_CONST( |
"features": [ |
"exit_on_context_lost" |
] |
+ }, |
+ { |
+ "id": 120, |
+ "description": "CHROMIUM_copy_texture is slow on Mali pre-Lollipop", |
+ "cr_bugs": [498443], |
+ "os": { |
+ "type": "android", |
+ "version": { |
+ "op": "<", |
+ "value": "5.0.0" |
+ } |
+ }, |
+ "gl_vendor": "ARM.*", |
+ "gl_renderer": "Mali.*", |
+ "features": [ |
+ "max_copy_texture_chromium_size_262144" |
+ ] |
} |
] |
} |