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

Unified Diff: gpu/config/gpu_switches.cc

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« content/test/gpu/gpu_tests/gpu_process.py ('K') | « gpu/config/gpu_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_switches.cc
diff --git a/gpu/config/gpu_switches.cc b/gpu/config/gpu_switches.cc
index fdf9f0e180bebd44ce7e5b58e04f4208bfe0820b..afb903a6ca9dec6558c7534329c6fa479d715f7f 100644
--- a/gpu/config/gpu_switches.cc
+++ b/gpu/config/gpu_switches.cc
@@ -9,4 +9,19 @@ namespace switches {
// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','.
const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds";
+// Override gpu vendor id from the GpuInfoCollector.
+const char kGpuTestingVendorId[] = "gpu-testing-vendor-id";
+
+// Override gpu device id from the GpuInfoCollector.
+const char kGpuTestingDeviceId[] = "gpu-testing-device-id";
+
+// Override gl vendor from the GpuInfoCollector.
+const char kGpuTestingGLVendor[] = "gpu-testing-gl-vendor";
+
+// Override gl renderer from the GpuInfoCollector.
+const char kGpuTestingGLRenderer[] = "gpu-testing-gl-renderer";
+
+// Override gl version from the GpuInfoCollector.
+const char kGpuTestingGLVersion[] = "gpu-testing-gl-version";
+
} // namespace switches
« content/test/gpu/gpu_tests/gpu_process.py ('K') | « gpu/config/gpu_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698