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
2024-01-09
Add compiler settings to shader cache key (#3439)
skallweitNV
2024-01-03
Fix issue with entry point result not being available via `spGetEntryPointCod...
jsmall-nvidia
2023-12-08
Handle import, entrypoint and global params in included files. (#3395)
Yong He
2023-12-06
Change default visibility of interface members and update docs. (#3381)
Yong He
2023-12-05
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-10-11
Report spirv-opt time. (#3271)
Yong He
2023-09-26
Fix for epoch/ASTBuilder* nullptr issue (#3240)
jsmall-nvidia
2023-09-07
Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)
Yong He
2023-08-28
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-15
SPIRV: debug source and debug line. (#3109)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-18
nsight Aftermath crash example (#2984)
jsmall-nvidia
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-14
Allow setting of HLSLToVulkan options without having a target specified on th...
jsmall-nvidia
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
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
[next]