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 33a5aaeeb9acf52e58b41d9604155e2e6c84078f..e65d7cc94ec0bd088e7ee0979138584a59d0c672 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": "7.1", |
+ "version": "7.2", |
"entries": [ |
{ |
"id": 1, |
@@ -905,8 +905,8 @@ LONG_STRING_CONST( |
}, |
{ |
"id": 77, |
- "cr_bugs": [378691, 373360, 371530], |
- "description": "Testing fences was broken on Mali-400 MP drivers", |
+ "cr_bugs": [378691, 373360, 371530, 398964], |
+ "description": "Testing fences was broken on Mali ES2 drivers", |
Zhenyao Mo
2014/08/19 20:13:22
This says Mali, but in the entry it's not limited
no sievers
2014/08/19 20:24:50
Done.
|
"os": { |
"type": "android", |
"version": { |
@@ -915,7 +915,11 @@ LONG_STRING_CONST( |
} |
}, |
"gl_vendor": "ARM.*", |
- "gl_renderer": "Mali-400 MP.*", |
+ "gl_type": "gles", |
+ "gl_version": { |
+ "op": "<", |
+ "value": "3.0" |
+ }, |
"features": [ |
"disable_egl_khr_fence_sync" |
] |