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