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 4b2233a86e3b01ab66e2679fb21d85a624b8b71a..4d5b8281e84307e298dc161389d1b35f26fc7f67 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.03", |
+ "version": "8.04", |
"entries": [ |
{ |
"id": 1, |
@@ -1339,6 +1339,19 @@ LONG_STRING_CONST( |
"disabled_extensions": [ |
"GL_EXT_disjoint_timer_query" |
] |
+ }, |
+ { |
+ "id": 114, |
+ "cr_bugs": [489871], |
+ "description": "Vivante GC1000 support of EXT_multisampled_render_to_texture is buggy", |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "gl_vendor": "Vivante Corporation", |
+ "gl_renderer": "Vivante GC1000", |
+ "features": [ |
+ "disable_multisampled_render_to_texture" |
+ ] |
} |
] |
} |