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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 347893002: Deprecate disable_egl_khr_fence_sync on future Android releases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 827a0b43be6c30fc29d9ee431f4663302328fb6f..9c69cf1b0196c44216d791ee23373694fa94f59c 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": "6.1",
+ "version": "6.2",
"entries": [
{
"id": 1,
@@ -953,9 +953,13 @@ LONG_STRING_CONST(
{
"id": 74,
"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": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
@@ -993,7 +997,11 @@ LONG_STRING_CONST(
"cr_bugs": [371530],
"description": "Testing EGL sync fences is broken on IMG",
Zhenyao Mo 2014/06/19 21:37:25 in the same spirit, shouldn't you also change the
no sievers 2014/06/19 21:40:37 Done.
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
@@ -1008,7 +1016,11 @@ LONG_STRING_CONST(
"cr_bugs": [378691, 373360, 371530],
"description": "Testing fences is broken on Mali-400 MP drivers",
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
@@ -1027,7 +1039,11 @@ LONG_STRING_CONST(
"cr_bugs": [378691, 373360, 371530],
"description": "Testing fences is broken on Broadcom drivers",
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
« 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