File tree
68 files changed
+2600
-1674
lines changed- 3rdparty
- dxc
- ngfx
- cmake
- cpack
- find
- compoment
- config
- licence
- scripts/nbl
- docker
- compose
- ci/stages
- .env/platform/windows
- dev
- axes
- dynamic
- debug
- release
- relwithdebinfo
- static
- debug
- release
- relwithdebinfo
- scripts/os
- resources
- git-cache
- scripts
- nbl/ci/dev
- .vscode
- lib
- include/nbl
- builtin/hlsl
- concepts/accessors
- cpp_compat
- fft
- glsl_compat
- math
- spirv_intrinsics
- workgroup
- core/math
- system
- video
- src/nbl
- builtin
- ext/TextRendering
- video
- tools/nsc
- docker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+2600
-1674
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
| 118 | + | |
| 119 | + |
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 | 93 |
| |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
294 | 297 |
| |
295 | 298 |
| |
296 | 299 |
| |
|
- .github/ISSUE_TEMPLATE/bug_report_spirv.md+5-5
- cmake/modules/HandleLLVMOptions.cmake+5-3
- docs/SPIR-V.rst+15
- external/SPIRV-Headers+1-1
- external/SPIRV-Tools+1-1
- include/dxc/Support/DxcOptToggles.h+13-11
- include/llvm/ADT/StringRef.h+11-10
- lib/Analysis/LoopPass.cpp+9
- lib/DxilPIXPasses/DxilAnnotateWithVirtualRegister.cpp+73-9
- lib/DxilPIXPasses/DxilShaderAccessTracking.cpp+3
- lib/IR/AsmWriter.cpp+1-1
- test/HLSL/opt/help.ll+5
- tools/clang/lib/SPIRV/EmitVisitor.cpp+4
- tools/clang/lib/SPIRV/SpirvEmitter.cpp+102-48
- tools/clang/lib/SPIRV/SpirvEmitter.h+13-4
- tools/clang/lib/Sema/SemaHLSL.cpp+4-1
- tools/clang/test/CodeGenDXIL/hlsl/types/type-enum-cast.hlsl+31
- tools/clang/test/CodeGenSPIRV/func.noidentifier.hlsl+29
- tools/clang/test/CodeGenSPIRV/rich.debug.debugscope.hlsl+14-12
- tools/clang/test/CodeGenSPIRV/rich.debug.function.param.hlsl+8-7
- tools/clang/test/CodeGenSPIRV/rich.debug.global-variable.hlsl+2-3
- tools/clang/test/CodeGenSPIRV/rich.debug.local-variable.hlsl+11-9
- tools/clang/test/CodeGenSPIRV/rich.debug.vulkan.member.function.param.hlsl+8-8
- tools/clang/test/CodeGenSPIRV/shader.debug.function.hlsl+16-9
- tools/clang/test/CodeGenSPIRV/shader.debug.line.composite.hlsl+1-1
- tools/clang/test/CodeGenSPIRV/type.enum.cast.hlsl+20
- tools/clang/test/CodeGenSPIRV/type.enum.hlsl+1-1
- tools/clang/unittests/HLSL/DxilContainerTest.cpp+1-1
- tools/clang/unittests/HLSL/PixTest.cpp+257-6
- tools/clang/unittests/HLSL/PixTestUtils.cpp+2-2
- tools/opt/opt.cpp+10
- unittests/IR/AsmWriterTest.cpp+37
- unittests/IR/CMakeLists.txt+1
Lines changed: 68 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 | + | |
| 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 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
222 | 223 |
| |
223 | 224 |
| |
224 | 225 |
| |
225 |
| - | |
| 226 | + |
Lines changed: 39 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
| 256 | + | |
255 | 257 |
| |
256 | 258 |
| |
257 | 259 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Lines changed: 15 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 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
0 commit comments