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 3db1ff945817abeb5579a70188610404c21c359c..b447c1a886013823a18ad14eff4ab73b8203741d 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.9", |
+ "version": "7.11", |
"entries": [ |
{ |
"id": 1, |
@@ -175,7 +175,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"id": 11, |
"description": "Limit max texure size to 4096 on Macs with Intel GPUs", |
"os": { |
- "type": "macosx" |
+ "type": "macosx", |
+ "version": { |
+ "op": "<", |
+ "value": "10.9" |
+ } |
}, |
"vendor_id": "0x8086", |
"features": [ |
@@ -212,7 +216,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"id": 14, |
"description": "Limit max texure size and cube map texture size to 4096 on Macs with AMD GPUs", |
"os": { |
- "type": "macosx" |
+ "type": "macosx", |
+ "version": { |
+ "op": "<", |
+ "value": "10.9" |
+ } |
}, |
"vendor_id": "0x1002", |
"features": [ |
@@ -1044,7 +1052,7 @@ LONG_STRING_CONST( |
"type": "android", |
"version": { |
"op": "<=", |
- "value": "5.0.0" |
+ "value": "5.0.1" |
} |
}, |
"gl_vendor": "NVIDIA.*", |