summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-modifier.h
AgeCommit message (Expand)Author
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-03-03Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)Tim Foley
2021-02-12Initial support for DXR payload access qualifiers (#1705)Tim Foley
2021-01-07Add support for [noinline] attribute (#1650)Tim Foley
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-20Small improvement in AST serialization (#1582)jsmall-nvidia
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-14Fix an issue with explicit enum tag types (#1495)Tim Foley
2020-07-31Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)Yong He
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-24AST Serialization writing (#1407)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-14Change to make a single implementation of SLANG_ABSTRACT_CLASS and SLANG_CLAS...jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia