Skip to content

Releases: shader-slang/slang

v2024.1.2

14 Mar 22:14
c7d7a96
Compare
Choose a tag to compare
Slang v2024.1.2

Changes:

c7d7a965 Support `#include` with angle brackets. (#3773)
f5f0740b Support unscoped enums. (#3771)
78d4df06 Add diagnostic on invalid type constraint. (#3769)
ba65c212 Fix lowering of glsl builtin globals. (#3767)
73c0cd17 Add cautionary desclaimers on interop mechanisms. (#3763)
67704d0e CMake fixes for MacOS (#3761)
e4b01c4b Fix side effect checking around storage buffer type. (#3762)
25df6b86 Fix crash when specializing generic entry points. (#3760)
5f0ee87d Add wrapper type synthesis logic for constructors. (#3756)
9fd74379 Implement glsl atomic's [non image or memory scope] with optional extension(s); resolves #3587 for GLSL & SPIR-V targets (#3755)
6f7c8271 Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)
eef7e208 Fix derivative implementation of `clamp`. (#3750)
edc85fc4 Make type names spec-conformant in SPIRV reflect. (#3748)
8b519603 [SPIRV] Fix OpMemberDecorateString. (#3747)
66a0d91d Add nightly vkcts workflow (#3717)
8dc635ae gfx: return error when vulkan fails to create buffer/pipeline (#3741)
1c4e1acd [SPIRV] Use VectorTimesScalar opcode. (#3737)
d8eb7011 Support emitting generic target_intrinsic type. (#3745)
a91af961 Update 08-compiling.md

v2024.1.1

11 Mar 22:10
7c7fbd5
Compare
Choose a tag to compare
Slang v2024.1.1

Changes:

7c7fbd57 Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shaders. (#3731)
1bbcf25a Link-time specialization fixes. (#3734)
25a7d514 Fix spirv builtin for `SV_ShadingRate`. (#3730)
10c4d2e7 Fix crash when trying to constant fold non-existent call. (#3728)

v2024.1.0

09 Mar 02:21
5074ee7
Compare
Choose a tag to compare
Slang v2024.1.0

Changes:

5074ee7c Improve cpp prelude. (#3725)
0629b22b Enhance link-time type test. (#3724)
21502874 Add documentation for uniformity analysis. (#3721)
bc3dc0e8 Parser and module finding logic fixes. (#3720)
6f8a2068 [SPIRV] fix code gen for `SV_Coverage`. (#3718)
5afe9709 Add ray query intrinsic test (#3707)
faaa532a [SPIRV] Fix pointer lowering bug. (#3713)
a810aa31 Link-time constant and linkage API improvements. (#3708)
6492906e Fix SPIRV emit logic of `PrimitiveId` in fragment shader. (#3705)
240727db Uniformity analysis. (#3704)
af108c72 set VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT for device local memory (#3698)
a1e79e4b Fix the cuda left-hand swizzle issue (#3538) (#3691)
cc2a879b Integrate compile & validation test (#3674)
1cba7f31 Enable SampleCmpLevelZero tests and update the results (#3677)
f2e32575 [slangc] generate an error when `-entry` is not specified for targets that require them. (#3679)
8d4b659b [SPIRV] Fix DebugLine generated from source with #line directive. (#3678)
bb017e6a Extend `as` and `is` operator to work on generic types. (#3672)
2297623a Implement short-circuit logic operator (#3635)
0371deef Add user-guide section on pointers. (#3670)

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)