Commit 11a4944
authored
File tree
107 files changed
+7276
-3329
lines changed- 3rdparty
- examples_tests
- 0.ImportanceSamplingEnvMaps
- 18.MitsubaLoader
- bin
- 22.RaytracedAO
- 39.DenoiserTonemapper
- 42.FragmentShaderPathTracer
- media
- include
- nbl
- asset
- filters
- interchange
- material_compiler
- metadata
- utils
- builtin
- glsl
- bump_mapping
- bxdf
- bsdf
- diffuse
- specular
- ext/RadeonRays
- format
- material_compiler
- rasterization
- math
- sampling
- shapes
- virtual_geometry
- shader/loader/mtl
- core
- ext
- MitsubaLoader
- RadeonRays
- ScreenShot
- source/Nabla
- src/nbl
- asset
- interchange
- material_compiler
- utils
- builtin
- ext
- MitsubaLoader
- RadeonRays
- video
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+7276
-3329
lines changedLines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 28 | + | |
| 29 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Submodule glslang updated from d65c200 to ab712f2
Submodule radeonrays updated 16 files
- CMakeLists.txt+1
- RadeonRays/CMakeLists.txt+3
- RadeonRays/include/radeon_rays.h+1-5
- RadeonRays/src/intersector/intersector_bittrail.cpp+3
- RadeonRays/src/intersector/intersector_hlbvh.cpp+3
- RadeonRays/src/intersector/intersector_lds.cpp+3
- RadeonRays/src/intersector/intersector_short_stack.cpp+3
- RadeonRays/src/kernels/CL/common.cl+5-3
- RadeonRays/src/kernels/CL/intersect_bvh2_bittrail.cl+1-1
- RadeonRays/src/kernels/CL/intersect_bvh2_lds.cl+1-1
- RadeonRays/src/kernels/CL/intersect_bvh2_lds_fp16.cl+1-1
- RadeonRays/src/kernels/CL/intersect_bvh2_short_stack.cl+1-1
- RadeonRays/src/kernels/CL/intersect_bvh2_skiplinks.cl+1-1
- RadeonRays/src/kernels/CL/intersect_bvh2level_skiplinks.cl+1-1
- RadeonRays/src/kernels/CL/intersect_hlbvh_stack.cl+1-1
- UnitTest/CMakeLists.txt+3
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
0 commit comments