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

Unified Diff: gpu/config/gpu_control_list_testing_entry_enums_autogen.h

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: pure rebase Created 3 years, 9 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_control_list_testing_entry_enums_autogen.h
diff --git a/gpu/config/gpu_control_list_testing_entry_enums_autogen.h b/gpu/config/gpu_control_list_testing_entry_enums_autogen.h
new file mode 100644
index 0000000000000000000000000000000000000000..d61c5e0bd33c198257e19e3a2e554db35ec0e672
--- /dev/null
+++ b/gpu/config/gpu_control_list_testing_entry_enums_autogen.h
@@ -0,0 +1,77 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file is auto-generated from
+// gpu/config/process_json.py
+// It's formatted by clang-format using chromium coding style:
+// clang-format -i -style=chromium filename
+// DO NOT EDIT!
+
+#ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
+#define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
+
+namespace gpu {
+enum GpuControlListTestingEntryEnum {
+ kGpuControlListEntryTest_DetailedEntry = 0,
+ kGpuControlListEntryTest_VendorOnAllOsEntry = 1,
+ kGpuControlListEntryTest_VendorOnLinuxEntry = 2,
+ kGpuControlListEntryTest_AllExceptNVidiaOnLinuxEntry = 3,
+ kGpuControlListEntryTest_AllExceptIntelOnLinuxEntry = 4,
+ kGpuControlListEntryTest_DateOnWindowsEntry = 5,
+ kGpuControlListEntryTest_MultipleDevicesEntry = 6,
+ kGpuControlListEntryTest_ChromeOSEntry = 7,
+ kGpuControlListEntryTest_GlVersionGLESEntry = 8,
+ kGpuControlListEntryTest_GlVersionANGLEEntry = 9,
+ kGpuControlListEntryTest_GlVersionGLEntry = 10,
+ kGpuControlListEntryTest_GlVendorEqual = 11,
+ kGpuControlListEntryTest_GlVendorWithDot = 12,
+ kGpuControlListEntryTest_GlRendererContains = 13,
+ kGpuControlListEntryTest_GlRendererCaseInsensitive = 14,
+ kGpuControlListEntryTest_GlExtensionsEndWith = 15,
+ kGpuControlListEntryTest_OptimusEntry = 16,
+ kGpuControlListEntryTest_AMDSwitchableEntry = 17,
+ kGpuControlListEntryTest_DriverVendorBeginWith = 18,
+ kGpuControlListEntryTest_LexicalDriverVersionEntry = 19,
+ kGpuControlListEntryTest_NeedsMoreInfoEntry = 20,
+ kGpuControlListEntryTest_NeedsMoreInfoForExceptionsEntry = 21,
+ kGpuControlListEntryTest_NeedsMoreInfoForGlVersionEntry = 22,
+ kGpuControlListEntryTest_FeatureTypeAllEntry = 23,
+ kGpuControlListEntryTest_FeatureTypeAllEntryWithExceptions = 24,
+ kGpuControlListEntryTest_SingleActiveGPU = 25,
+ kGpuControlListEntryTest_MachineModelName = 26,
+ kGpuControlListEntryTest_MachineModelNameException = 27,
+ kGpuControlListEntryTest_MachineModelVersion = 28,
+ kGpuControlListEntryTest_MachineModelVersionException = 29,
+ kGpuControlListEntryDualGPUTest_CategoryAny_Intel = 30,
+ kGpuControlListEntryDualGPUTest_CategoryAny_NVidia = 31,
+ kGpuControlListEntryDualGPUTest_CategorySecondary = 32,
+ kGpuControlListEntryDualGPUTest_CategoryPrimary = 33,
+ kGpuControlListEntryDualGPUTest_CategoryDefault = 34,
+ kGpuControlListEntryDualGPUTest_ActiveSecondaryGPU = 35,
+ kGpuControlListEntryDualGPUTest_VendorOnlyActiveSecondaryGPU = 36,
+ kGpuControlListEntryDualGPUTest_ActivePrimaryGPU = 37,
+ kGpuControlListEntryDualGPUTest_VendorOnlyActivePrimaryGPU = 38,
+ kGpuControlListEntryTest_PixelShaderVersion = 39,
+ kGpuControlListEntryTest_OsVersionZeroLT = 40,
+ kGpuControlListEntryTest_OsVersionZeroAny = 41,
+ kGpuControlListEntryTest_OsComparisonAny = 42,
+ kGpuControlListEntryTest_OsComparisonGE = 43,
+ kGpuControlListEntryTest_ExceptionWithoutVendorId = 44,
+ kGpuControlListEntryTest_MultiGpuStyleAMDSwitchableDiscrete = 45,
+ kGpuControlListEntryTest_MultiGpuStyleAMDSwitchableIntegrated = 46,
+ kGpuControlListEntryTest_InProcessGPU = 47,
+ kGpuControlListEntryTest_SameGPUTwiceTest = 48,
+ kGpuControlListEntryTest_NVidiaNumberingScheme = 49,
+ kGpuControlListTest_NeedsMoreInfo = 50,
+ kGpuControlListTest_NeedsMoreInfoForExceptions = 51,
+ kGpuControlListTest_IgnorableEntries_0 = 52,
+ kGpuControlListTest_IgnorableEntries_1 = 53,
+ kGpuControlListTest_DisabledExtensionTest_0 = 54,
+ kGpuControlListTest_DisabledExtensionTest_1 = 55,
+ kGpuControlListEntryTest_DirectRendering = 56,
+ kGpuControlListTest_LinuxKernelVersion = 57,
+};
+} // namespace gpu
+
+#endif // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
« no previous file with comments | « gpu/config/gpu_control_list_testing_data.h ('k') | gpu/config/gpu_control_list_testing_exceptions_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698