OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Determines whether a certain driver bug exists in the current system. | 5 // Determines whether a certain driver bug exists in the current system. |
6 // The format of a valid gpu_driver_bug_list.json file is defined in | 6 // The format of a valid gpu_driver_bug_list.json file is defined in |
7 // <gpu/config/gpu_control_list_format.txt>. | 7 // <gpu/config/gpu_control_list_format.txt>. |
8 // The supported "features" can be found in | 8 // The supported "features" can be found in |
9 // <gpu/config/gpu_driver_bug_workaround_type.h>. | 9 // <gpu/config/gpu_driver_bug_workaround_type.h>. |
10 | 10 |
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1584 ] | 1584 ] |
1585 }, | 1585 }, |
1586 { | 1586 { |
1587 "id": 135, | 1587 "id": 135, |
1588 "description": "Screen flickers on 2009 iMacs", | 1588 "description": "Screen flickers on 2009 iMacs", |
1589 "cr_bugs": [543324], | 1589 "cr_bugs": [543324], |
1590 "os": { | 1590 "os": { |
1591 "type": "macosx" | 1591 "type": "macosx" |
1592 }, | 1592 }, |
1593 "vendor_id": "0x1002", | 1593 "vendor_id": "0x1002", |
1594 "device_id": ["0x9440", "0x944a"], | 1594 "device_id": ["0x9440", "0x944a", "0x9488", "0x9490"], |
1595 "features": [ | 1595 "features": [ |
1596 "disable_overlay_ca_layers", | 1596 "disable_overlay_ca_layers", |
1597 "disable_post_sub_buffers_for_onscreen_surfaces" | 1597 "disable_post_sub_buffers_for_onscreen_surfaces" |
1598 ] | 1598 ] |
1599 } | 1599 } |
1600 ] | 1600 ] |
1601 } | 1601 } |
1602 | 1602 |
1603 ); // LONG_STRING_CONST macro | 1603 ); // LONG_STRING_CONST macro |
1604 | 1604 |
1605 } // namespace gpu | 1605 } // namespace gpu |
OLD | NEW |