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-ast-dump.cpp
Age
Commit message (
Expand
)
Author
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
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
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-10-27
Auto synthesis of IDifferntial interface methods. (#2469)
Yong He
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2020-10-23
C++ extractor fix for access modifiers (#1586)
jsmall-nvidia
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-09-30
Generalizing Serialization (#1563)
jsmall-nvidia
2020-08-31
AST Serialization in Modules (#1524)
jsmall-nvidia
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-06-26
AST serialize improvements (#1412)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-02
Working matrix swizzle (#1354)
Dietrich Geisler
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-21
AST dump improvements (#1350)
jsmall-nvidia
2020-05-20
AST dumping via C++ Extractor reflection (#1348)
jsmall-nvidia