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

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 add note about a possible way to retrieve dri directory Created 4 years, 7 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 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"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698