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 1350ef9c52d5dfa79ecabbcb354e625dadfcd0b9..3a4b393e0b66e6fa796c507187cb37b6a3ad456d 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.64", |
+ "version": "8.65", |
"entries": [ |
{ |
"id": 1, |
@@ -1993,6 +1993,19 @@ LONG_STRING_CONST( |
"features": [ |
"disable_webgl_multisampling_color_mask_usage" |
] |
+ }, |
+ { |
+ "id": 165, |
+ "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" |
+ ] |
} |
] |
} |