diff options
author | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 13:07:19 +0000 |
---|---|---|
committer | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 13:07:19 +0000 |
commit | cf90f2e21739d39319d9f04cde8ceb4cefc0fb6c (patch) | |
tree | b58c63a55e0b1797aeb11b64c85777827c2ff05b /gpu/config/gpu_driver_bug_list_json.cc | |
parent | 90e6240c615c4c8627bf1b7564b073d6ba8632de (diff) | |
download | chromium_src-cf90f2e21739d39319d9f04cde8ceb4cefc0fb6c.zip chromium_src-cf90f2e21739d39319d9f04cde8ceb4cefc0fb6c.tar.gz chromium_src-cf90f2e21739d39319d9f04cde8ceb4cefc0fb6c.tar.bz2 |
gpu: Re-enable virtual contexts on Qualcomm
Non-virtual contexts on Qualcomm GPUs sometimes cause out-of-order
frames to be displayed, so turn GL context virtualization back on.
BUG=289461
Review URL: https://chromiumcodereview.appspot.com/23460029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/config/gpu_driver_bug_list_json.cc')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index c7f9d5f..2b7221a 100644 --- a/gpu/config/gpu_driver_bug_list_json.cc +++ b/gpu/config/gpu_driver_bug_list_json.cc @@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( { "name": "gpu driver bug list", // Please update the version number whenever you change this file. - "version": "2.10", + "version": "2.11", "entries": [ { "id": 1, @@ -575,6 +575,21 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( "features": [ "init_gl_position_in_vertex_shader" ] + }, + { + "id": 38, + "cr_bugs": [289461], + "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames", + "os": { + "type": "android" + }, + "gl_vendor": { + "op": "beginwith", + "value": "Qualcomm" + }, + "features": [ + "use_virtualized_gl_contexts" + ] } ] } |