Skip to content

Releases: shader-slang/slang

v2024.0.15

04 Mar 21:26
01efe34
Compare
Choose a tag to compare
Slang v2024.0.15

Changes:

01efe34d Add `IGlobalSession::getSessionDescDigest`. (#3669)
16342f4a Fix lowering logic around imported modules. (#3668)
f8c54056 Fix SPIRV pointer codegen. (#3664)
a4919e3e Enable debug info for swizzledStore. (#3659)

v2024.0.14

01 Mar 23:34
9a1e327
Compare
Choose a tag to compare
Slang v2024.0.14

Changes:

9a1e3273 Make slangc commandline parsing compatible with renderdoc. (#3658)

v2024.0.13

01 Mar 22:05
e752a95
Compare
Choose a tag to compare
Slang v2024.0.13

Changes:

e752a957 Update doc TOC (#3657)
ff48854b Add documentation for debugging. (#3656)
cc9ada16 Small cleanups for bitfield accessor synthesis (#3651)
a4ba7d63 warnings (#3653)
0d01b370 Various SPIRV fixes. (#3655)
3ade0730 Fix various crashes when generating debug info. (#3650)
458d6630 [SPIRV] Fix logic for emitting debug matrix type. (#3649)
17da4d90 [SPIRV Debug] Properly update output arguments after call. (#3648)
d979b504 Add support for bitfields (#3639)
21f86773 Fix crash in `insertDebugValueStore`. (#3647)

v2024.0.12

29 Feb 07:37
c6756d7
Compare
Choose a tag to compare
Slang v2024.0.12

Changes:

c6756d76 Allow non-static const to be considered compile-time constant. (#3645)
73a61edd [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)

v2024.0.11

27 Feb 23:20
d2644e2
Compare
Choose a tag to compare
Slang v2024.0.11

Changes:

d2644e2f Update documentation TOC. (#3641)
5c45608d Update 08-compiling.md
11966f80 Update doc links. (#3640)
1e5d0b31 Add documentation for link-time specialization. (#3638)
92cc3a71 Update links in user-guide documentation
e3fdfe51 add support for shared resources on vulkan/linux (#3636)
188482e8 Update documentation on compilation API. (#3634)
39522159 Allow default values for `extern` symbols. (#3632)
1d8e93cd WAR for ForceInline not working issue in stdlib (#3630)
3286076f atomic intrinsic test (#3623)
1241006b Partially implement shader_subgroup extension(s); Partially resolves #3548 (#3580)
4f03eb9d switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain (#3627)
ceb87b25 AD: Handle case where struct is created with `no_diff`-wrapped operands. (#3629)
d7bb8067 Enable SLANG_MAKE_VECTOR calls when using SLANG_CUDA_ENABLE_HALF without SLANG_CUDA_RTC (#3624)

v2024.0.10

24 Feb 03:29
a1827ee
Compare
Choose a tag to compare
Slang v2024.0.10

Changes:

a1827ee5 SPIRV Fixes. (#3622)
401d8cdb Add slangc interface to compile and use ir modules. (#3615)
58eb6f7d Fix linking of slang-bootstrap by linking with slang-lookup-tables (#3618)

v2024.0.9

22 Feb 17:30
8ec5b3e
Compare
Choose a tag to compare
v2024.0.8

Change:

8ec5b3e6 Add API for querying and reusing precompiled binary modules. (#3614)
c5ac7dee Add release package build for linux aarch64 (#3612)
1c76f2e3 Revert "Add new release package for aarch64 linux (#3609)" (#3611)

v2024.0.8

21 Feb 22:44
0b46715
Compare
Choose a tag to compare
Changes:

0b46715b Fix parsing of literals in stdlib. (#3610)
255ecf79 Add new release package for aarch64 linux (#3609)
b3b6c44c Fix SPIRV lowering issue. (#3608)
70ea0b04 derive approximate DX12 shader model in vulkan (#3596)

v2024.0.7

21 Feb 07:24
2e2c794
Compare
Choose a tag to compare
Slang v2024.0.7

Changes:

2e2c7943 Language server robustness fix. (#3607)
2ee05c12 Add wrapper type syntax for link time specialization. (#3606)
a62be597 Support link time type specialization. (#3604)
4d20fd32 Refactor compiler option representations. (#3598)
8e9b61e3 Fix the build when you try to build slang-glslang (#3599)
b50d311b cmake: option to build a static library version of slang (#3578)
c639cac5 HLSL texture intrinsic test first draft. (#3583)
5a623ec2 Support loading serialized modules. (#3588)
2ced683f Deploy the falcor-perf-test (#3579)
7414252b cmake: add options to disable gfx, test, example, ... targets (#3572)

v2024.0.6

12 Feb 22:37
2e35b08
Compare
Choose a tag to compare
Slang v2024.0.6

Changes:

2e35b08d Fix spirv intrinsics for RWTexture2D.GetDimension #3566. (#3574)
0c15582e Fix lowering of static consts in a generic function. (#3573)