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-syntax.cpp
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
preparation for clang format (#5422)
Ellie Hermaszewska
2024-10-29
*
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-26
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
*
Avoiding the use of the global AST builder in DeclRefType::create (#4866)
venkataram-nv
2024-08-16
*
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-25
*
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-15
*
Improve Capability System (#3555)
Yong He
2024-02-06
*
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-11
*
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-12-06
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-10
*
Support generic interfaces. (#3278)
Yong He
2023-10-25
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
squash warnings (#3113)
Ellie Hermaszewska
2023-08-15
*
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-09
*
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-07
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Add sampleCount parameter for read-only textures. (#3011)
Yong He
2023-07-21
*
Add `sampleCount` parameter for MS textures. (#3001)
Yong He
2023-07-19
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
*
Add support for vk::image_format attribute (#2945)
jsmall-nvidia
2023-06-28
*
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-26
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-26
*
Fix associated type resolution bug. (#2719)
Yong He
2023-03-21
*
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-13
*
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
*
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-16
*
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-16
*
Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)
Yong He
2022-11-08
*
Higher order differentiation. (#2487)
Yong He
2022-11-04
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Auto synthesis of Differential type (#2466)
Yong He
2022-10-26
*
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-09-13
*
Major language server features. (#2264)
Yong He
2022-06-07
*
New language feature: basic error handling. (#2253)
Yong He
2022-06-01
*
Improved type printing (#2172)
Alexey Panteleev
2022-04-01
*
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-05-15
*
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-16
*
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-10
[next]