Commit 62b4be3
authored
File tree
9 files changed
+140
-37
lines changed- 3rdparty/dxc
- include/nbl
- asset/utils
- builtin/hlsl
- bda
- spirv_intrinsics
- src/nbl
- asset/utils
- builtin
9 files changed
+140
-37
lines changed- docs/ReleaseNotes.md+2
- external/SPIRV-Tools+1-1
- include/dxc/DXIL/DxilConstants.h+69-17
- include/dxc/DXIL/DxilInstructions.h+48
- include/dxc/DxilContainer/RDAT_SubobjectTypes.inl+2-1
- lib/DXIL/DxilOperations.cpp+647
- lib/DXIL/DxilResource.cpp+1-12
- lib/DxilValidation/DxilValidation.cpp+35
- lib/HLSL/HLOperationLower.cpp+39-219
- tools/clang/include/clang/AST/HlslTypes.h+4-2
- tools/clang/include/clang/Basic/Attr.td+9-2
- tools/clang/include/clang/Basic/DiagnosticSemaKinds.td+40-30
- tools/clang/include/clang/SPIRV/SpirvType.h+10-4
- tools/clang/include/clang/Sema/AttributeList.h+1
- tools/clang/lib/AST/ASTContextHLSL.cpp+9-6
- tools/clang/lib/CodeGen/CGHLSLMS.cpp+14-100
- tools/clang/lib/SPIRV/EmitVisitor.cpp+13
- tools/clang/lib/SPIRV/LowerTypeVisitor.cpp+8-13
- tools/clang/lib/SPIRV/SpirvBuilder.cpp+7-3
- tools/clang/lib/Sema/SemaHLSL.cpp+178-14
- tools/clang/test/CodeGenDXIL/hlsl/intrinsics/buffer-agg-load-stores.hlsl+227
- tools/clang/test/CodeGenDXIL/hlsl/intrinsics/buffer-load-stores.hlsl+214
- tools/clang/test/CodeGenDXIL/hlsl/intrinsics/dot.hlsl+24-24
- tools/clang/test/CodeGenDXIL/hlsl/intrinsics/vector-and.hlsl
- tools/clang/test/CodeGenDXIL/hlsl/intrinsics/vector-or.hlsl
- tools/clang/test/CodeGenHLSL/BigStructInBuffer.hlsl-20
- tools/clang/test/CodeGenHLSL/EmptyStructInBuffer.hlsl-13
- tools/clang/test/CodeGenSPIRV/error.no.validation.hlsl+1-1
- tools/clang/test/CodeGenSPIRV/inline-spirv/spv.inline.decorate.member.hlsl+40
- tools/clang/test/CodeGenSPIRV/meshshading.ext.cullprimative.hlsl+2
- tools/clang/test/CodeGenSPIRV/op.buffer.access.bitfield.hlsl-22
- tools/clang/test/CodeGenSPIRV/op.buffer.access.hlsl-33
- tools/clang/test/CodeGenSPIRV/op.struct.access.bitfield.sized.read.hlsl+5-5
- tools/clang/test/CodeGenSPIRV/op.texture.access.hlsl-19
- tools/clang/test/CodeGenSPIRV/rich.debug.texture.hlsl+1-6
- tools/clang/test/CodeGenSPIRV/type.buffer.hlsl-16
- tools/clang/test/CodeGenSPIRV/type.buffer.struct.error1.hlsl-14
- tools/clang/test/CodeGenSPIRV/type.buffer.struct.error2.hlsl-14
- tools/clang/test/CodeGenSPIRV/type.buffer.struct.error3.hlsl+1-1
- tools/clang/test/CodeGenSPIRV/type.rwbuffer.struct.error.hlsl+3-2
- tools/clang/test/CodeGenSPIRV/type.texture.hlsl-18
- tools/clang/test/DXILValidation/allocateRayQuery.ll+60
- tools/clang/test/DXILValidation/allocateRayQuery2.ll+70
- tools/clang/test/HLSL/cpp-errors-hv2015.hlsl+2-8
- tools/clang/test/HLSL/cpp-errors.hlsl+2-8
- tools/clang/test/HLSLFileCheck/d3dreflect/comp-groupshared.hlsl+8-8
- tools/clang/test/HLSLFileCheck/hlsl/intrinsics/atomic/atomic_on_members.hlsl-79
- tools/clang/test/HLSLFileCheck/hlsl/objects/AppendStructuredBuffer/struct_loads.hlsl-66
- tools/clang/test/HLSLFileCheck/hlsl/objects/Buffer/EmptyStructInBuffer.hlsl-13
- tools/clang/test/HLSLFileCheck/hlsl/objects/Buffer/structInBuffer.hlsl-25
- tools/clang/test/HLSLFileCheck/hlsl/objects/Buffer/structInBuffer2.hlsl-22
- tools/clang/test/HLSLFileCheck/hlsl/objects/Buffer/structInBuffer3.hlsl-25
- tools/clang/test/HLSLFileCheck/hlsl/objects/RWTexture/RWTexture-ast.hlsl+1
- tools/clang/test/HLSLFileCheck/hlsl/objects/Texture/gather_raw_badtypes.hlsl+18-18
- tools/clang/test/HLSLFileCheck/hlsl/objects/Texture/texture_of_array_error.hlsl+2-2
- tools/clang/test/HLSLFileCheck/hlsl/objects/Texture/texture_of_matrix_error.hlsl+2-2
- tools/clang/test/HLSLFileCheck/hlsl/objects/Texture/texture_of_struct_error.hlsl+2-2
- tools/clang/test/HLSLFileCheck/infra/ast-dumping.hlsl+2
- tools/clang/test/HLSLFileCheck/validation/BigStructInBuffer.hlsl-20
- tools/clang/test/SemaHLSL/atomic-float-errors.hlsl+15-15
- tools/clang/test/SemaHLSL/atomics-on-bitfields.hlsl+4-8
- tools/clang/test/SemaHLSL/attributes/spv.inline.decorate.member.hlsl+12
- tools/clang/test/SemaHLSL/invalid-rovbuffer-elements.hlsl+31
- tools/clang/test/SemaHLSL/invalid-typed-resource-elements.hlsl+48
- tools/clang/test/SemaHLSL/template-checks.hlsl+2-12
- tools/clang/test/SemaHLSL/write-const-arrays.hlsl+3-3
- tools/clang/unittests/HLSL/ValidationTest.cpp-10
- tools/clang/utils/TableGen/ClangAttrEmitter.cpp+4
- utils/hct/hctdb.py+61
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 39 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 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 | + | |
20 | 54 |
| |
21 | 55 |
| |
22 | 56 |
| |
| |||
171 | 205 |
| |
172 | 206 |
| |
173 | 207 |
| |
174 |
| - | |
| 208 | + | |
175 | 209 |
| |
176 | 210 |
| |
177 | 211 |
| |
| |||
180 | 214 |
| |
181 | 215 |
| |
182 | 216 |
| |
183 |
| - | |
| 217 | + | |
184 | 218 |
| |
185 | 219 |
| |
186 | 220 |
| |
| |||
205 | 239 |
| |
206 | 240 |
| |
207 | 241 |
| |
208 |
| - | |
| 242 | + | |
209 | 243 |
| |
210 | 244 |
| |
211 | 245 |
| |
212 | 246 |
| |
213 |
| - | |
| 247 | + | |
214 | 248 |
| |
215 | 249 |
| |
216 | 250 |
| |
| |||
269 | 303 |
| |
270 | 304 |
| |
271 | 305 |
| |
272 |
| - | |
273 | 306 |
| |
274 |
| - | |
| 307 | + | |
275 | 308 |
| |
276 | 309 |
|
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 64 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 |
| |
99 | 119 |
| |
100 | 120 |
| |
| |||
418 | 438 |
| |
419 | 439 |
| |
420 | 440 |
| |
421 |
| - | |
| 441 | + | |
422 | 442 |
| |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
| 443 | + | |
449 | 444 |
| |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
450 | 484 |
| |
451 | 485 |
| |
452 | 486 |
| |
| |||
469 | 503 |
| |
470 | 504 |
| |
471 | 505 |
| |
| 506 | + | |
| 507 | + | |
| 508 | + | |
472 | 509 |
| |
473 | 510 |
| |
474 | 511 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| 233 | + | |
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
|
0 commit comments