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

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: 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/gpu_driver_bug_list.json ('k') | gpu/config/gpu_driver_bug_list_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..59f2c5c0915e5d15a809c9928d29b1f4b4791433 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] = {
@@ -364,7 +364,7 @@ const uint32_t kCrBugsForEntry52[4] = {
};
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] = {
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | gpu/config/gpu_driver_bug_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698