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-type.h
Age
Commit message (
Expand
)
Author
2021-11-03
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-10-20
Small improvement in AST serialization (#1582)
jsmall-nvidia
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-08-21
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-03
Devirtualize AST types (#1368)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-14
Change to make a single implementation of SLANG_ABSTRACT_CLASS and SLANG_CLAS...
jsmall-nvidia
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia