diff options
author | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 23:32:01 +0000 |
---|---|---|
committer | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 23:32:01 +0000 |
commit | 4ba228c9f053fdf5da67f8a7e944db9ddca563e4 (patch) | |
tree | e36c0e3aee249d76df55c4b5b7462572e2103988 /gpu | |
parent | 919db965d1622b41a18c5910296a4fa48f1ceb63 (diff) | |
download | chromium_src-4ba228c9f053fdf5da67f8a7e944db9ddca563e4.zip chromium_src-4ba228c9f053fdf5da67f8a7e944db9ddca563e4.tar.gz chromium_src-4ba228c9f053fdf5da67f8a7e944db9ddca563e4.tar.bz2 |
Merge 269863 "Prefer GL_ARB_sync/ES3 fences"
> Prefer GL_ARB_sync/ES3 fences
>
> They are a better option since server-side wait is supported by default.
> It also avoids the broken EGL_KHR_fence_sync implementation
> on Qualcomm drivers.
>
> BUG=371530,278606,341867
> R=piman@chromium.org, reveman@chromium.org
>
> Review URL: https://codereview.chromium.org/285523002
TBR=sievers@google.com
Review URL: https://codereview.chromium.org/284723002
git-svn-id: svn://svn.chromium.org/chrome/branches/1985/src@269911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index bf699f6..833c970 100644 --- a/gpu/config/gpu_driver_bug_list_json.cc +++ b/gpu/config/gpu_driver_bug_list_json.cc @@ -397,21 +397,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ] }, { - "id": 29, - "cr_bugs": [278606], - "description": "Testing fences is broken on Qualcomm.", - "os": { - "type": "android" - }, - "gl_vendor": { - "op": "beginwith", - "value": "Qualcomm" - }, - "features": [ - "disable_async_readpixels" - ] - }, - { "id": 30, "cr_bugs": [237931], "description": "Multisampling is buggy on OSX when multiple monitors are connected", |