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 6c4064f002316536fb1b0f156ea030fa73d2d68e..a88b052399cb13241324a2865c331420b04bcf29 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.17", |
+ "version": "7.18", |
David Yen
2015/04/07 16:33:10
I believe this file is out of date, the current ve
|
"entries": [ |
{ |
"id": 1, |
@@ -1189,6 +1189,22 @@ LONG_STRING_CONST( |
"features": [ |
"disable_fbo_invalidations" |
] |
+ }, |
+ { |
+ "id": 104, |
+ "description": "EXT_occlusion_query hangs on MediaTek MT8135 pre-Lollipop", |
+ "os": { |
+ "type": "android", |
+ "version": { |
+ "op": "<", |
+ "value": "5.0.0" |
+ } |
+ }, |
+ "gl_vendor": "Imagination.*", |
+ "gl_renderer": "PowerVR Rogue Han", |
+ "features": [ |
+ "disable_ext_occlusion_query" |
+ ] |
} |
] |
} |