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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 490613003: Android: Extend Mali egl fence sync blacklist to all ES2 drivers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 33a5aaeeb9acf52e58b41d9604155e2e6c84078f..1317f9ff2104393f2f459f21910891f66acb6a5e 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": "7.1",
+ "version": "7.2",
"entries": [
{
"id": 1,
@@ -905,8 +905,8 @@ LONG_STRING_CONST(
},
{
"id": 77,
- "cr_bugs": [378691, 373360, 371530],
- "description": "Testing fences was broken on Mali-400 MP drivers",
+ "cr_bugs": [378691, 373360, 371530, 398964],
+ "description": "Testing fences was broken on Mali ES2 drivers",
"os": {
"type": "android",
"version": {
@@ -915,7 +915,12 @@ LONG_STRING_CONST(
}
},
"gl_vendor": "ARM.*",
- "gl_renderer": "Mali-400 MP.*",
+ "gl_renderer": "Mali.*",
+ "gl_type": "gles",
+ "gl_version": {
+ "op": "<",
+ "value": "3.0"
+ },
"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