summaryrefslogtreecommitdiffstats
path: root/source/slang-record-replay
Commit message (Expand)AuthorAge
* Add record and replay support for IComponentType2 (#8215)jarcherNV2025-08-21
* Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala2025-08-21
* Stable names and backwards compat for serialized IR modules (#7644)Ellie Hermaszewska2025-07-09
* Remove some cruft/complexity from IR serialization (#7483)Theresa Foley2025-07-01
* Fix API changes from separate debugging support (#7397)jarcherNV2025-06-12
* Add command line option for separate debug info (#7178)jarcherNV2025-06-06
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Break down record replay to individual tests to avoid timeout (#7340)Jay Kwak2025-06-04
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Fix compiler warning with clang 18.1.8 on windows (#6963)Jay Kwak2025-04-30
* Add -dump-module command to slangc (#6638)cheneym22025-03-20
* Distribute slang-glsl-module.bin in release packages. (#6233)Yong He2025-01-31
* Cache and reuse glsl module. (#6152)Yong He2025-01-22
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Add interfaces for retrieving separate linkable downstream binaries (#5128)cheneym22024-10-04
* Add COM API for querying metadata. (#5168)Yong He2024-09-30
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Initial WGSL support (#5006)Anders Leino2024-09-09
* capture component type (#4967)kaizhangNV2024-08-30
* Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV2024-08-28
* Migrate examples (#4920)kaizhangNV2024-08-27
* Implement `-fvk-use-dx-layout` (#4912)ArielG-NV2024-08-26
* Feature/capture unit test (#4898)kaizhangNV2024-08-22
* Make precompileForTargets work with Slang API (#4845)cheneym22024-08-15
* Reduce dependency on std library (#4785)skallweitNV2024-08-07
* Feature/replayer (#4750)kaizhangNV2024-07-31
* Feature/capture (#4625)kaizhangNV2024-07-23