forked from KhronosGroup/Vulkan-ValidationLayers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
known_good.json
executable file
·156 lines (156 loc) · 5.44 KB
/
known_good.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"repos": [
{
"name": "Vulkan-Headers",
"api": "vulkan",
"url": "https://github.com/KhronosGroup/Vulkan-Headers.git",
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.3.300"
},
{
"name": "Vulkan-Utility-Libraries",
"url": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git",
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "v1.3.300",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
"repo_name": "Vulkan-Headers"
}
]
},
{
"name": "SPIRV-Headers",
"url": "https://github.com/KhronosGroup/SPIRV-Headers.git",
"sub_dir": "SPIRV-Headers",
"build_dir": "SPIRV-Headers/build",
"install_dir": "SPIRV-Headers/build/install",
"commit": "22c4d1b1e9d1c7d9aa5086c93e6491f21080019b"
},
{
"name": "SPIRV-Tools",
"url": "https://github.com/KhronosGroup/SPIRV-Tools.git",
"sub_dir": "SPIRV-Tools",
"build_dir": "SPIRV-Tools/build",
"install_dir": "SPIRV-Tools/build/install",
"cmake_options": [
"-DSPIRV-Headers_SOURCE_DIR={repo_dir}/../SPIRV-Headers",
"-DSPIRV_WERROR=OFF",
"-DSPIRV_SKIP_TESTS=ON",
"-DSPIRV_SKIP_EXECUTABLES=OFF"
],
"commit": "ce92630396c2fd2d6d04819369116af4fb141a28"
},
{
"name": "robin-hood-hashing",
"url": "https://github.com/martinus/robin-hood-hashing.git",
"sub_dir": "robin-hood-hashing",
"build_dir": "robin-hood-hashing/build",
"install_dir": "robin-hood-hashing/build/install",
"cmake_options": [
"-DRH_STANDALONE_PROJECT=OFF"
],
"commit": "3.11.5"
},
{
"name": "mimalloc",
"url": "https://github.com/microsoft/mimalloc.git",
"sub_dir": "mimalloc",
"build_dir": "mimalloc/build",
"install_dir": "mimalloc/build/install",
"cmake_options": [
"-DMI_BUILD_STATIC=ON",
"-DMI_BUILD_OBJECT=OFF",
"-DMI_BUILD_SHARED=OFF",
"-DMI_BUILD_TESTS=OFF"
],
"commit": "v2.1.2",
"build_platforms": [
"windows"
]
},
{
"name": "googletest",
"url": "https://github.com/google/googletest.git",
"sub_dir": "googletest",
"build_dir": "googletest/build",
"install_dir": "googletest/build/install",
"cmake_options": [
"-DBUILD_GMOCK=OFF",
"-Dgtest_force_shared_crt=ON",
"-DBUILD_SHARED_LIBS=OFF"
],
"commit": "v1.14.0",
"optional": [
"tests"
]
},
{
"name": "glslang",
"url": "https://github.com/KhronosGroup/glslang.git",
"sub_dir": "glslang",
"build_dir": "glslang/build",
"install_dir": "glslang/build/install",
"commit": "2fed4fc07c9190df5369db787a679096c55474e5",
"cmake_options": [
"-DENABLE_OPT=OFF"
],
"optional": [
"tests"
]
},
{
"name": "Vulkan-Loader",
"api": "vulkan",
"url": "https://github.com/KhronosGroup/Vulkan-Loader.git",
"sub_dir": "Vulkan-Loader",
"build_dir": "Vulkan-Loader/build",
"install_dir": "Vulkan-Loader/build/install",
"commit": "v1.3.300",
"build_step": "skip",
"optional": [
"tests"
]
},
{
"name": "Vulkan-Profiles",
"api": "vulkan",
"url": "https://github.com/KhronosGroup/Vulkan-Profiles.git",
"sub_dir": "Vulkan-Profiles",
"build_dir": "Vulkan-Profiles/build",
"install_dir": "Vulkan-Profiles/build/install",
"commit": "v1.3.294",
"build_step": "skip",
"optional": [
"tests"
]
},
{
"name": "Vulkan-Tools",
"api": "vulkan",
"url": "https://github.com/KhronosGroup/Vulkan-Tools.git",
"sub_dir": "Vulkan-Tools",
"build_dir": "Vulkan-Tools/build",
"install_dir": "Vulkan-Tools/build/install",
"commit": "v1.3.300",
"build_step": "skip",
"optional": [
"tests"
]
}
],
"install_names": {
"glslang": "GLSLANG_INSTALL_DIR",
"Vulkan-Headers": "VULKAN_HEADERS_INSTALL_DIR",
"Vulkan-Utility-Libraries": "VULKAN_UTILITY_LIBRARIES_INSTALL_DIR",
"SPIRV-Headers": "SPIRV_HEADERS_INSTALL_DIR",
"SPIRV-Tools": "SPIRV_TOOLS_INSTALL_DIR",
"robin-hood-hashing": "ROBIN_HOOD_HASHING_INSTALL_DIR",
"googletest": "GOOGLETEST_INSTALL_DIR",
"mimalloc": "MIMALLOC_INSTALL_DIR"
}
}