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-expr.h
Age
Commit message (
Expand
)
Author
2022-10-24
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-12
Fix logic of `is` operator. (#2359)
Yong He
2022-08-10
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-03
Basic pointer usages. (#2342)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-05-06
Fix for uninitialized field (#1838)
Tim Foley
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-10-20
Small improvement in AST serialization (#1582)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-04
First steps toward inheritance for struct types (#1366)
Tim Foley
2020-06-02
Working matrix swizzle (#1354)
Dietrich Geisler
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
[prev]