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
/
compiler-core
/
slang-artifact-associated-impl.h
Age
Commit message (
Expand
)
Author
2025-08-06
Fix unused space discovery for bindless heap. (#8075)
Yong He
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2024-12-18
Fix metadata of register space and varying params. (#5906)
Yong He
2024-11-15
Embed core module in wasm build. (#5569)
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-09-30
Add COM API for querying metadata. (#5168)
Yong He
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
IDownstreamCompiler interface (#2361)
jsmall-nvidia
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia