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 ad403afec1ec02ad35547b6c090314b1bc0bd5c8..8e84036e87dd39e21e4e017262dea1a345fd15e4 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.11", |
+ "version": "9.12", |
"entries": [ |
{ |
"id": 1, |
@@ -2157,6 +2157,22 @@ LONG_STRING_CONST( |
"features": [ |
"adjust_src_dst_region_for_blitframebuffer" |
] |
+ }, |
+ { |
+ "id": 200, |
+ "description": "Some ES2-only Adreno 3xx drivers incorrectly advertise ES3 support", |
+ "cr_bugs": [657925], |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_renderer": "Adreno \\(TM\\) 3.*", |
aelias_OOO_until_Jul13
2016/10/22 00:02:31
Could we remove this line and just simply rely on
|
+ "gl_version": { |
+ "op": "<", |
+ "value": "3.0" |
+ }, |
+ "features": [ |
+ "disable_es3_gl_context" |
+ ] |
} |
] |
// Please update the version number at beginning of this file whenever you |