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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2593013002: Modify Mali Workaround patch for the latest Mali GPU (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2f39568c92f7f68c229f63dcf00354538964aa8f..ef1150746cc79b74fc38f0f598db0ea22b8d435a 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -200,9 +200,9 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"id": 31,
"cr_bugs": [154715, 10068, 269829, 294779, 285292],
- "description": "The Mali-Txxx driver does not guarantee flush ordering",
+ "description": "The Mali-xxx driver does not guarantee flush ordering",
"gl_vendor": "ARM.*",
- "gl_renderer": "Mali-T.*",
+ "gl_renderer": "Mali.*",
"features": [
"use_virtualized_gl_contexts"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698