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

Side by Side Diff: gpu/config/gpu_driver_bug_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/gpu_driver_bug_list.json ('k') | gpu/config/gpu_driver_bug_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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }; 348 };
349 349
350 const int kFeatureListForEntry51[1] = { 350 const int kFeatureListForEntry51[1] = {
351 TEXSUBIMAGE_FASTER_THAN_TEXIMAGE, 351 TEXSUBIMAGE_FASTER_THAN_TEXIMAGE,
352 }; 352 };
353 353
354 const GpuControlList::GLStrings kGLStringsForEntry51 = { 354 const GpuControlList::GLStrings kGLStringsForEntry51 = {
355 nullptr, "ANGLE.*", nullptr, nullptr, 355 nullptr, "ANGLE.*", nullptr, nullptr,
356 }; 356 };
357 357
358 const int kFeatureListForEntry52[1] = {
359 DISABLE_CHROMIUM_FRAMEBUFFER_MULTISAMPLE,
360 };
361
362 const uint32_t kCrBugsForEntry52[4] = {
363 449116, 471200, 612474, 682075,
364 };
365
366 const GpuControlList::GLStrings kGLStringsForEntry52 = {
367 nullptr, "Adreno \\(TM\\) 4.*", nullptr, nullptr,
368 };
369
370 const int kFeatureListForEntry54[1] = { 358 const int kFeatureListForEntry54[1] = {
371 CLEAR_UNIFORMS_BEFORE_FIRST_PROGRAM_USE, 359 CLEAR_UNIFORMS_BEFORE_FIRST_PROGRAM_USE,
372 }; 360 };
373 361
374 const uint32_t kCrBugsForEntry54[2] = { 362 const uint32_t kCrBugsForEntry54[2] = {
375 124764, 349137, 363 124764, 349137,
376 }; 364 };
377 365
378 const int kFeatureListForEntry55[1] = { 366 const int kFeatureListForEntry55[1] = {
379 COUNT_ALL_IN_VARYINGS_PACKING, 367 COUNT_ALL_IN_VARYINGS_PACKING,
(...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 2034
2047 const GpuControlList::GLStrings kGLStringsForEntry213 = { 2035 const GpuControlList::GLStrings kGLStringsForEntry213 = {
2048 "ARM.*", "Mali-G.*", nullptr, nullptr, 2036 "ARM.*", "Mali-G.*", nullptr, nullptr,
2049 }; 2037 };
2050 2038
2051 const int kFeatureListForEntry214[2] = { 2039 const int kFeatureListForEntry214[2] = {
2052 DISABLE_CHROMIUM_FRAMEBUFFER_MULTISAMPLE, 2040 DISABLE_CHROMIUM_FRAMEBUFFER_MULTISAMPLE,
2053 FORCE_UPDATE_SCISSOR_STATE_WHEN_BINDING_FBO0, 2041 FORCE_UPDATE_SCISSOR_STATE_WHEN_BINDING_FBO0,
2054 }; 2042 };
2055 2043
2056 const uint32_t kCrBugsForEntry214[4] = { 2044 const uint32_t kCrBugsForEntry214[5] = {
2057 670607, 696627, 698197, 707839, 2045 670607, 682075, 696627, 698197, 707839,
2058 }; 2046 };
2059 2047
2060 const GpuControlList::GLStrings kGLStringsForEntry214 = { 2048 const GpuControlList::GLStrings kGLStringsForEntry214 = {
2061 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr, 2049 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr,
2062 }; 2050 };
2063 2051
2064 const int kFeatureListForEntry215[1] = { 2052 const int kFeatureListForEntry215[1] = {
2065 USE_GPU_DRIVER_WORKAROUND_FOR_TESTING, 2053 USE_GPU_DRIVER_WORKAROUND_FOR_TESTING,
2066 }; 2054 };
2067 2055
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 701682, 2117 701682,
2130 }; 2118 };
2131 2119
2132 const GpuControlList::GLStrings kGLStringsForEntry221 = { 2120 const GpuControlList::GLStrings kGLStringsForEntry221 = {
2133 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr, 2121 nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr,
2134 }; 2122 };
2135 2123
2136 } // namespace gpu 2124 } // namespace gpu
2137 2125
2138 #endif // GPU_CONFIG_GPU_DRIVER_BUG_LIST_ARRAYS_AND_STRUCTS_AUTOGEN_H_ 2126 #endif // GPU_CONFIG_GPU_DRIVER_BUG_LIST_ARRAYS_AND_STRUCTS_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | gpu/config/gpu_driver_bug_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698