-
Notifications
You must be signed in to change notification settings - Fork 368
/
Copy pathknown_good.json
59 lines (59 loc) · 1.62 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
{
"commits" : [
{
"name" : "glslang",
"site" : "github",
"subrepo" : "KhronosGroup/glslang",
"subdir" : "third_party/glslang",
"commit" : "a0995c49ebcaca2c6d3b03efbabf74f3843decdb"
},
{
"name" : "abseil_cpp",
"site" : "github",
"subrepo" : "abseil/abseil-cpp",
"subdir" : "third_party/abseil_cpp",
"commit" : "5be22f98733c674d532598454ae729253bc53e82"
},
{
"name" : "re2",
"site" : "github",
"subrepo" : "google/re2",
"subdir" : "third_party/re2",
"commit" : "90970542fe952602f42150c6e71d086f5afebcb3"
},
{
"name" : "effcee",
"site" : "github",
"subrepo" : "google/effcee",
"subdir" : "third_party/effcee",
"commit" : "8f0a61dc95e0df18c18e0ac56d83b3fa9d2fe90b"
},
{
"name" : "googletest",
"site" : "github",
"subrepo" : "google/googletest",
"subdir" : "third_party/googletest",
"commit" : "0599a7b8410dc5cfdb477900b280475ae775d7f9"
},
{
"name" : "shaderc",
"site" : "github",
"subrepo" : "google/shaderc",
"commit" : "caa54d9779d5605aca4e1a0c0c962a3d8f4aeb31"
},
{
"name" : "spirv-headers",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "third_party/spirv-tools/external/spirv-headers",
"commit" : "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b"
},
{
"name" : "spirv-tools",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "third_party/spirv-tools",
"commit" : "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346"
}
]
}