| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 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 // This file is auto-generated from | 5 // This file is auto-generated from |
| 6 // gpu/config/process_json.py | 6 // gpu/config/process_json.py |
| 7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1672 }; | 1672 }; |
| 1673 | 1673 |
| 1674 const GpuControlList::GLStrings kGLStringsForEntry134Exception0 = { | 1674 const GpuControlList::GLStrings kGLStringsForEntry134Exception0 = { |
| 1675 nullptr, ".*SVGA3D.*", nullptr, nullptr, | 1675 nullptr, ".*SVGA3D.*", nullptr, nullptr, |
| 1676 }; | 1676 }; |
| 1677 | 1677 |
| 1678 const GpuControlList::GLStrings kGLStringsForEntry134Exception1 = { | 1678 const GpuControlList::GLStrings kGLStringsForEntry134Exception1 = { |
| 1679 nullptr, ".*Gallium.*llvmpipe.*", nullptr, nullptr, | 1679 nullptr, ".*Gallium.*llvmpipe.*", nullptr, nullptr, |
| 1680 }; | 1680 }; |
| 1681 | 1681 |
| 1682 const int kFeatureListForEntry135[1] = { | |
| 1683 GPU_FEATURE_TYPE_WEBGL2, | |
| 1684 }; | |
| 1685 | |
| 1686 const uint32_t kCrBugsForEntry135[1] = { | |
| 1687 471200, | |
| 1688 }; | |
| 1689 | |
| 1690 const GpuControlList::GLStrings kGLStringsForEntry135 = { | |
| 1691 nullptr, "Adreno \\(TM\\) 4.*", nullptr, nullptr, | |
| 1692 }; | |
| 1693 | |
| 1694 const int kFeatureListForEntry136[1] = { | 1682 const int kFeatureListForEntry136[1] = { |
| 1695 GPU_FEATURE_TYPE_GPU_RASTERIZATION, | 1683 GPU_FEATURE_TYPE_GPU_RASTERIZATION, |
| 1696 }; | 1684 }; |
| 1697 | 1685 |
| 1698 const uint32_t kCrBugsForEntry136[1] = { | 1686 const uint32_t kCrBugsForEntry136[1] = { |
| 1699 643850, | 1687 643850, |
| 1700 }; | 1688 }; |
| 1701 | 1689 |
| 1702 const uint32_t kDeviceIDsForEntry136[113] = { | 1690 const uint32_t kDeviceIDsForEntry136[113] = { |
| 1703 0x06c0, 0x06c4, 0x06ca, 0x06cb, 0x06cd, 0x06d1, 0x06d2, 0x06d8, 0x06d9, | 1691 0x06c0, 0x06c4, 0x06ca, 0x06cb, 0x06cd, 0x06d1, 0x06d2, 0x06d8, 0x06d9, |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1751 449116, 698197, | 1739 449116, 698197, |
| 1752 }; | 1740 }; |
| 1753 | 1741 |
| 1754 const GpuControlList::GLStrings kGLStringsForEntry140 = { | 1742 const GpuControlList::GLStrings kGLStringsForEntry140 = { |
| 1755 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr, | 1743 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr, |
| 1756 }; | 1744 }; |
| 1757 | 1745 |
| 1758 } // namespace gpu | 1746 } // namespace gpu |
| 1759 | 1747 |
| 1760 #endif // GPU_CONFIG_SOFTWARE_RENDERING_LIST_ARRAYS_AND_STRUCTS_AUTOGEN_H_ | 1748 #endif // GPU_CONFIG_SOFTWARE_RENDERING_LIST_ARRAYS_AND_STRUCTS_AUTOGEN_H_ |
| OLD | NEW |