3 files changed
+3
-3
lines changed- .gitmodules+1-1
- external/spirv-tools+1-1
- external/spirv-tools-generated/build-version.inc+1-1
- source/core/slang-platform.cpp+2-2
- source/slang/hlsl.meta.slang+43-4
- source/slang/slang-ast-natural-layout.cpp+6
- source/slang/slang-emit-spirv.cpp+30-15
- source/slang/slang-ir-layout.cpp+11
- source/slang/slang-ir-peephole.cpp+1-1
- source/slang/slang-ir-util.cpp+39
- source/slang/slang-ir-util.h+2
- source/slang/slang-reflection-api.cpp+31-4
- tests/cooperative-vector/matrix-mul-bias-packed-mut.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-packed.slang+1-1
- tests/hlsl-intrinsic/size-of/size-of-tuple.slang+48
- tests/spirv/array-stride-decoration-1.slang+29
- tests/spirv/array-stride-decoration-2.slang+29
- tests/spirv/array-stride-decoration-3.slang+31
- tests/spirv/array-stride-decoration-4.slang+34
- tests/spirv/debug-local-variable-scope.slang+21
- tests/spirv/uconvert-vector-typecheck.slang+20
- tools/slang-unit-test/unit-test-atomic-reflection.cpp+135
- external/CMakeLists.txt+1-1
- slangpy/core/utils.py+2
- slangpy/tests/device/slang/test_cast_float16.py-4
- slangpy/tests/device/slang/test_float16.py-5
- slangpy/tests/device/test_pipeline.py-3
- slangpy/tests/device/test_print.py-4
- slangpy/tests/device/test_shader_cursor.py-4
- slangpy/tests/slangpy_tests/helpers.py+2-2
- slangpy/tests/slangpy_tests/test_buffer_views.py+2
- slangpy/tests/slangpy_tests/test_command_buffer.py+3
- slangpy/tests/slangpy_tests/test_generics.py+2
- slangpy/tests/slangpy_tests/test_instances.py+6
- slangpy/tests/slangpy_tests/test_interfaces.py+3
- slangpy/tests/slangpy_tests/test_shapes.py+4
- slangpy/tests/slangpy_tests/test_simple_function_call.py+4
- slangpy/tests/slangpy_tests/test_tensor_with_grads.py+3
- slangpy/tests/slangpy_tests/test_textures.py+9
- src/sgl/core/logger.cpp+2
- src/sgl/device/device.cpp+9
- src/sgl/device/device.h+3
- src/sgl/device/pipeline.cpp+18-7
- src/sgl/device/pipeline.h+3
- src/sgl/device/shader.cpp+18-13
- src/sgl/device/shader.h+1
- src/slangpy_ext/device/device.cpp+10-1
- src/slangpy_ext/device/pipeline.cpp+9-3
0 commit comments