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
/
language-feature
/
capability
Age
Commit message (
Expand
)
Author
2025-08-14
[Capability System] Fix bug where capabilities do not correctly propegate if ...
ArielG-NV
2025-08-08
Error if super-type capabilities are a super-set of sub-type (#7452)
ArielG-NV
2025-07-23
fix #7869 (#7871)
ArielG-NV
2025-06-30
Add MLP training examples. (#7550)
Yong He
2025-05-31
Add check for the variable requirement (#6677)
Gangzheng Tong
2025-05-25
Add full support for SPV_NV_shader_subgroup_partitioned (#7103)
Darren Wihandi
2025-04-30
Add subscript operator support in cuda (#6830)
Mukund Keshava
2025-04-25
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-02-27
Make capability diagnostic message more friendly. (#6474)
Yong He
2025-01-29
Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)
Darren Wihandi
2025-01-28
Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)
Darren Wihandi
2025-01-17
Refactor _Texture to constrain on texel types. (#6115)
Yong He
2025-01-07
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2024-08-28
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-07-25
Add `_Internal`/`External` atom enforcement and validation. (#4702)
ArielG-NV
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-07-18
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-05-16
ignore capability system skips the capability pass 100% now (#4183)
ArielG-NV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-02-06
Improve Capability System (#3555)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He