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

Unified Diff: gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h

Issue 2797393002: Scope scissor bug/MSAA/WebGL2 disabling to Adreno series. (Closed)
Patch Set: 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_arrays_and_structs_autogen.h
diff --git a/gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h b/gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h
index c8bb5094cada3ac2503556a43d33337c37443bfe..cdec487ef052491bcc2a9c481de9fc330fc0de50 100644
--- a/gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h
+++ b/gpu/config/gpu_driver_bug_list_arrays_and_structs_autogen.h
@@ -67,7 +67,7 @@ const uint32_t kCrBugsForEntry19[1] = {
};
const GpuControlList::GLStrings kGLStringsForEntry19 = {
- "Qualcomm.*", nullptr, nullptr, nullptr,
+ nullptr, "Adreno \\(TM\\) [23].*", nullptr, nullptr,
};
const int kFeatureListForEntry20[1] = {
@@ -359,12 +359,12 @@ const int kFeatureListForEntry52[1] = {
DISABLE_CHROMIUM_FRAMEBUFFER_MULTISAMPLE,
};
-const uint32_t kCrBugsForEntry52[4] = {
- 449116, 471200, 612474, 682075,
+const uint32_t kCrBugsForEntry52[1] = {
+ 471200,
};
const GpuControlList::GLStrings kGLStringsForEntry52 = {
- "Qualcomm.*", nullptr, nullptr, nullptr,
+ nullptr, "Adreno \\(TM\\) 4.*", nullptr, nullptr,
};
const int kFeatureListForEntry54[1] = {
@@ -2053,23 +2053,12 @@ const int kFeatureListForEntry214[2] = {
FORCE_UPDATE_SCISSOR_STATE_WHEN_BINDING_FBO0,
};
-const uint32_t kCrBugsForEntry214[3] = {
- 670607, 696627, 698197,
+const uint32_t kCrBugsForEntry214[4] = {
+ 670607, 696627, 698197, 707839,
};
const GpuControlList::GLStrings kGLStringsForEntry214 = {
- "Qualcomm.*", nullptr, nullptr, nullptr,
-};
-
-const char* kMachineModelNameForEntry214[7] = {
- "Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA",
-};
-
-const GpuControlList::MachineModelInfo kMachineModelInfoForEntry214 = {
- arraysize(kMachineModelNameForEntry214), // machine model name size
- kMachineModelNameForEntry214, // machine model names
- {GpuControlList::kUnknown, GpuControlList::kVersionStyleNumerical, nullptr,
- nullptr}, // machine model version
+ nullptr, "Adreno \\(TM\\) 3.*", nullptr, nullptr,
};
const int kFeatureListForEntry215[1] = {

Powered by Google App Engine
This is Rietveld 408576698