diff options
author | dbehr <dbehr@chromium.org> | 2015-02-10 21:21:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 05:21:57 +0000 |
commit | 7e26177c832295c559a3ebc6323e3f868ae3c70b (patch) | |
tree | b985c2cb3b3a17cc0ec33b227ff550b5341b7012 /gpu | |
parent | a2c571d9bbc46246cc63f15ad0c30df93d8b7fd3 (diff) | |
download | chromium_src-7e26177c832295c559a3ebc6323e3f868ae3c70b.zip chromium_src-7e26177c832295c559a3ebc6323e3f868ae3c70b.tar.gz chromium_src-7e26177c832295c559a3ebc6323e3f868ae3c70b.tar.bz2 |
disable partial swaps on Mali
BUG=457511
R=piman@chromium.org
R=marcheu@chromium.org
R=dnicoara@chromium.org
R=alexst@chromium.org
Signed-off-by: Dominik Behr <dbehr@chromium.org>
Review URL: https://codereview.chromium.org/916703002
Cr-Commit-Position: refs/heads/master@{#315736}
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index b3bfa9f..53361eb 100644 --- a/gpu/config/gpu_driver_bug_list_json.cc +++ b/gpu/config/gpu_driver_bug_list_json.cc @@ -1146,6 +1146,19 @@ LONG_STRING_CONST( "features": [ "disable_d3d11" ] + }, + { + "id": 101, + "description": "The Mali-Txxx driver hangs when reading from currently displayed buffer", + "cr_bugs": [457511], + "os": { + "type": "chromeos" + }, + "gl_vendor": "ARM.*", + "gl_renderer": "Mali-T.*", + "features": [ + "disable_post_sub_buffers_for_onscreen_surfaces" + ] } ] } |