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-parser.cpp
Age
Commit message (
Expand
)
Author
2023-09-20
Direct SPIRV: Rasterization pipeline tests. (#3216)
Yong He
2023-09-12
Direct SPIRV for RayTracing Inline. (#3201)
Yong He
2023-09-11
Add Mesh and Task shader support to GFX (#3190)
Ellie Hermaszewska
2023-09-08
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-03
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-08-31
Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)
Yong He
2023-08-29
Wave intrinsics. (#3164)
Yong He
2023-08-29
Correct parsing spirv with no rhs operands (#3161)
Ellie Hermaszewska
2023-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-28
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-25
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
Support SPIRV Capability declaration on intrinsic functions. (#3150)
Yong He
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-09
Support nested structs in function bodies. (#3078)
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-26
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-21
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-06-29
Warn on semicolon after `if`. (#2948)
Yong He
2023-06-26
Multiple cast issue fix (#2940)
jsmall-nvidia
2023-06-22
Allow multiple attributes to not require separating comma (#2939)
jsmall-nvidia
2023-06-20
Fix for generic with scope issue (#2925)
jsmall-nvidia
2023-05-12
Add finalized keywords for autodiff. (#2882)
Yong He
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-01-30
Add transposition logic for constructor opcodes. (#2618)
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-21
Improve parser recovery around invalid function definitions. (#2525)
Yong He
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-12
Fix logic of `is` operator. (#2359)
Yong He
[next]