Commit 39cb993
authored
File tree
79 files changed
+3264
-2018
lines changed- 3rdparty
- examples_tests
- 18.MitsubaLoader
- 22.RaytracedAO
- 41.VisibilityBuffer
- media/mitsuba
- include/nbl
- asset
- material_compiler
- utils
- builtin/glsl
- barycentric
- bxdf
- brdf/specular
- ext
- MitsubaLoader
- RadeonRays
- format
- limits
- material_compiler
- rasterization
- math
- sampling
- subgroup
- utils
- virtual_geometry
- workgroup
- core/alloc
- ext
- MitsubaLoader
- RadeonRays
- video
- alloc
- source/Nabla
- src/nbl
- asset/interchange
- builtin
- ext/MitsubaLoader
- video
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+3264
-2018
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
| 420 | + | |
420 | 421 | | |
421 | 422 | | |
422 | 423 | | |
| |||
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
473 | | - | |
| 474 | + | |
474 | 475 | | |
475 | 476 | | |
476 | 477 | | |
| |||
Submodule SPIRV-Headers updated 24 files
- .github/workflows/presubmit.yml+37
- CMakeLists.txt+1-1
- README.md+12-1
- include/spirv/spir-v.xml+58-5
- include/spirv/unified1/DebugInfo.h+1
- include/spirv/unified1/NonSemanticShaderDebugInfo100.h+171
- include/spirv/unified1/OpenCLDebugInfo100.h+2
- include/spirv/unified1/extinst.debuginfo.grammar.json+4
- include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json+713
- include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json+19
- include/spirv/unified1/spirv.core.grammar.json+2.1k-246
- include/spirv/unified1/spirv.cs+215-9
- include/spirv/unified1/spirv.h+297-13
- include/spirv/unified1/spirv.hpp+298-13
- include/spirv/unified1/spirv.hpp11+298-13
- include/spirv/unified1/spirv.json+231-19
- include/spirv/unified1/spirv.lua+208-9
- include/spirv/unified1/spirv.py+208-9
- include/spirv/unified1/spv.d+215-9
- tools/buildHeaders/CMakeLists.txt+1-1
- tools/buildHeaders/bin/makeHeaders+1-1
- tools/buildHeaders/header.cpp+4-4
- tools/buildHeaders/jsonToSpirv.cpp+61
- tools/buildHeaders/jsonToSpirv.h+8
Submodule SPIRV-Tools updated 866 files
Submodule glslang updated from 60b875f to 773c3cf
Submodule portable-file-dialogs updated 18 files
- .gitignore+4-5
- .lgtm.yml+5
- Makefile-11
- README.md+25-16
- doc/message.md+97
- doc/notify.md+40
- doc/open_file.md+90
- doc/pfd.md+120
- doc/save_file.md+73
- doc/select_folder.md+55
- example.cpp-56
- examples/.gitignore+11
- examples/Makefile+16
- examples/example.cpp+110
- examples/example.vcxproj+5-4
- examples/kill.cpp+42
- examples/kill.vcxproj+96
- portable-file-dialogs.h+1.5k-756
- BUILD.gn+2-130
- CHANGES+25
- CMakeLists.txt+10-16
- CONTRIBUTORS+1
- DEPS+5-9
- README.md+1-23
- build_overrides/shaderc.gni+1-1
- cmake/utils.cmake+12-1
- glslc/README.asciidoc+2-2
- glslc/src/dependency_info.cc+1-1
- glslc/src/file_compiler.cc+1-1
- glslc/src/file_includer.cc+1-1
- glslc/src/main.cc+9-2
- glslc/test/glslc_test_framework.py+8-4
- glslc/test/option_dash_E.py-31
- glslc/test/option_fauto_combined_image_sampler.py+59
- glslc/test/option_target_env.py+6-6
- glslc/test/parameter_tests.py+3-1
- libshaderc/include/shaderc/env.h+3-4
- libshaderc/include/shaderc/shaderc.h+6-1
- libshaderc/include/shaderc/shaderc.hpp+10-3
- libshaderc/src/shaderc.cc+7-1
- libshaderc/src/shaderc_cpp_test.cc+3-4
- libshaderc/src/shaderc_test.cc+14-6
- libshaderc_spvc/Android.mk-28
- libshaderc_spvc/CMakeLists.txt-139
- libshaderc_spvc/README.md-47
- libshaderc_spvc/include/spvc/spvc.h-681
- libshaderc_spvc/include/spvc/spvc.hpp-604
- libshaderc_spvc/src/common_shaders_for_test.h-110
- libshaderc_spvc/src/spvc.cc-1.2k
- libshaderc_spvc/src/spvc_c_smoke_test.c-20
- libshaderc_spvc/src/spvc_cpp_test.cc-115
- libshaderc_spvc/src/spvc_log.cc-88
- libshaderc_spvc/src/spvc_log.h-79
- libshaderc_spvc/src/spvc_private.cc-573
- libshaderc_spvc/src/spvc_private.h-158
- libshaderc_spvc/src/spvc_smoke_test_util.c-118
- libshaderc_spvc/src/spvc_smoke_test_util.h-17
- libshaderc_spvc/src/spvc_test.cc-162
- libshaderc_spvc/src/spvc_webgpu_c_smoke_test.c-20
- libshaderc_spvc/src/spvc_webgpu_cpp_test.cc-113
- libshaderc_spvc/src/spvc_webgpu_test.cc-105
- libshaderc_spvc/src/spvcir_pass.cc-1.3k
- libshaderc_spvc/src/spvcir_pass.h-120
- libshaderc_spvc/src/spvcir_test.cc-1.6k
- libshaderc_util/Android.mk+1-1
- libshaderc_util/CMakeLists.txt+4-4
- libshaderc_util/include/libshaderc_util/compiler.h+12-2
- libshaderc_util/include/libshaderc_util/io_shaderc.h
- libshaderc_util/include/libshaderc_util/message.h+3
- libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h-1
- libshaderc_util/include/libshaderc_util/string_piece.h+2
- libshaderc_util/src/compiler.cc+14-31
- libshaderc_util/src/compiler_test.cc+16-8
- libshaderc_util/src/io_shaderc.cc+3-2
- libshaderc_util/src/io_shaderc_test.cc+6-7
- libshaderc_util/src/message.cc+61-28
- libshaderc_util/src/message_test.cc+69-1
- libshaderc_util/src/spirv_tools_wrapper.cc+3-6
- license-checker.cfg+2-8
- shaderc_features.gni-24
- spvc/CMakeLists.txt-31
- spvc/README.asciidoc-62
- spvc/src/main.cc-407
- spvc/test/CMakeLists.txt-35
- spvc/test/known_failures-153
- spvc/test/known_invalids-5
- spvc/test/known_spvc_failures-200
- spvc/test/reference/shaders-hlsl-no-opt/asm/vert/spvc_OpSource.asm.vert-8
- spvc/test/reference/shaders-hlsl-no-opt/asm/vert/spvc_trivial_shader.asm.vert-8
- spvc/test/run_spirv_cross_tests.py-683
- spvc/test/run_spirv_cross_tests_wrapper.sh-50
- spvc/test/shaders-hlsl-no-opt/asm/vert/spvc_OpSource.asm.vert-12
- spvc/test/shaders-hlsl-no-opt/asm/vert/spvc_trivial_shader.asm.vert-11
- spvc/test/unconfirmed_invalids-39
- third_party/CMakeLists.txt-23
- utils/add_copyright.py+1-1
- utils/roll-deps-3
Submodule spirv_cross updated from ec74efa to c8b3076
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
50 | | - | |
| 45 | + | |
| 46 | + | |
51 | 47 | | |
52 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | | - | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
72 | | - | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | | - | |
79 | 85 | | |
80 | | - | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
93 | 102 | | |
94 | 103 | | |
95 | 104 | | |
| |||
110 | 119 | | |
111 | 120 | | |
112 | 121 | | |
| 122 | + | |
113 | 123 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
| 135 | + | |
129 | 136 | | |
130 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
131 | 140 | | |
132 | 141 | | |
133 | 142 | | |
| 143 | + | |
134 | 144 | | |
135 | 145 | | |
136 | 146 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 147 | + | |
141 | 148 | | |
142 | 149 | | |
143 | 150 | | |
| |||
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
156 | 165 | | |
157 | 166 | | |
158 | 167 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 168 | + | |
| 169 | + | |
163 | 170 | | |
164 | 171 | | |
165 | | - | |
| 172 | + | |
166 | 173 | | |
167 | 174 | | |
168 | 175 | | |
| |||
0 commit comments