summaryrefslogtreecommitdiff
path: root/source/slang/slang-api.cpp
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-23Feature/capture (#4625)kaizhangNV
2024-06-04Add APIs to get profile of compile time (#4242)kaizhangNV
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2024-05-08capture/replay: interface implementation 1 (#4122)kaizhangNV
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-03-05Cache stdlib when creating global session. (#1736)Yong He
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-07Fill in some missing bits of capability API (#1652)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia