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

Side by Side Diff: gpu/config/gpu_driver_bug_list_autogen.cc

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
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
11 #include "gpu/config/gpu_driver_bug_list_autogen.h" 11 #include "gpu/config/gpu_driver_bug_list_autogen.h"
12 12
13 #include "gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h" 13 #include "gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h"
14 #include "gpu/config/gpu_driver_bug_list_exceptions_autogen.h" 14 #include "gpu/config/gpu_driver_bug_list_exceptions_autogen.h"
15 15
16 namespace gpu { 16 namespace gpu {
17 17
18 const char kGpuDriverBugListVersion[] = "10.1"; 18 const char kGpuDriverBugListVersion[] = "10.2";
19 19
20 const size_t kGpuDriverBugListEntryCount = 172; 20 const size_t kGpuDriverBugListEntryCount = 171;
21 const GpuControlList::Entry kGpuDriverBugListEntries[172] = { 21 const GpuControlList::Entry kGpuDriverBugListEntries[171] = {
22 { 22 {
23 1, // id 23 1, // id
24 "Imagination driver doesn't like uploading lots of buffer data " 24 "Imagination driver doesn't like uploading lots of buffer data "
25 "constantly", 25 "constantly",
26 arraysize(kFeatureListForEntry1), // features size 26 arraysize(kFeatureListForEntry1), // features size
27 kFeatureListForEntry1, // features 27 kFeatureListForEntry1, // features
28 0, // DisabledExtensions size 28 0, // DisabledExtensions size
29 nullptr, // DisabledExtensions 29 nullptr, // DisabledExtensions
30 0, // CrBugs size 30 0, // CrBugs size
31 nullptr, // CrBugs 31 nullptr, // CrBugs
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style 827 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
828 nullptr, // driver info 828 nullptr, // driver info
829 &kGLStringsForEntry51, // GL strings 829 &kGLStringsForEntry51, // GL strings
830 nullptr, // machine model info 830 nullptr, // machine model info
831 nullptr, // more conditions 831 nullptr, // more conditions
832 }, 832 },
833 0, // exceptions count 833 0, // exceptions count
834 nullptr, // exceptions 834 nullptr, // exceptions
835 }, 835 },
836 { 836 {
837 52, // id
838 "ES3 MSAA was observed problematic on some Adreno 4xx (see "
839 "crbug.com/471200#c9)",
840 arraysize(kFeatureListForEntry52), // features size
841 kFeatureListForEntry52, // features
842 0, // DisabledExtensions size
843 nullptr, // DisabledExtensions
844 arraysize(kCrBugsForEntry52), // CrBugs size
845 kCrBugsForEntry52, // CrBugs
846 {
847 GpuControlList::kOsAndroid, // os_type
848 {GpuControlList::kLT, GpuControlList::kVersionStyleNumerical, "6.0",
849 nullptr}, // os_version
850 0x00, // vendor_id
851 0, // DeviceIDs size
852 nullptr, // DeviceIDs
853 GpuControlList::kMultiGpuCategoryNone, // multi_gpu_category
854 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
855 nullptr, // driver info
856 &kGLStringsForEntry52, // GL strings
857 nullptr, // machine model info
858 nullptr, // more conditions
859 },
860 0, // exceptions count
861 nullptr, // exceptions
862 },
863 {
864 54, // id 837 54, // id
865 "Clear uniforms before first program use on all platforms", 838 "Clear uniforms before first program use on all platforms",
866 arraysize(kFeatureListForEntry54), // features size 839 arraysize(kFeatureListForEntry54), // features size
867 kFeatureListForEntry54, // features 840 kFeatureListForEntry54, // features
868 0, // DisabledExtensions size 841 0, // DisabledExtensions size
869 nullptr, // DisabledExtensions 842 nullptr, // DisabledExtensions
870 arraysize(kCrBugsForEntry54), // CrBugs size 843 arraysize(kCrBugsForEntry54), // CrBugs size
871 kCrBugsForEntry54, // CrBugs 844 kCrBugsForEntry54, // CrBugs
872 { 845 {
873 GpuControlList::kOsAny, // os_type 846 GpuControlList::kOsAny, // os_type
(...skipping 3672 matching lines...) Expand 10 before | Expand all | Expand 10 after
4546 nullptr, // driver info 4519 nullptr, // driver info
4547 &kGLStringsForEntry221, // GL strings 4520 &kGLStringsForEntry221, // GL strings
4548 nullptr, // machine model info 4521 nullptr, // machine model info
4549 nullptr, // more conditions 4522 nullptr, // more conditions
4550 }, 4523 },
4551 0, // exceptions count 4524 0, // exceptions count
4552 nullptr, // exceptions 4525 nullptr, // exceptions
4553 }, 4526 },
4554 }; 4527 };
4555 } // namespace gpu 4528 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h ('k') | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698