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

Unified Diff: gpu/config/software_rendering_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
« no previous file with comments | « gpu/config/software_rendering_list_arrays_and_structs_autogen.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_autogen.cc
diff --git a/gpu/config/software_rendering_list_autogen.cc b/gpu/config/software_rendering_list_autogen.cc
index 6a70bc199fefb61fac55a92972e46f9d9fc6e88a..6022daad4e60ddc99d5c1d3e3a5e7814e10dee8c 100644
--- a/gpu/config/software_rendering_list_autogen.cc
+++ b/gpu/config/software_rendering_list_autogen.cc
@@ -15,10 +15,10 @@
namespace gpu {
-const char kSoftwareRenderingListVersion[] = "13.1";
+const char kSoftwareRenderingListVersion[] = "13.2";
-const size_t kSoftwareRenderingListEntryCount = 83;
-const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
+const size_t kSoftwareRenderingListEntryCount = 82;
+const GpuControlList::Entry kSoftwareRenderingListEntries[82] = {
{
1, // id
"ATI Radeon X1900 is not compatible with WebGL on the Mac",
@@ -2048,32 +2048,6 @@ const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
kExceptionsForEntry134, // exceptions
},
{
- 135, // id
- "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disable WebGL2",
- arraysize(kFeatureListForEntry135), // features size
- kFeatureListForEntry135, // features
- 0, // DisabledExtensions size
- nullptr, // DisabledExtensions
- arraysize(kCrBugsForEntry135), // CrBugs size
- kCrBugsForEntry135, // 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
- &kGLStringsForEntry135, // GL strings
- nullptr, // machine model info
- nullptr, // more conditions
- },
- 0, // exceptions count
- nullptr, // exceptions
- },
- {
136, // id
"GPU rasterization is blacklisted on NVidia Fermi architecture for "
"now.",
« no previous file with comments | « gpu/config/software_rendering_list_arrays_and_structs_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698