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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 128163002: Check for "Mali-Txxx" instead of "Mali-T6xx" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated version number Created 6 years, 11 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
« 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 4c0e060021f1ebe30d4c61b8aaa8ff4a8ce16e24..c13227506967ad6c97b1de937b79e19772a3d728 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": "3.7",
+ "version": "3.8",
"entries": [
{
"id": 1,
@@ -386,14 +386,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"id": 31,
"cr_bugs": [154715, 10068, 269829, 294779, 285292],
- "description": "The Mali T-6xx driver does not guarantee flush ordering.",
+ "description": "The Mali-Txxx driver does not guarantee flush ordering.",
"gl_vendor": {
"op": "beginwith",
"value": "ARM"
},
"gl_renderer": {
"op": "beginwith",
- "value": "Mali-T6"
+ "value": "Mali-T"
},
"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