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

Side by Side Diff: gpu/config/software_rendering_list_arrays_and_structs_autogen.h

Issue 2806623002: Enable WebGL 2.0 and ES3 MSAA on Adreno 4xx (Closed)
Patch Set: remember to run the autogenerator Created 3 years, 8 months 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 | « gpu/config/software_rendering_list.json ('k') | gpu/config/software_rendering_list_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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_
OLDNEW
« no previous file with comments | « gpu/config/software_rendering_list.json ('k') | gpu/config/software_rendering_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698