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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2691013003: Ensure that HD3000 blacklist on Mac covers "any" multi_gpu_category (Closed)
Patch Set: rebase + add one more missing case Created 3 years, 10 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/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index b9786b0720ab36593604b8f2820815e9a8328e31..293566afaf91a361f8c745fa98f7d65de04eb746 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "12.12",
+ "version": "12.13",
"entries": [
{
"id": 1,
@@ -1070,6 +1070,7 @@ LONG_STRING_CONST(
},
"vendor_id": "0x8086",
"device_id": ["0x0116", "0x0126"],
+ "multi_gpu_category": "any",
"features": [
"all"
]
@@ -1441,6 +1442,7 @@ LONG_STRING_CONST(
},
"vendor_id": "0x10de",
"device_id": ["0x0407", "0x0647", "0x0863"],
+ "multi_gpu_category": "any",
"features": [
"all"
]
« 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