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

Side by Side Diff: content/browser/gpu/gpu_data_manager_testing_arrays_and_structs_autogen.h

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: rebase Created 3 years, 7 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 | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | gpu/config/gpu_blacklist.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 }; 87 };
88 88
89 const GpuControlList::DriverInfo kDriverInfoForEntry8 = { 89 const GpuControlList::DriverInfo kDriverInfoForEntry8 = {
90 "Mesa", // driver_vendor 90 "Mesa", // driver_vendor
91 {GpuControlList::kGE, GpuControlList::kVersionStyleNumerical, "8.0.0", 91 {GpuControlList::kGE, GpuControlList::kVersionStyleNumerical, "8.0.0",
92 nullptr}, // driver_version 92 nullptr}, // driver_version
93 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr, 93 {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr,
94 nullptr}, // driver_date 94 nullptr}, // driver_date
95 }; 95 };
96 96
97 const int kFeatureListForEntry9[12] = { 97 const int kFeatureListForEntry9[11] = {
98 GPU_FEATURE_TYPE_FLASH_STAGE3D, 98 GPU_FEATURE_TYPE_FLASH_STAGE3D,
99 GPU_FEATURE_TYPE_GPU_COMPOSITING, 99 GPU_FEATURE_TYPE_GPU_COMPOSITING,
100 GPU_FEATURE_TYPE_PANEL_FITTING, 100 GPU_FEATURE_TYPE_PANEL_FITTING,
101 GPU_FEATURE_TYPE_FLASH3D, 101 GPU_FEATURE_TYPE_FLASH3D,
102 GPU_FEATURE_TYPE_GPU_RASTERIZATION, 102 GPU_FEATURE_TYPE_GPU_RASTERIZATION,
103 GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS, 103 GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS,
104 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE, 104 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE,
105 GPU_FEATURE_TYPE_WEBGL2, 105 GPU_FEATURE_TYPE_WEBGL2,
106 GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE,
107 GPU_FEATURE_TYPE_ACCELERATED_WEBGL, 106 GPU_FEATURE_TYPE_ACCELERATED_WEBGL,
108 GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE, 107 GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE,
109 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE, 108 GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE,
110 }; 109 };
111 110
112 const int kFeatureListForEntry10[1] = { 111 const int kFeatureListForEntry10[1] = {
113 GPU_FEATURE_TYPE_ACCELERATED_WEBGL, 112 GPU_FEATURE_TYPE_ACCELERATED_WEBGL,
114 }; 113 };
115 114
116 } // namespace gpu 115 } // namespace gpu
117 116
118 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_ARRAYS_AND_STRUCTS_AUTOG EN_H_ 117 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_TESTING_ARRAYS_AND_STRUCTS_AUTOG EN_H_
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | gpu/config/gpu_blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698