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 0d59af8796169565232115039faa5bc314d10a0d..6ed11faf3fa4ba262c5ab58370ca24b2dfa322a3 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.89", |
+ "version": "8.90", |
"entries": [ |
{ |
"id": 1, |
@@ -1821,27 +1821,6 @@ LONG_STRING_CONST( |
] |
}, |
{ |
- "id": 172, |
- "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA", |
- "cr_bugs": [535198], |
- "exceptions" : [ |
- { |
- "os": { |
- "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"] |
- } |
- ], |
- "features": [ |
- "disable_framebuffer_cmaa" |
- ] |
- }, |
- { |
"id": 173, |
"description": "Limit transparent visuals to drivers known to work", |
"cr_bugs": [369209], |