summaryrefslogtreecommitdiff
path: root/tests/language-feature/capability
AgeCommit message (Expand)Author
2024-08-28Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV
2024-07-25Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV
2024-07-23Simplify `CapabilitySet` Diagnostic Printing (#4678)ArielG-NV
2024-07-18Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV
2024-07-02Emit errors when invalid capabilities are used (#4510)ArielG-NV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-05-16ignore capability system skips the capability pass 100% now (#4183)ArielG-NV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-19add `-ignore-capabilities` flag (#3984)ArielG-NV
2024-02-06Improve Capability System (#3555)Yong He
2024-02-02Capability type checking. (#3530)Yong He