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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2165553002: gpu: Enable CMAA for all Broadwell and Braswell ChromeOS devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & bump version Created 4 years, 4 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 cbc4c3ee18580493912440bc914ffc8892dd62ca..50277ba11373ef8ba7dcbb7f97255f88a6576747 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": "8.85",
+ "version": "8.86",
"entries": [
{
"id": 1,
@@ -1830,7 +1830,11 @@ LONG_STRING_CONST(
"type" : "chromeos"
},
"vendor_id": "0x8086",
- "device_id": ["0x1616"]
+ "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
+ "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
+ "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
+ "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
+ "0x22b2", "0x22b3"]
}
],
"features": [
« 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