Commit d355fddc authored by sievers@chromium.org's avatar sievers@chromium.org

Android: Disable EGL_KHR_fence_sync on IMG

Testing fences does not work there.

BUG=371530

Review URL: https://codereview.chromium.org/303473008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273165 0039d316-1c4b-4281-b951-d872f2087c98
parent 673beeb7
...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "5.6", "version": "5.7",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1009,6 +1009,21 @@ LONG_STRING_CONST( ...@@ -1009,6 +1009,21 @@ LONG_STRING_CONST(
"features": [ "features": [
"disable_multisampling" "disable_multisampling"
] ]
},
{
"id": 76,
"cr_bugs": [371530],
"description": "Testing EGL sync fences is broken on IMG",
"os": {
"type": "android"
},
"gl_vendor": {
"op": "beginwith",
"value": "Imagination Technologies"
},
"features": [
"disable_egl_khr_fence_sync"
]
} }
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment