File tree
74 files changed
+2231
-1132
lines changed- 3rdparty
- examples_tests
- 20.Megatexture
- 22.RaytracedAO
- 41.VisibilityBuffer
- media/mitsuba
- include/nbl
- asset
- filters
- material_compiler
- utils
- builtin/glsl
- barycentric
- bxdf
- brdf/specular
- ext/RadeonRays
- format
- limits
- material_compiler
- rasterization
- math
- sampling
- subgroup
- utils
- virtual_geometry
- virtual_texturing
- workgroup
- ext
- MitsubaLoader
- RadeonRays
- source/Nabla
- src/nbl
- asset
- interchange
- material_compiler
- utils
- 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.
74 files changed
+2231
-1132
lines changedLines changed: 8 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 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
474 |
| - | |
| 474 | + | |
475 | 475 |
| |
476 | 476 |
| |
477 | 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 d65c200
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 159 files
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
| 153 | + | |
153 | 154 |
| |
154 |
| - | |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
161 | 162 |
| |
162 |
| - | |
| 163 | + | |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
|
Lines changed: 350 additions & 245 deletions
Large diffs are not rendered by default.
0 commit comments