diff options
author | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 20:10:37 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 20:10:37 +0000 |
commit | 495c63f70db5a29bd96b68476abe013db795ad22 (patch) | |
tree | c268f599c87f04ac7f45fcfcab24f8151bc03f56 /gpu/config | |
parent | eec16df5033418177136453640d5d55c81fa06ef (diff) | |
download | chromium_src-495c63f70db5a29bd96b68476abe013db795ad22.zip chromium_src-495c63f70db5a29bd96b68476abe013db795ad22.tar.gz chromium_src-495c63f70db5a29bd96b68476abe013db795ad22.tar.bz2 |
Revert "Enable virtual contexts for all ARM T-6xx models instead of just T-604"
This reverts commit r224977. Virtual contexts are suspected to cause
black flashes on the Galaxy Note 3.
Note: Turning off virtual contexts will cause serious graphics
corruption on the Galaxy Note 3, Chromium/Chrome Dev/Chrome Beta builds,
but it appears the Galaxy Note 3 has a driver workaround specific to
Chrome Stable. There is no way to properly test the outcome of this
change without a signed stable build so I intend to submit this
speculatively, then try out a ChromeStable.apk to see if it helped.
NOTRY=true
BUG=306690
Review URL: https://codereview.chromium.org/54543012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/config')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index dd38d57..49d34f1 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, 294779], - "description": "The Mali T-6xx driver does not guarantee flush ordering.", + "cr_bugs": [154715, 10068, 269829], + "description": "The Nexus 10 Mali driver does not guarantee flush ordering.", "os": { "type": "android" }, @@ -406,8 +406,8 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( "value": "ARM" }, "gl_renderer": { - "op": "beginwith", - "value": "Mali-T6" + "op": "contains", + "value": "Mali-T604" }, "features": [ "use_virtualized_gl_contexts" |