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-type.cpp
Age
Commit message (
Expand
)
Author
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-09-23
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-07-25
Add combined texture-sampler flag to reflection API to differentiate Texture2...
Copilot
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-05-29
Implement MapElement for CoopMat (#7159)
Jay Kwak
2025-05-15
Add checking for hlsl register semantic. (#7118)
Yong He
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-01-30
Support cooperative vector (#6223)
Jay Kwak
2024-11-15
Embed core module in wasm build. (#5569)
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-30
Write only texture types. (#5454)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-20
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-25
Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)
Yong He
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-03-19
Fix type checking for constructors in generic interfaces. (#3799)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-03
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-08-15
squash warnings (#3113)
Ellie Hermaszewska
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-21
Fix associated type resolution bug. (#2719)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-11-29
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-23
Fix issues around dynamic generic function and autodiff. (#2528)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
[next]