| 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.",
|
|
|