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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/gpu_driver_bug_list_autogen.cc
diff --git a/gpu/config/gpu_driver_bug_list_autogen.cc b/gpu/config/gpu_driver_bug_list_autogen.cc
index e646bfcfcb53c5ad1fa99664d7b128983c67ca88..afdc5f9856bb26c331a91902245910dafe46471e 100644
--- a/gpu/config/gpu_driver_bug_list_autogen.cc
+++ b/gpu/config/gpu_driver_bug_list_autogen.cc
@@ -15,10 +15,10 @@
namespace gpu {
-const char kGpuDriverBugListVersion[] = "10.1";
+const char kGpuDriverBugListVersion[] = "10.2";
-const size_t kGpuDriverBugListEntryCount = 172;
-const GpuControlList::Entry kGpuDriverBugListEntries[172] = {
+const size_t kGpuDriverBugListEntryCount = 171;
+const GpuControlList::Entry kGpuDriverBugListEntries[171] = {
{
1, // id
"Imagination driver doesn't like uploading lots of buffer data "
@@ -834,33 +834,6 @@ const GpuControlList::Entry kGpuDriverBugListEntries[172] = {
nullptr, // exceptions
},
{
- 52, // id
- "ES3 MSAA was observed problematic on some Adreno 4xx (see "
- "crbug.com/471200#c9)",
- arraysize(kFeatureListForEntry52), // features size
- kFeatureListForEntry52, // features
- 0, // DisabledExtensions size
- nullptr, // DisabledExtensions
- arraysize(kCrBugsForEntry52), // CrBugs size
- kCrBugsForEntry52, // CrBugs
- {
- GpuControlList::kOsAndroid, // os_type
- {GpuControlList::kLT, GpuControlList::kVersionStyleNumerical, "6.0",
- nullptr}, // os_version
- 0x00, // vendor_id
- 0, // DeviceIDs size
- nullptr, // DeviceIDs
- GpuControlList::kMultiGpuCategoryNone, // multi_gpu_category
- GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
- nullptr, // driver info
- &kGLStringsForEntry52, // GL strings
- nullptr, // machine model info
- nullptr, // more conditions
- },
- 0, // exceptions count
- nullptr, // exceptions
- },
- {
54, // id
"Clear uniforms before first program use on all platforms",
arraysize(kFeatureListForEntry54), // features size
« 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