Commit a8834e5b authored by tobiasjs's avatar tobiasjs Committed by Commit bot

Disable egl_khr_wait_sync on PowerVR Rogue G6

BUG=481955

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

Cr-Commit-Position: refs/heads/master@{#327353}
parent 83d116de
...@@ -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": "7.22", "version": "7.23",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1229,6 +1229,29 @@ LONG_STRING_CONST( ...@@ -1229,6 +1229,29 @@ LONG_STRING_CONST(
"features": [ "features": [
"disable_ext_occlusion_query" "disable_ext_occlusion_query"
] ]
},
{
"id": 107,
"description": "EGL Sync server wait broken on IMG G6xxx drivers",
"cr_bugs": [480992],
"os": {
"type": "android",
"version": {
"op": "between",
"value": "5.0.0",
"value2": "5.1.99"
}
},
"gl_vendor": "Imagination.*",
"gl_renderer": "PowerVR Rogue.*",
"driver_version": {
"op": "between",
"value": "1.3",
"value2": "1.4"
},
"features": [
"disable_egl_khr_wait_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