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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2393323003: gpu: Enable CMAA for all Braswell, Broadwell and Skylake ChromeOS devices (Closed)
Patch Set: Fix format. Created 4 years, 2 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 bf190ddd88408f0a734eaf24d1a2cc335c107709..1f2ebc12e1d8fd5069a71f2957b62b94974c44de 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": "9.04",
+ "version": "9.05",
"entries": [
{
"id": 1,
@@ -1786,11 +1786,14 @@ LONG_STRING_CONST(
"type" : "chromeos"
},
"vendor_id": "0x8086",
- "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
- "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
- "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
- "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
- "0x22b2", "0x22b3"]
+ "driver_vendor": "Mesa",
+ "gl_vendor": "Intel.*",
+ "gl_renderer": ".*Intel.*(Braswell|Broadwell|Skylake).*",
Ken Russell (switch to Gerrit) 2016/10/07 02:10:21 Have you tested this? There are bootstrapping prob
adrian.belgun 2016/10/07 06:22:35 This was tested on a Broadwell Linux device and it
+ "gl_type": "gles",
+ "gl_version": {
+ "op": ">=",
+ "value": "3.1"
+ }
}
],
"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