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-builder.cpp
Commit message (
Expand
)
Author
Age
*
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-30
*
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-12-01
*
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-29
*
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-29
*
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-16
*
Higher order differentiation. (#2487)
Yong He
2022-11-04
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-20
*
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-13
*
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
*
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
*
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-05
*
Clean up void returns. (#2260)
Yong He
2022-06-01
*
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-27
*
Support `[DllImport]` (#2181)
Yong He
2022-04-12
*
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2022-01-25
*
Properly fill `declref` in `Linkage::getContainerType`. (#1882)
Yong He
2021-06-11
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
Standard library save/loadable (#1592)
jsmall-nvidia
2020-11-05
*
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-30
*
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-04
*
AST Serialize Reading (#1409)
jsmall-nvidia
2020-06-25
*
Small fixes/improvements based on review. (#1379)
jsmall-nvidia
2020-06-08
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
Add a ASTBuilder to a Module (#1369)
jsmall-nvidia
2020-06-04
*
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-29
*
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-28