summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-24 11:13:22 +0000
committerskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-24 11:13:22 +0000
commitc479dfe77b7dbac8a1b0f8ba527dd82c091d451f (patch)
treed3ab114fbb7eae655544e7f391f8f241d39923ad /gpu
parent3eb90f6e675f2f1e19d9d947202746c22490f433 (diff)
downloadchromium_src-c479dfe77b7dbac8a1b0f8ba527dd82c091d451f.zip
chromium_src-c479dfe77b7dbac8a1b0f8ba527dd82c091d451f.tar.gz
chromium_src-c479dfe77b7dbac8a1b0f8ba527dd82c091d451f.tar.bz2
Enable virtual contexts for all ARM T-6xx models instead of just T-604
BUG=294779,282479 Review URL: https://chromiumcodereview.appspot.com/24051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 5a22a32..283074b 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": "2.17",
+ "version": "2.18",
"entries": [
{
"id": 1,
@@ -407,8 +407,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"
},
@@ -417,8 +417,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"