Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and remove gyp support Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698