File tree
10 files changed
+116
-22
lines changed- include/nbl/builtin/hlsl
- spirv_intrinsics
- subgroup2
- workgroup2
- src/nbl
- builtin
- video/utilities
10 files changed
+116
-22
lines changedSubmodule examples_tests updated 65 files
- 02_HelloCompute/main.cpp+3-3
- 03_DeviceSelectionAndSharedSources/Testers.h+10-13
- 03_DeviceSelectionAndSharedSources/main.cpp+7-12
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+8-4
- 07_StagingAndMultipleQueues/main.cpp+7-6
- 10_CountingSort/app_resources/prefix_sum_shader.comp.hlsl-1
- 10_CountingSort/app_resources/scatter_shader.comp.hlsl-1
- 10_CountingSort/main.cpp+6-6
- 11_FFT/app_resources/shader.comp.hlsl+6-7
- 11_FFT/main.cpp+11-12
- 22_CppCompat/ITester.h+9-9
- 22_CppCompat/main.cpp+5-4
- 23_Arithmetic2UnitTest/CMakeLists.txt
- 23_Arithmetic2UnitTest/app_resources/common.hlsl+7-7
- 23_Arithmetic2UnitTest/app_resources/shaderCommon.hlsl+19
- 23_Arithmetic2UnitTest/app_resources/testSubgroup.comp.hlsl+55
- 23_Arithmetic2UnitTest/app_resources/testWorkgroup.comp.hlsl+74
- 23_Arithmetic2UnitTest/config.json.template
- 23_Arithmetic2UnitTest/main.cpp+505
- 23_Arithmetic2UnitTest/pipeline.groovy
- 23_ArithmeticUnitTest/app_resources/shaderCommon.hlsl-55
- 23_ArithmeticUnitTest/app_resources/testSubgroup.comp.hlsl-19
- 23_ArithmeticUnitTest/app_resources/testWorkgroup.comp.hlsl-108
- 23_ArithmeticUnitTest/main.cpp-462
- 24_ColorSpaceTest/main.cpp+7-7
- 25_FilterTest/main.cpp+1-1
- 26_Blur/app_resources/shader.comp.hlsl-1
- 26_Blur/main.cpp+22-14
- 27_MPMCScheduler/app_resources/shader.comp.hlsl-1
- 27_MPMCScheduler/main.cpp+20-11
- 28_FFTBloom/app_resources/fft_common.hlsl+10-10
- 28_FFTBloom/app_resources/fft_convolve_ifft.hlsl-1
- 28_FFTBloom/app_resources/image_fft_first_axis.hlsl-1
- 28_FFTBloom/app_resources/image_ifft_first_axis.hlsl-1
- 28_FFTBloom/app_resources/kernel_fft_first_axis.hlsl-1
- 28_FFTBloom/app_resources/kernel_fft_second_axis.hlsl-1
- 28_FFTBloom/app_resources/kernel_spectrum_normalize.hlsl-1
- 28_FFTBloom/main.cpp+12-13
- 29_Arithmetic2Bench/CMakeLists.txt+25
- 29_Arithmetic2Bench/app_resources/benchmarkSubgroup.comp.hlsl+57
- 29_Arithmetic2Bench/app_resources/benchmarkWorkgroup.comp.hlsl+124
- 29_Arithmetic2Bench/app_resources/common.hlsl+34
- 29_Arithmetic2Bench/app_resources/shaderCommon.hlsl+26
- 29_Arithmetic2Bench/config.json.template+28
- 29_Arithmetic2Bench/main.cpp+689
- 29_Arithmetic2Bench/pipeline.groovy+50
- 30_ComputeShaderPathTracer/main.cpp+10-6
- 64_EmulatedFloatTest/main.cpp+12-8
- 67_RayQueryGeometry/app_resources/render.comp.hlsl+18-5
- 67_RayQueryGeometry/main.cpp+3-3
- 70_FLIPFluids/app_resources/compute/advectParticles.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/applyBodyForces.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/diffusion.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/genParticleVertices.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/particlesInit.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/prepareCellUpdate.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/pressureSolver.comp.hlsl-1
- 70_FLIPFluids/app_resources/compute/updateFluidCells.comp.hlsl-1
- 70_FLIPFluids/app_resources/fluidParticles.fragment.hlsl-1
- 70_FLIPFluids/app_resources/fluidParticles.vertex.hlsl-1
- 70_FLIPFluids/main.cpp+17-16
- 71_RayTracingPipeline/main.cpp+56-24
- CMakeLists.txt+2-1
- common/include/CGeomtryCreatorScene.hpp+26-31
- common/include/WorkgroupDataAccessors.hlsl+124
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
| 24 | + | |
22 | 25 |
| |
23 | 26 |
| |
| 27 | + | |
24 | 28 |
| |
25 | 29 |
| |
| 30 | + | |
26 | 31 |
| |
27 | 32 |
| |
28 | 33 |
| |
|
Lines changed: 64 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 | + |
Lines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 |
| - | |
10 |
| - | |
11 | 8 |
| |
12 |
| - | |
13 |
| - | |
14 | 9 |
| |
15 | 10 |
| |
16 | 11 |
| |
| |||
19 | 14 |
| |
20 | 15 |
| |
21 | 16 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 17 |
| |
37 | 18 |
| |
38 | 19 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 |
| |
162 | 166 |
| |
163 | 167 |
| |
| |||
185 | 189 |
| |
186 | 190 |
| |
187 | 191 |
| |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
188 | 196 |
| |
189 | 197 |
| |
190 | 198 |
| |
| |||
203 | 211 |
| |
204 | 212 |
| |
205 | 213 |
| |
206 |
| - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
207 | 217 |
| |
| 218 | + | |
208 | 219 |
| |
209 | 220 |
| |
210 | 221 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
| 185 | + | |
184 | 186 |
| |
185 | 187 |
| |
186 | 188 |
| |
| |||
203 | 205 |
| |
204 | 206 |
| |
205 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
206 | 215 |
| |
207 | 216 |
| |
208 | 217 |
| |
|
Lines changed: 20 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 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| 335 | + | |
335 | 336 |
| |
336 | 337 |
| |
337 | 338 |
| |
| |||
346 | 347 |
| |
347 | 348 |
| |
348 | 349 |
| |
| 350 | + | |
349 | 351 |
| |
350 | 352 |
| |
351 | 353 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5300 | 5300 |
| |
5301 | 5301 |
| |
5302 | 5302 |
| |
5303 |
| - | |
| 5303 | + | |
| 5304 | + | |
5304 | 5305 |
| |
5305 | 5306 |
| |
5306 | 5307 |
| |
|
0 commit comments