summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorsievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 23:39:52 +0000
committersievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 23:39:52 +0000
commit322c631b25373a28fd7c270cc55d0d9b30b09a4f (patch)
tree66c2babd6102a79374f815fccd93f95e533592da /gpu
parent6e84d370e4335208d9d02c37710407ae2e3d1bac (diff)
downloadchromium_src-322c631b25373a28fd7c270cc55d0d9b30b09a4f.zip
chromium_src-322c631b25373a28fd7c270cc55d0d9b30b09a4f.tar.gz
chromium_src-322c631b25373a28fd7c270cc55d0d9b30b09a4f.tar.bz2
Android: Blacklist EGL_KHR_fence_sync on Mali-400 MP and Broadcom
Testing fences does not work there. BUG=378691, 373360, 371530 NOTRY=True R=reveman@chromium.org Review URL: https://codereview.chromium.org/308763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc36
1 files changed, 35 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 4e8d3dc..f0478ad 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": "5.7",
+ "version": "5.8",
"entries": [
{
"id": 1,
@@ -1024,6 +1024,40 @@ LONG_STRING_CONST(
"features": [
"disable_egl_khr_fence_sync"
]
+ },
+ {
+ "id": 77,
+ "cr_bugs": [378691, 373360, 371530],
+ "description": "Testing fences is broken on Mali-400 MP drivers",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "ARM"
+ },
+ "gl_renderer": {
+ "op": "beginwith",
+ "value": "Mali-400 MP"
+ },
+ "features": [
+ "disable_egl_khr_fence_sync"
+ ]
+ },
+ {
+ "id": 78,
+ "cr_bugs": [378691, 373360, 371530],
+ "description": "Testing fences is broken on Broadcom drivers",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Broadcom"
+ },
+ "features": [
+ "disable_egl_khr_fence_sync"
+ ]
}
]
}