2 files changed
+11
-11
lines changed- .github/workflows/ci.yml+24-6
- CMakeLists.txt+3
- examples/surface/example-surface.cpp+2-2
- include/slang-rhi.h+64-47
- src/command-list.cpp+9-2
- src/command-list.h+20-12
- src/cpu/cpu-command.cpp+10-4
- src/cuda/cuda-command.cpp+10-4
- src/d3d11/d3d11-command.cpp+10-4
- src/d3d12/d3d12-command.cpp+18-4
- src/d3d12/d3d12-device.cpp+1
- src/d3d12/d3d12-device.h+6
- src/debug-layer/debug-base.h+3
- src/debug-layer/debug-command-encoder.cpp+272-164
- src/debug-layer/debug-command-encoder.h+100-50
- src/debug-layer/debug-helper-functions.cpp+3
- src/debug-layer/debug-helper-functions.h+3
- src/metal/metal-command.cpp+12-4
- src/rhi-shared.cpp+333-146
- src/rhi-shared.h+99-46
- src/rhi.cpp+1
- src/strings.h+2-2
- src/vulkan/vk-api.h+1
- src/vulkan/vk-command.cpp+20-4
- src/wgpu/wgpu-command.cpp+27-6
- tests/test-buffer-barrier.cpp+8-8
- tests/test-compute-smoke.cpp+4-4
- tests/test-compute-trivial.cpp+4-4
- tests/test-create-buffer-from-handle.cpp+4-4
- tests/test-existing-device-handle.cpp+4-4
- tests/test-formats.cpp+4-4
- tests/test-instanced-draw.cpp+16-16
- tests/test-nested-parameter-block.cpp+4-4
- tests/test-ray-tracing.cpp+8-8
- tests/test-resolve-resource-tests.cpp+4-4
- tests/test-shared-buffer.cpp+6-6
- tests/test-shared-texture.cpp+6-6
- tests/test-texture-types.cpp+8-8
- tests/test-uint16-structured-buffer.cpp+4-4
- tests/testing.cpp+135-24
- tests/testing.h+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
931 |
| - | |
| 931 | + | |
932 | 932 |
| |
933 | 933 |
| |
934 | 934 |
| |
935 |
| - | |
936 |
| - | |
| 935 | + | |
| 936 | + | |
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
940 |
| - | |
| 940 | + | |
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
962 |
| - | |
| 962 | + | |
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
| |||
972 | 972 |
| |
973 | 973 |
| |
974 | 974 |
| |
975 |
| - | |
976 |
| - | |
| 975 | + | |
| 976 | + | |
977 | 977 |
| |
978 | 978 |
| |
979 | 979 |
| |
| |||
982 | 982 |
| |
983 | 983 |
| |
984 | 984 |
| |
985 |
| - | |
| 985 | + | |
986 | 986 |
| |
987 | 987 |
| |
988 |
| - | |
| 988 | + | |
989 | 989 |
| |
990 |
| - | |
| 990 | + | |
991 | 991 |
| |
992 | 992 |
| |
993 | 993 |
| |
|
0 commit comments