diff options
author | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 23:31:44 +0000 |
---|---|---|
committer | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 23:31:44 +0000 |
commit | dbcc3f8ada9013a8e6c8d5888d9b1729c4dc6c2f (patch) | |
tree | 278aa7f1a9f31046be1f5c506a588a02054a5bf8 | |
parent | 504dbf8c1c274f05cf7730f67ab9c56d1db47b02 (diff) | |
download | chromium_src-dbcc3f8ada9013a8e6c8d5888d9b1729c4dc6c2f.zip chromium_src-dbcc3f8ada9013a8e6c8d5888d9b1729c4dc6c2f.tar.gz chromium_src-dbcc3f8ada9013a8e6c8d5888d9b1729c4dc6c2f.tar.bz2 |
Android: Disable EGL_KHR_fence_sync on all Qualcomm drivers
Apparently the combination of ES2/Adreno 2xx and KitKat is still
broken. Give up on trying to find drivers where this works, since
it would only be ES3 drivers on which we prefer the core fence
API anyways.
TBR=reveman@chromium.org
NOTRY=True
BUG=382686
Review URL: https://codereview.chromium.org/323083004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276205 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index be50d42..827a0b4 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": "6.0", + "version": "6.1", "entries": [ { "id": 1, @@ -952,14 +952,10 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( LONG_STRING_CONST( { "id": 74, - "cr_bugs": [278606], - "description": "Testing EGL sync fences is broken on Qualcomm before Android 4.4", + "cr_bugs": [278606, 382686], + "description": "Testing EGL sync fences is broken on most Qualcomm drivers", "os": { - "type": "android", - "version": { - "op": "<", - "value": "4.4" - } + "type": "android" }, "gl_vendor": { "op": "beginwith", |