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 a195b6d93df298af36486dfb8b1ac57ee7d6556d..50a13fdd3aa6e662b5c15c8fcfb52bb172cbb7e8 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.66", |
+ "version": "8.67", |
"entries": [ |
{ |
"id": 1, |
@@ -2014,6 +2014,19 @@ LONG_STRING_CONST( |
"features": [ |
"disable_discard_framebuffer" |
] |
+ }, |
+ { |
+ "id": 167, |
+ "description": "The llvmpipe software driver from Mesa uses threads", |
+ "cr_bugs": [264818], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "driver_vendor": "Mesa", |
+ "gl_renderer": ".*Gallium.*llvmpipe.*", |
+ "features": [ |
+ "sandbox_start_early" |
+ ] |
} |
] |
} |