diff options
author | sievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 18:43:20 +0000 |
---|---|---|
committer | sievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 18:43:20 +0000 |
commit | a5c63c5c826df673a8c985b430361254a33fa458 (patch) | |
tree | c8fb30423a1162e99e73103c56c36997d9c80423 /gpu | |
parent | 42ffed70e40b48fdff1f684fdfefd0a646dd78d9 (diff) | |
download | chromium_src-a5c63c5c826df673a8c985b430361254a33fa458.zip chromium_src-a5c63c5c826df673a8c985b430361254a33fa458.tar.gz chromium_src-a5c63c5c826df673a8c985b430361254a33fa458.tar.bz2 |
gpu: Update disable_egl_khr_fence_sync for Android 4.4.4
Include this in the blacklist, since it was just released, so
assume still broken.
R=boliu@chromium.org
Review URL: https://codereview.chromium.org/343183004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 10 |
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 462a684..b92ebda 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.2", + "version": "6.3", "entries": [ { "id": 1, @@ -958,7 +958,7 @@ LONG_STRING_CONST( "type": "android", "version": { "op": "<=", - "value": "4.4.3" + "value": "4.4.4" } }, "gl_vendor": { @@ -1000,7 +1000,7 @@ LONG_STRING_CONST( "type": "android", "version": { "op": "<=", - "value": "4.4.3" + "value": "4.4.4" } }, "gl_vendor": { @@ -1019,7 +1019,7 @@ LONG_STRING_CONST( "type": "android", "version": { "op": "<=", - "value": "4.4.3" + "value": "4.4.4" } }, "gl_vendor": { @@ -1042,7 +1042,7 @@ LONG_STRING_CONST( "type": "android", "version": { "op": "<=", - "value": "4.4.3" + "value": "4.4.4" } }, "gl_vendor": { |