Skip to content

v2024.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 08:53
· 633 commits to master since this release
ee9d398

0eef40b Delete out of date docs
a6d59d0 Properly compile gl_WorkgroupSize. (#3925)
c85dd53 fix vulkan shared fence (#3911)
9fe2db1 Fix checking logic of entry point specialization arguments. (#3916)
33b4fa7 Fix typelayout for append/consume structured buffers. (#3924)
42764b7 Update README.md
61e5730 Rename slangpy -> slangtorch in documentation. (#3922)
425b2f7 Update release version slang-glslang to v13.0.0.x-i (#3920)
0970c8d Update spirv-tool to upstream/main branch (#3915)
6a465a4 Allow COM based API to discover and check entrypoints without [shader] attribute. (#3914)
957b2fb typos (#3913)
41b5ecd Add CTS status badge to README (#3901)
4a23ba5 Add decoration PerPrimitiveEXT for all OutputPrimitives members for mesh (#3900)
1b3887f Fix __init() functions that returns an existing value (#3866)
d61f813 Add decoration PerPrimitiveEXT when a mesh output variable is decorated with PrimitiveID (#3895)
cb87a8f gfx vulkan fixes (#3897)
94ced35 Legalization of non-struct when function expects struct, resolves #3840 (#3880)
f6c49fd Fix assertions due to malformed switch statements (#3858)
2768e42 Not emit DepthReplacing when frag shader uses SV_Position. (#3893)
a369835 Delete out-of-date notes from user guide. (#3877)
f8e038f Add documentation about constructors (#3879)
74d4c8a Update glsl intrinsic for GroupMemoryBarrierWithGroupSync (#3890)
e0de98e Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3881)
a697b2c Implement 8.14-8.19 of OpenGL-GLSL specification
c0482ec Fix the erroneous logic of determining whether or not to emit DepthReplacing. (#3885)
539d368 Update user guilde for new features. (#3875)
b5f4cf6 Allow enum values to be used as generic arguments. (#3874)
251f55c Support SM6.6 keyword "WaveSize" (#3871)
daf63cc Fix static member lookup in pointer types. (#3869)
abb7f1a Support [RequirePrelude] attribute on types. (#3867)
2c4f981 Allow bit operators on enum types. (#3862)
65ac9f3 Fix peephole optimization of TypeEquals. (#3865)
844a8d6 Correctly emit spv extension targeting EXT rather than NV, added to test for this case (#3864)
75afa65 Fix type union logic in generic type inference. (#3852)