File tree
114 files changed
+1717
-1673
lines changed- external
- lib
- DxilDia
- DxilPIXPasses
- tools/clang
- include/clang/SPIRV
- lib/SPIRV
- test
- CodeGenSPIRV_Lit
- CodeGenSPIRV
- HLSLFileCheck/pix
- unittests
- HLSL
- SPIRV
- utils/hct
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+1717
-1673
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Submodule SPIRV-Headers updated 12 files
- include/spirv/unified1/spirv.bf+36
- include/spirv/unified1/spirv.core.grammar.json+1.6k-680
- include/spirv/unified1/spirv.cs+36
- include/spirv/unified1/spirv.h+39
- include/spirv/unified1/spirv.hpp+39
- include/spirv/unified1/spirv.hpp11+39
- include/spirv/unified1/spirv.json+42
- include/spirv/unified1/spirv.lua+34
- include/spirv/unified1/spirv.py+34
- include/spirv/unified1/spv.d+36
- tools/buildHeaders/jsonToSpirv.cpp+208-2
- tools/buildHeaders/jsonToSpirv.h+7
Submodule SPIRV-Tools updated 33 files
- .github/workflows/scorecard.yml+53
- Android.mk+1
- BUILD.gn+2
- DEPS+3-3
- README.md+1
- include/spirv-tools/linker.hpp+9-8
- include/spirv-tools/optimizer.hpp+5
- source/link/linker.cpp+10-5
- source/opt/CMakeLists.txt+2
- source/opt/aggressive_dead_code_elim_pass.cpp+1
- source/opt/local_access_chain_convert_pass.cpp+2-1
- source/opt/local_single_block_elim_pass.cpp+2-1
- source/opt/local_single_store_elim_pass.cpp+2-1
- source/opt/optimizer.cpp+39
- source/opt/passes.h+1
- source/opt/switch_descriptorset_pass.cpp+46
- source/opt/switch_descriptorset_pass.h+52
- source/opt/trim_capabilities_pass.cpp+44-4
- source/opt/trim_capabilities_pass.h+9-1
- source/print.cpp+1-1
- source/val/validate.cpp+2
- source/val/validate.h+8
- source/val/validate_image.cpp+157-1
- source/val/validate_memory.cpp+2
- source/val/validation_state.cpp+42-30
- source/val/validation_state.h+18
- test/link/binary_version_test.cpp+16
- test/opt/CMakeLists.txt+1
- test/opt/switch_descriptorset_test.cpp+193
- test/opt/trim_capabilities_pass_test.cpp+698
- test/val/val_image_test.cpp+1.3k
- tools/link/linker.cpp+9
- tools/opt/opt.cpp+4
Lines changed: 19 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 |
| |
18 | 25 |
| |
19 | 26 |
| |
| |||
89 | 96 |
| |
90 | 97 |
| |
91 | 98 |
| |
92 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
93 | 102 |
| |
94 | 103 |
| |
95 | 104 |
| |
| |||
111 | 120 |
| |
112 | 121 |
| |
113 | 122 |
| |
114 |
| - | |
| 123 | + | |
| 124 | + | |
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
| |||
133 | 143 |
| |
134 | 144 |
| |
135 | 145 |
| |
136 |
| - | |
| 146 | + | |
| 147 | + | |
137 | 148 |
| |
138 | 149 |
| |
139 | 150 |
| |
| |||
155 | 166 |
| |
156 | 167 |
| |
157 | 168 |
| |
158 |
| - | |
| 169 | + | |
159 | 170 |
| |
160 | 171 |
| |
161 | 172 |
| |
| |||
225 | 236 |
| |
226 | 237 |
| |
227 | 238 |
| |
228 |
| - | |
| 239 | + | |
| 240 | + | |
229 | 241 |
| |
230 | 242 |
| |
231 | 243 |
| |
| |||
357 | 369 |
| |
358 | 370 |
| |
359 | 371 |
| |
360 |
| - | |
| 372 | + | |
| 373 | + | |
361 | 374 |
| |
362 | 375 |
| |
363 | 376 |
| |
|
Lines changed: 23 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
137 | 153 |
| |
138 | 154 |
| |
139 | 155 |
| |
140 | 156 |
| |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
141 | 163 |
| |
142 | 164 |
| |
143 | 165 |
| |
| |||
163 | 185 |
| |
164 | 186 |
| |
165 | 187 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 | 188 |
| |
183 | 189 |
| |
184 | 190 |
| |
|
Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
215 | 217 |
| |
216 | 218 |
| |
217 | 219 |
| |
| |||
290 | 292 |
| |
291 | 293 |
| |
292 | 294 |
| |
| 295 | + | |
| 296 | + | |
| 297 | + | |
293 | 298 |
| |
294 | 299 |
| |
295 | 300 |
| |
| |||
1008 | 1013 |
| |
1009 | 1014 |
| |
1010 | 1015 |
| |
1011 |
| - | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
1012 | 1023 |
| |
1013 | 1024 |
| |
1014 | 1025 |
| |
| |||
1121 | 1132 |
| |
1122 | 1133 |
| |
1123 | 1134 |
| |
| 1135 | + | |
| 1136 | + | |
1124 | 1137 |
| |
1125 | 1138 |
| |
1126 | 1139 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
|
Lines changed: 34 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
26 | 40 |
| |
27 | 41 |
| |
28 | 42 |
| |
| |||
214 | 228 |
| |
215 | 229 |
| |
216 | 230 |
| |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 | 231 |
| |
230 | 232 |
| |
231 | 233 |
| |
| |||
869 | 871 |
| |
870 | 872 |
| |
871 | 873 |
| |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
872 | 894 |
| |
873 | 895 |
| |
874 | 896 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| 175 | + | |
| 176 | + | |
175 | 177 |
| |
176 | 178 |
| |
177 | 179 |
| |
| |||
228 | 230 |
| |
229 | 231 |
| |
230 | 232 |
| |
| 233 | + | |
| 234 | + | |
231 | 235 |
| |
232 | 236 |
| |
233 | 237 |
| |
|
0 commit comments