From 4ba228c9f053fdf5da67f8a7e944db9ddca563e4 Mon Sep 17 00:00:00 2001 From: "kerz@chromium.org" Date: Mon, 12 May 2014 23:32:01 +0000 Subject: 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 --- gpu/config/gpu_driver_bug_list_json.cc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'gpu') 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", -- cgit v1.1