index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ast-dump.cpp
Commit message (
Expand
)
Author
Age
*
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-09
*
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-21
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Fix lowering of associated types in generic interfaces (#6600)
Sai Praveen Bangaru
2025-03-15
*
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2025-02-05
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
Anders Leino
2024-09-25
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-16
*
Add host shared library target. (#4098)
Yong He
2024-05-03
*
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
*
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-15
*
Partially implement shader_subgroup extension(s); Partially resolves #3548 (#...
ArielG-NV
2024-02-26
*
Support link time type specialization. (#3604)
Yong He
2024-02-20
*
Capability type checking. (#3530)
Yong He
2024-02-02
*
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-16
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-27
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-11-02
*
Auto synthesis of IDifferntial interface methods. (#2469)
Yong He
2022-10-27
*
Auto synthesis of Differential type (#2466)
Yong He
2022-10-26
*
New language feature: basic error handling. (#2253)
Yong He
2022-06-01
*
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2021-02-02
*
C++ extractor fix for access modifiers (#1586)
jsmall-nvidia
2020-10-23
*
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-10-22
*
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-30
*
AST Serialization in Modules (#1524)
jsmall-nvidia
2020-08-31
*
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-08-03
*
AST serialize improvements (#1412)
jsmall-nvidia
2020-06-26
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
Working matrix swizzle (#1354)
Dietrich Geisler
2020-06-02
*
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-29
*
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-29
*
AST dump improvements (#1350)
jsmall-nvidia
2020-05-21
*
AST dumping via C++ Extractor reflection (#1348)
jsmall-nvidia
2020-05-20