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

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

Issue 2812003006: Move gpu jason file data generation to build time. (Closed)
Patch Set: remove git-format from build time generated files 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/gpu_driver_bug_list_autogen.cc ('k') | gpu/config/process_json.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 // This file is auto-generated from
6 // gpu/config/process_json.py
7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT!
10
11 #ifndef GPU_CONFIG_GPU_DRIVER_BUG_LIST_EXCEPTIONS_AUTOGEN_H_
12 #define GPU_CONFIG_GPU_DRIVER_BUG_LIST_EXCEPTIONS_AUTOGEN_H_
13
14 namespace gpu {
15 const GpuControlList::Conditions kExceptionsForEntry54[1] = {
16 {
17 GpuControlList::kOsMacosx, // os_type
18 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical,
19 nullptr, nullptr}, // os_version
20 0x00, // vendor_id
21 0, // DeviceIDs size
22 nullptr, // DeviceIDs
23 GpuControlList::kMultiGpuCategoryNone, // multi_gpu_category
24 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
25 nullptr, // driver info
26 nullptr, // GL strings
27 nullptr, // machine model info
28 nullptr, // more conditions
29 },
30 };
31
32 const GpuControlList::Conditions kExceptionsForEntry172[1] = {
33 {
34 GpuControlList::kOsChromeOS, // os_type
35 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical,
36 nullptr, nullptr}, // os_version
37 0x8086, // vendor_id
38 0, // DeviceIDs size
39 nullptr, // DeviceIDs
40 GpuControlList::kMultiGpuCategoryNone, // multi_gpu_category
41 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
42 &kDriverInfoForEntry172Exception0, // driver info
43 &kGLStringsForEntry172Exception0, // GL strings
44 nullptr, // machine model info
45 &kMoreForEntry172Exception0, // more data
46 },
47 };
48
49 const GpuControlList::Conditions kExceptionsForEntry192[1] = {
50 {
51 GpuControlList::kOsMacosx, // os_type
52 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical,
53 nullptr, nullptr}, // os_version
54 0x00, // vendor_id
55 0, // DeviceIDs size
56 nullptr, // DeviceIDs
57 GpuControlList::kMultiGpuCategoryNone, // multi_gpu_category
58 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
59 nullptr, // driver info
60 nullptr, // GL strings
61 nullptr, // machine model info
62 nullptr, // more conditions
63 },
64 };
65
66 } // namespace gpu
67
68 #endif // GPU_CONFIG_GPU_DRIVER_BUG_LIST_EXCEPTIONS_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list_autogen.cc ('k') | gpu/config/process_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698