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

Unified Diff: gpu/config/software_rendering_list_autogen.cc

Issue 2797393002: Scope scissor bug/MSAA/WebGL2 disabling to Adreno series. (Closed)
Patch Set: Bring back bug list 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 70c2eaab6439736c277fe333a7685b94e98d6954..6a70bc199fefb61fac55a92972e46f9d9fc6e88a 100644
--- a/gpu/config/software_rendering_list_autogen.cc
+++ b/gpu/config/software_rendering_list_autogen.cc
@@ -15,7 +15,7 @@
namespace gpu {
-const char kSoftwareRenderingListVersion[] = "13.0";
+const char kSoftwareRenderingListVersion[] = "13.1";
const size_t kSoftwareRenderingListEntryCount = 83;
const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
@@ -2049,8 +2049,7 @@ const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
},
{
135, // id
- "Key parts of WebGL 2 broken on old Qualcomm drivers (depth texture, "
- "MSAA)",
+ "ES3 MSAA not fully trusted on some Qualcomm 4xx, also disable WebGL2",
arraysize(kFeatureListForEntry135), // features size
kFeatureListForEntry135, // features
0, // DisabledExtensions size
@@ -2181,8 +2180,7 @@ const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
},
{
140, // id
- "Some old Qualcomm scissor bug workaround needs disabling MSAA to "
- "work, which is a core part of WebGL 2.",
+ "MSAA and depth texture buggy on Adreno 3xx, also disable WebGL2",
arraysize(kFeatureListForEntry140), // features size
kFeatureListForEntry140, // features
0, // DisabledExtensions size
@@ -2200,7 +2198,7 @@ const GpuControlList::Entry kSoftwareRenderingListEntries[83] = {
GpuControlList::kMultiGpuStyleNone, // multi_gpu_style
nullptr, // driver info
&kGLStringsForEntry140, // GL strings
- &kMachineModelInfoForEntry140, // machine model info
+ nullptr, // machine model info
nullptr, // more conditions
},
0, // exceptions count
« 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