| 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 af1a16c3da03f3734692b4cc0d6b8423b7aa2680..8c08fb291b0bbede7abedc4179c87e779aaa1b40 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.73",
|
| + "version": "8.74",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1853,6 +1853,23 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_dxgi_zero_copy_video"
|
| ]
|
| + },
|
| + {
|
| + "id": 172,
|
| + "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA",
|
| + "cr_bugs": [535198],
|
| + "exceptions" : [
|
| + {
|
| + "os": {
|
| + "type" : "chromeos"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "device_id": ["0x1616"]
|
| + }
|
| + ],
|
| + "features": [
|
| + "disable_framebuffer_cmaa"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|