Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 303473008: Android: Disable EGL_KHR_fence_sync on IMG (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stray comma Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 8b5e326ac9f6632b4d5c4deb75ef2bb4880f2203..4e8d3dc551ad8c8553677cc76fba7d118a8d35e3 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.6",
+ "version": "5.7",
"entries": [
{
"id": 1,
@@ -1009,6 +1009,21 @@ LONG_STRING_CONST(
"features": [
"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"
+ ]
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698