Commit 5b14a38
Read the Docs Bot
Auto-update submodules
1 parent 8b603b3 commit 5b14a38
2 files changed
+2
-2
lines changed- CMakeLists.txt+5
- external/CMakeLists.txt+6-2
- source/slang/core.meta.slang+40-3
- source/slang/hlsl.meta.slang+133-4
- source/slang/slang-diagnostic-defs.h+1
- source/slang/slang-emit-spirv-ops.h-43
- source/slang/slang-emit-spirv.cpp+157-118
- source/slang/slang-emit-vm.cpp+11
- source/slang/slang-ir-defer-buffer-load.cpp+12-2
- source/slang/slang-ir-insert-debug-value-store.cpp+12-1
- source/slang/slang-ir-insts-stable-names.lua+2
- source/slang/slang-ir-insts.h+20-1
- source/slang/slang-ir-insts.lua+4
- source/slang/slang-ir-legalize-varying-params.cpp+8-11
- source/slang/slang-ir-lower-existential.cpp+5-3
- source/slang/slang-ir-lower-generic-type.cpp+8
- source/slang/slang-ir-lower-generics.cpp+3-3
- source/slang/slang-ir-redundancy-removal.cpp+58-6
- source/slang/slang-ir-specialize.cpp+3-1
- source/slang/slang-ir-strip.cpp+1
- source/slang/slang-ir.cpp+59-11
- source/slang/slang-ir.h+6-1
- source/slang/slang-lower-to-ir.cpp+4
- source/slang/slang-preprocessor.cpp+26-8
- tests/compute/dot1-generic.slang+77
- tests/compute/dot1.slang+32
- tests/cooperative-matrix/coherent-load-store-pointer.slang+34
- tests/cooperative-matrix/load-store-pointer.slang+35
- tests/cooperative-vector/coherent-load-store-pointer.slang+38
- tests/hlsl-intrinsic/texture/partial-resident-texture-combined.slang+2-29
- tests/hlsl-intrinsic/texture/partial-resident-texture.slang+2-53
- tests/hlsl-intrinsic/texture/texture-intrinsics.slang+147-110
- tests/ir/dump-module-info.slang+1-1
- tests/language-feature/modules/module-name.slang+1
- tests/language-feature/pointer/coherent-load-store-groupshared.slang+26
- tests/language-feature/pointer/coherent-load-store-image.slang+29
- tests/language-feature/pointer/coherent-load-store-physical-storage-buffer.slang+24
- tests/language-feature/pointer/redundant-coherent-load.slang+56
- tests/language-feature/pointer/redundant-coherent-store.slang+40
- tests/language-feature/types/optional-ifoo.slang+26
- tests/metal/texture-sampler-less.slang+4-57
- tests/metal/texture.slang+4-57
- tests/preprocessor/circular-include/a.slang+7
- tests/preprocessor/circular-include/b.slang+1
- tests/preprocessor/duplicate-include/a.slang+13
- tests/preprocessor/duplicate-include/b.slang+3
- tests/spirv/debug-store.slang+33
- tests/spirv/depth-texture.slang-13
- tests/wgsl/texture-gather.slang+4-56
- tests/wgsl/texture-load.slang+3-42
- tests/wgsl/texture-sampler-less.slang+4-56
- tests/wgsl/texture.slang+4-56
- slangpy/bindings/codegen.py+3-2
- slangpy/tests/device/test_shader_cache.py+74
- slangpy/tests/device/test_shader_cache.slang+10
- src/sgl/CMakeLists.txt+2
- src/sgl/core/lmdb_cache.cpp+110-48
- src/sgl/core/lmdb_cache.h+12-3
- src/sgl/core/platform.h+10
- src/sgl/core/platform_linux.cpp+9
- src/sgl/core/platform_macos.cpp+9
- src/sgl/core/platform_windows.cpp+9
- src/sgl/device/device.cpp+15-6
- src/sgl/device/device.h+4
- src/sgl/device/fwd.h+4
- src/sgl/device/persistent_cache.cpp+103
- src/sgl/device/persistent_cache.h+46
0 commit comments