| 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 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1672 ] | 1672 ] |
| 1673 }, | 1673 }, |
| 1674 { | 1674 { |
| 1675 "id": 164, | 1675 "id": 164, |
| 1676 "cr_bugs": [595948], | 1676 "cr_bugs": [595948], |
| 1677 "description": "glColorMask does not work for multisample renderbuffers on
old AMD GPUs.", | 1677 "description": "glColorMask does not work for multisample renderbuffers on
old AMD GPUs.", |
| 1678 "os": { | 1678 "os": { |
| 1679 "type": "macosx" | 1679 "type": "macosx" |
| 1680 }, | 1680 }, |
| 1681 "vendor_id": "0x1002", | 1681 "vendor_id": "0x1002", |
| 1682 "device_id": ["0x68b8", "0x6720", "0x6741"], | 1682 "device_id": ["0x6720", "0x6740", "0x6741", "0x68b8"], |
| 1683 "features": [ | 1683 "features": [ |
| 1684 "disable_multisampling_color_mask_usage" | 1684 "disable_multisampling_color_mask_usage" |
| 1685 ] | 1685 ] |
| 1686 }, | 1686 }, |
| 1687 { | 1687 { |
| 1688 "id": 165, | 1688 "id": 165, |
| 1689 "cr_bugs": [596774], | 1689 "cr_bugs": [596774], |
| 1690 "description": "Unpacking overlapping rows from unpack buffers is unstable
on NVIDIA GL driver", | 1690 "description": "Unpacking overlapping rows from unpack buffers is unstable
on NVIDIA GL driver", |
| 1691 "gl_vendor": "NVIDIA.*", | 1691 "gl_vendor": "NVIDIA.*", |
| 1692 "features": [ | 1692 "features": [ |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2319 ] | 2319 ] |
| 2320 } | 2320 } |
| 2321 ] | 2321 ] |
| 2322 // Please update the version number at beginning of this file whenever you | 2322 // Please update the version number at beginning of this file whenever you |
| 2323 // change this file. | 2323 // change this file. |
| 2324 } | 2324 } |
| 2325 | 2325 |
| 2326 ); // LONG_STRING_CONST macro | 2326 ); // LONG_STRING_CONST macro |
| 2327 | 2327 |
| 2328 } // namespace gpu | 2328 } // namespace gpu |
| OLD | NEW |