summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-dump.cpp
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-09-25Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-02-26Partially implement shader_subgroup extension(s); Partially resolves #3548 (#...ArielG-NV
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-10-27Auto synthesis of IDifferntial interface methods. (#2469)Yong He
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2021-02-02Remove GlobalGenericParamSubstitution (#1684)Tim Foley
2020-10-23C++ extractor fix for access modifiers (#1586)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia
2020-08-31AST Serialization in Modules (#1524)jsmall-nvidia
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-06-26AST serialize improvements (#1412)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-21AST dump improvements (#1350)jsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia