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

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: comment 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..462a684cb7de31a3ccb43a630d941ca533c306d3 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",
@@ -991,9 +995,13 @@ LONG_STRING_CONST(
{
"id": 76,
"cr_bugs": [371530],
- "description": "Testing EGL sync fences is broken on IMG",
+ "description": "Testing EGL sync fences was broken on IMG",
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
@@ -1006,9 +1014,13 @@ LONG_STRING_CONST(
{
"id": 77,
"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": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<=",
+ "value": "4.4.3"
+ }
},
"gl_vendor": {
"op": "beginwith",
@@ -1025,9 +1037,13 @@ LONG_STRING_CONST(
{
"id": 78,
"cr_bugs": [378691, 373360, 371530],
- "description": "Testing fences is broken on Broadcom drivers",
+ "description": "Testing fences was 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