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

Deprecate disable_egl_khr_fence_sync on future Android releases

NOTRY=True

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278515 0039d316-1c4b-4281-b951-d872f2087c98
parent 7c1ded12
...@@ -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": "6.1", "version": "6.2",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -953,9 +953,13 @@ LONG_STRING_CONST( ...@@ -953,9 +953,13 @@ LONG_STRING_CONST(
{ {
"id": 74, "id": 74,
"cr_bugs": [278606, 382686], "cr_bugs": [278606, 382686],
"description": "Testing EGL sync fences is broken on most Qualcomm drivers", "description": "Testing EGL sync fences was broken on most Qualcomm drivers",
"os": { "os": {
"type": "android" "type": "android",
"version": {
"op": "<=",
"value": "4.4.3"
}
}, },
"gl_vendor": { "gl_vendor": {
"op": "beginwith", "op": "beginwith",
...@@ -991,9 +995,13 @@ LONG_STRING_CONST( ...@@ -991,9 +995,13 @@ LONG_STRING_CONST(
{ {
"id": 76, "id": 76,
"cr_bugs": [371530], "cr_bugs": [371530],
"description": "Testing EGL sync fences is broken on IMG", "description": "Testing EGL sync fences was broken on IMG",
"os": { "os": {
"type": "android" "type": "android",
"version": {
"op": "<=",
"value": "4.4.3"
}
}, },
"gl_vendor": { "gl_vendor": {
"op": "beginwith", "op": "beginwith",
...@@ -1006,9 +1014,13 @@ LONG_STRING_CONST( ...@@ -1006,9 +1014,13 @@ LONG_STRING_CONST(
{ {
"id": 77, "id": 77,
"cr_bugs": [378691, 373360, 371530], "cr_bugs": [378691, 373360, 371530],
"description": "Testing fences is broken on Mali-400 MP drivers", "description": "Testing fences was broken on Mali-400 MP drivers",
"os": { "os": {
"type": "android" "type": "android",
"version": {
"op": "<=",
"value": "4.4.3"
}
}, },
"gl_vendor": { "gl_vendor": {
"op": "beginwith", "op": "beginwith",
...@@ -1025,9 +1037,13 @@ LONG_STRING_CONST( ...@@ -1025,9 +1037,13 @@ LONG_STRING_CONST(
{ {
"id": 78, "id": 78,
"cr_bugs": [378691, 373360, 371530], "cr_bugs": [378691, 373360, 371530],
"description": "Testing fences is broken on Broadcom drivers", "description": "Testing fences was broken on Broadcom drivers",
"os": { "os": {
"type": "android" "type": "android",
"version": {
"op": "<=",
"value": "4.4.3"
}
}, },
"gl_vendor": { "gl_vendor": {
"op": "beginwith", "op": "beginwith",
......
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