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.cpp
Age
Commit message (
Expand
)
Author
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-06-08
Improvements around StringBlob (#2921)
jsmall-nvidia
2023-05-23
Add API for querying total compile time. (#2898)
Yong He
2023-05-10
Add slangc options for reporting downstream compile time. (#2878)
Yong He
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-05-03
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-29
CommandOptions (#2856)
jsmall-nvidia
2023-04-27
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-20
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-04-18
On demand SourceMap JSON serialization (#2811)
jsmall-nvidia
2023-04-17
Round trip source map (#2810)
jsmall-nvidia
2023-04-12
Reading artifact hierarchy from file system interface (#2787)
jsmall-nvidia
2023-04-11
Artifact simplification (#2781)
jsmall-nvidia
2023-04-07
Add SLANG_IID_PPV_ARGS (#2784)
Ellie Hermaszewska
2023-04-04
Simplification around ArtifactRepresentation and unique identity (#2771)
jsmall-nvidia
2023-03-30
More builtin library support in torch backend. (#2760)
Yong He
2023-03-24
Obfuscated source map writing (#2727)
jsmall-nvidia
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
2023-02-28
Add `SourceBlobWithPathInfoArtifactRepresentation`. (#2682)
Yong He
2022-12-12
Refactor shader cache (#2558)
skallweitNV
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
2022-11-30
Cleanup DigestBuilder and MD5HashGen (#2539)
skallweitNV
2022-11-29
FileStream-based implementation for updating cache index file (#2485)
lucy96chen
2022-10-29
Shader cache bugfixes and test additions (#2467)
lucy96chen
2022-10-17
Shader cache index implementation (#2452)
lucy96chen
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-10-12
Add specialization args test (#2444)
lucy96chen
2022-10-12
Shader caching (#2432)
lucy96chen
2022-10-03
IMutableFileSystem::saveFileBlob (#2427)
jsmall-nvidia
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
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-09-01
Remove artifact from SourceFile (#2384)
jsmall-nvidia
2022-09-01
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-08-24
Disable module name translation when it ends with ".slang" (#2377)
Yong He
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
Compute canonical path for modules loaded from source. (#2365)
Yong He
2022-08-16
IDownstreamCompiler interface (#2361)
jsmall-nvidia
2022-08-16
Add some simple macro defines including __HLSL_VERSION (#2363)
jsmall-nvidia
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia
[next]