summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorsievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-12 20:11:53 +0000
committersievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-12 20:11:53 +0000
commite0262cc2f4d0269ecd0f763f6f128c4cae075fc8 (patch)
tree573a934a78583660aa38948e19884b71a8f92853 /gpu
parente238c63f15fbaf36ad146a043d903bede97c5745 (diff)
downloadchromium_src-e0262cc2f4d0269ecd0f763f6f128c4cae075fc8.zip
chromium_src-e0262cc2f4d0269ecd0f763f6f128c4cae075fc8.tar.gz
chromium_src-e0262cc2f4d0269ecd0f763f6f128c4cae075fc8.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc15
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 c8066ae..783e545 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",