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 56d598fc806cafb2dee92bd14992dfa4f1417ed3..cd7e1b4d4b190ea96e41087e65623e880d77aca5 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.26", |
+ "version": "9.27", |
"entries": [ |
{ |
"id": 1, |
@@ -2301,6 +2301,18 @@ LONG_STRING_CONST( |
"features": [ |
"rewrite_float_unary_minus_operator" |
] |
+ }, |
+ { |
+ "id": 212, |
+ "description": "Program binaries don't contain transform feedback varyings on Qualcomm GPUs", |
+ "cr_bugs": [658074], |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_renderer": "Adreno.*", |
+ "features": [ |
+ "disable_program_caching_for_transform_feedback" |
+ ] |
} |
] |
// Please update the version number at beginning of this file whenever you |