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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1149233004: Android: Enable 'crash GPU process on context lost' WAR for Mali-400 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 b13f601254f191f54ebbf28baad13d864fe59abc..8c8bc5ed4cda96b2b6f6f32fecd9053f7ea80f0e 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.08",
+ "version": "8.09",
"entries": [
{
"id": 1,
@@ -1395,6 +1395,19 @@ LONG_STRING_CONST(
"features": [
"disable_blend_equation_advanced"
]
+ },
+ {
+ "id": 118,
+ "description": "Context lost recovery often fails on Mali-400 on Android.",
+ "cr_bugs": [496438],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "ARM.*",
+ "gl_renderer": ".*Mali-400.*",
+ "features": [
+ "exit_on_context_lost"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698