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-syntax.cpp
Age
Commit message (
Expand
)
Author
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-29
preparation for clang format (#5422)
Ellie Hermaszewska
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-16
Avoiding the use of the global AST builder in DeclRefType::create (#4866)
venkataram-nv
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-06
Change default visibility of interface members and update docs. (#3381)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-08-15
squash warnings (#3113)
Ellie Hermaszewska
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-21
Add sampleCount parameter for read-only textures. (#3011)
Yong He
2023-07-19
Add `sampleCount` parameter for MS textures. (#3001)
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-06-28
Add support for vk::image_format attribute (#2945)
jsmall-nvidia
2023-04-26
Intellisense: show info on decl kind and differentiability. (#2847)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-21
Fix associated type resolution bug. (#2719)
Yong He
2023-03-13
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-12-01
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-08
Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)
Yong He
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-09-13
Allow interface requirements to reference to the interface type itself. (#2398)
Yong He
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-04-01
Improved type printing (#2172)
Alexey Panteleev
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
[next]