index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
Age
Commit message (
Expand
)
Author
2025-07-02
Fix spurious vk::binding warnings when attribute is present (#7581)
Copilot
2025-07-02
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-06-18
Fix false negative result for CUDA with recent versions (#7409)
Jay Kwak
2025-06-17
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-16
Require `override` keyword for overriding default interface methods. (#7458)
Yong He
2025-06-12
Diagnose on use of struct inheritance. (#7419)
Yong He
2025-06-12
Fix intermittent debug failures with Debug build (#7369)
Jay Kwak
2025-06-05
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-06-04
Add legalization for 0-sized arrays. (#7327)
Yong He
2025-06-04
Disable 23 tests failing assertions (#7317)
Jay Kwak
2025-05-27
Add check for subscript operator return type (#7244)
Mukund Keshava
2025-05-22
Implement default initializer list for C-Style type member (#7079)
kaizhangNV
2025-05-16
Support Vulkan memory model (#7057)
Jay Kwak
2025-05-15
Add checking for hlsl register semantic. (#7118)
Yong He
2025-05-15
Rename 'main' on some backends (#7105)
Mukund Keshava
2025-05-14
Error out on invalid vector sizes (#7076)
Darren Wihandi
2025-05-12
Make CUDA version capabilities reach NVRTC (#7074)
Theresa Foley
2025-04-24
Fix #6544: Properly format nested type names in extensions (#6769)
Harsh Aggarwal (NVIDIA)
2025-04-22
Implement shader subgroup rotate intrinsics (#6878)
Darren Wihandi
2025-04-21
Add `vk::offset` to specify member offsets for push constants (#6797)
Darren Wihandi
2025-04-14
Fix matrix division by scalar for Metal and WGSL targets (#6752)
Darren Wihandi
2025-04-11
Add a more specific diagnostic message when passing concrete value to interfa...
Julius Ikkala
2025-04-07
Support for Payload Access Qualifiers (#3448) (#6595)
Harsh Aggarwal (NVIDIA)
2025-03-21
Emit errors for missing returns on unsupported targets (#6633)
Darren Wihandi
2025-03-13
Add mesh shader output topology checks (#6592)
Darren Wihandi
2025-02-28
Allow partial specialization of existential arguments. (#6487)
Yong He
2025-02-27
Make capability diagnostic message more friendly. (#6474)
Yong He
2025-02-27
Allow `.member` syntax on vector and scalars. (#6424)
Yong He
2025-02-24
Clone name hint decoration when emiting Undefined (#6415)
Jay Kwak
2025-02-24
Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)
Jay Kwak
2025-02-19
Fix zero size array handling in slangc (#6399)
Mukund Keshava
2025-02-18
Add new zero size array test. (#6379)
Mukund Keshava
2025-02-13
Disallow only resources in constant buffers in parameterblocks on metal (#6342)
Ellie Hermaszewska
2025-02-12
Fix crash when handling uninitialized resource type (#6338)
kaizhangNV
2025-02-11
Add checking for differentiability of the primal substitute function. (#6277)
Sai Praveen Bangaru
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-04
Fix warning about push constants, shaderRecordEXT (#6269)
cheneym2
2025-01-29
Fix combined sampler documentation and warning (#6207)
cheneym2
2025-01-24
Add bgra8 format (#6163)
Darren Wihandi
2025-01-24
improve error message on generic value decls (#6169)
Darren Wihandi
2025-01-23
Fix incorrect resolve of specialization instance (#6162)
Jay Kwak
2025-01-17
Refactor _Texture to constrain on texel types. (#6115)
Yong He
2025-01-15
Inline global constants that contains opaque handles for legalization. (#6098)
Yong He
2025-01-14
Fix #5354, change diagnostic definition error message and expect output in te...
wij
2025-01-10
Fix potential test failures due to SPIRV validation failure (#6047)
Jay Kwak
2025-01-07
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2024-12-30
Check for undefined %id in spirv_asm block. (#5966)
Yong He
2024-12-30
Check mismatching method parameter direction against interface declaration. (...
Yong He
2024-12-18
Check decl nesting for namespaces. (#5910)
Yong He
2024-12-17
Add verification logic on push and specialization constants. (#5887)
Yong He
[next]