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

Side by Side Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1469933004: Mac: Include Radeon 4670 in overlay blacklist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« 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