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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 64173010: Re-enable virtual contexts for all ARM T-6XX models. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 44d482acf7a57bdbfbc6f0bc543f17aed9faa5fa..81921de076df04404ccb4f860f5ae1aea7a553dc 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -396,8 +396,8 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 31,
- "cr_bugs": [154715, 10068, 269829],
- "description": "The Nexus 10 Mali driver does not guarantee flush ordering.",
+ "cr_bugs": [154715, 10068, 269829, 294779],
+ "description": "The Mali T-6xx driver does not guarantee flush ordering.",
"os": {
"type": "android"
},
@@ -406,8 +406,8 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"value": "ARM"
},
"gl_renderer": {
- "op": "contains",
- "value": "Mali-T604"
+ "op": "beginwith",
+ "value": "Mali-T6"
},
"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