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

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

Issue 2797393002: Scope scissor bug/MSAA/WebGL2 disabling to Adreno series. (Closed)
Patch Set: Bring back bug list 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 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
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] = { 1682 const int kFeatureListForEntry135[1] = {
1683 GPU_FEATURE_TYPE_WEBGL2, 1683 GPU_FEATURE_TYPE_WEBGL2,
1684 }; 1684 };
1685 1685
1686 const uint32_t kCrBugsForEntry135[2] = { 1686 const uint32_t kCrBugsForEntry135[1] = {
1687 682753, 682075, 1687 471200,
1688 }; 1688 };
1689 1689
1690 const GpuControlList::GLStrings kGLStringsForEntry135 = { 1690 const GpuControlList::GLStrings kGLStringsForEntry135 = {
1691 "Qualcomm.*", nullptr, nullptr, nullptr, 1691 nullptr, "Adreno \\(TM\\) 4.*", nullptr, nullptr,
1692 }; 1692 };
1693 1693
1694 const int kFeatureListForEntry136[1] = { 1694 const int kFeatureListForEntry136[1] = {
1695 GPU_FEATURE_TYPE_GPU_RASTERIZATION, 1695 GPU_FEATURE_TYPE_GPU_RASTERIZATION,
1696 }; 1696 };
1697 1697
1698 const uint32_t kCrBugsForEntry136[1] = { 1698 const uint32_t kCrBugsForEntry136[1] = {
1699 643850, 1699 643850,
1700 }; 1700 };
1701 1701
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 {GpuControlList::kBetween, GpuControlList::kVersionStyleNumerical, "15.301", 1740 {GpuControlList::kBetween, GpuControlList::kVersionStyleNumerical, "15.301",
1741 "15.302"}, // driver_version 1741 "15.302"}, // driver_version
1742 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr, 1742 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr,
1743 nullptr}, // driver_date 1743 nullptr}, // driver_date
1744 }; 1744 };
1745 1745
1746 const int kFeatureListForEntry140[1] = { 1746 const int kFeatureListForEntry140[1] = {
1747 GPU_FEATURE_TYPE_WEBGL2, 1747 GPU_FEATURE_TYPE_WEBGL2,
1748 }; 1748 };
1749 1749
1750 const uint32_t kCrBugsForEntry140[3] = { 1750 const uint32_t kCrBugsForEntry140[2] = {
1751 670607, 696627, 698197, 1751 449116, 698197,
1752 }; 1752 };
1753 1753
1754 const GpuControlList::GLStrings kGLStringsForEntry140 = { 1754 const GpuControlList::GLStrings kGLStringsForEntry140 = {
1755 "Qualcomm.*", nullptr, nullptr, nullptr, 1755 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr,
1756 };
1757
1758 const char* kMachineModelNameForEntry140[7] = {
1759 "Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA",
1760 };
1761
1762 const GpuControlList::MachineModelInfo kMachineModelInfoForEntry140 = {
1763 arraysize(kMachineModelNameForEntry140), // machine model name size
1764 kMachineModelNameForEntry140, // machine model names
1765 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr,
1766 nullptr}, // machine model version
1767 }; 1756 };
1768 1757
1769 } // namespace gpu 1758 } // namespace gpu
1770 1759
1771 #endif // GPU_CONFIG_SOFTWARE_RENDERING_LIST_ARRAYS_AND_STRUCTS_AUTOGEN_H_ 1760 #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