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 bf190ddd88408f0a734eaf24d1a2cc335c107709..ca3068b64a6445d5cfd40bfea251889730c541d6 100644 |
--- a/gpu/config/gpu_driver_bug_list_json.cc |
+++ b/gpu/config/gpu_driver_bug_list_json.cc |
@@ -2027,6 +2027,18 @@ LONG_STRING_CONST( |
"features": [ |
"disable_post_sub_buffers_for_onscreen_surfaces" |
] |
+ }, |
+ { |
+ "id": 191, |
+ "description": "The llvmpipe software driver from Mesa uses threads", |
+ "cr_bugs": [264818], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "gl_renderer": ".*Gallium.*llvmpipe.*", |
+ "features": [ |
+ "sandbox_start_early" |
+ ] |
} |
] |
// Please update the version number at beginning of this file whenever you |