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 6519e395a2c107fe14835e942086896a7581b3b5..a19c6734d88063875c374aa2a30d2fbeba47ceee 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.26", |
+ "version": "8.27", |
"entries": [ |
{ |
"id": 1, |
@@ -1270,10 +1270,11 @@ LONG_STRING_CONST( |
}, |
{ |
"id": 109, |
- "description": "MakeCurrent is slow on Linux", |
+ "description": "MakeCurrent is slow on Linux with NVIDIA drivers", |
"os": { |
"type": "linux" |
}, |
+ "gl_vendor": "NVIDIA.*", |
"features": [ |
"use_virtualized_gl_contexts" |
] |