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

Unified Diff: gpu/config/software_rendering_list_arrays_and_structs_autogen.h

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.json ('k') | gpu/config/software_rendering_list_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_arrays_and_structs_autogen.h
diff --git a/gpu/config/software_rendering_list_arrays_and_structs_autogen.h b/gpu/config/software_rendering_list_arrays_and_structs_autogen.h
index 120498c9aa6d63ed064837abf53c3579a9c1b9b3..e2d3626e30e8ff743c1fcf5c241e1443007e73dd 100644
--- a/gpu/config/software_rendering_list_arrays_and_structs_autogen.h
+++ b/gpu/config/software_rendering_list_arrays_and_structs_autogen.h
@@ -1683,12 +1683,12 @@ const int kFeatureListForEntry135[1] = {
GPU_FEATURE_TYPE_WEBGL2,
};
-const uint32_t kCrBugsForEntry135[2] = {
- 682753, 682075,
+const uint32_t kCrBugsForEntry135[1] = {
+ 471200,
};
const GpuControlList::GLStrings kGLStringsForEntry135 = {
- "Qualcomm.*", nullptr, nullptr, nullptr,
+ nullptr, "Adreno \\(TM\\) 4.*", nullptr, nullptr,
};
const int kFeatureListForEntry136[1] = {
@@ -1747,23 +1747,12 @@ const int kFeatureListForEntry140[1] = {
GPU_FEATURE_TYPE_WEBGL2,
};
-const uint32_t kCrBugsForEntry140[3] = {
- 670607, 696627, 698197,
+const uint32_t kCrBugsForEntry140[2] = {
+ 449116, 698197,
};
const GpuControlList::GLStrings kGLStringsForEntry140 = {
- "Qualcomm.*", nullptr, nullptr, nullptr,
-};
-
-const char* kMachineModelNameForEntry140[7] = {
- "Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA",
-};
-
-const GpuControlList::MachineModelInfo kMachineModelInfoForEntry140 = {
- arraysize(kMachineModelNameForEntry140), // machine model name size
- kMachineModelNameForEntry140, // machine model names
- {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr,
- nullptr}, // machine model version
+ nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr,
};
} // namespace gpu
« no previous file with comments | « gpu/config/software_rendering_list.json ('k') | gpu/config/software_rendering_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698