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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « gpu/command_buffer_common.gypi ('k') | gpu/config/gpu_info_collector_linux.cc » ('j') | 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 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.*",
« no previous file with comments | « gpu/command_buffer_common.gypi ('k') | gpu/config/gpu_info_collector_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698