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.h
Age
Commit message (
Expand
)
Author
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2024-10-29
format
Ellie Hermaszewska
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-08-29
s/depreciated/deprecated/ (#3153)
Ellie Hermaszewska
2023-04-11
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-11
Artifact simplification (#2781)
jsmall-nvidia
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-22
Source map obfuscation (#2717)
jsmall-nvidia
2023-03-17
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2023-03-10
Support for PDB output from DXC (#2693)
jsmall-nvidia
2022-09-01
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-24
Improvements around file tracking and Artifacts (#2379)
jsmall-nvidia
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia
2022-08-16
Remove CompileResult to use IArtifact (#2357)
jsmall-nvidia
2022-08-11
Artifact closer to being able to replace CompileResult (#2354)
jsmall-nvidia
2022-08-10
Yet more refactoring around Artifact (#2352)
jsmall-nvidia
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-08-09
Support for Items on IArtifact (#2347)
jsmall-nvidia
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-06-24
Handling of temporary files (#2299)
jsmall-nvidia
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-27
Split out Artifact info (#2193)
jsmall-nvidia
2022-04-26
Improvements around Artifacts (#2192)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia