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-modifier.h
Age
Commit message (
Expand
)
Author
2024-03-07
Uniformity analysis. (#3704)
Yong He
2024-03-01
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-02-06
Unify GLSL and HLSL buffer block parsing. (#3552)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-02-01
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
Yong He
2024-01-30
Correctly apply glsl local size layout to entry points during lowering (#3528)
Ellie Hermaszewska
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-12
Add check for invalid use of modifiers. (#3402)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-01
Add mnemonic parsing for `intrinsic_type` modifier. (#3306)
Yong He
2023-10-04
SPIRV compiler performance fixes. (#3258)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
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-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
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
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-05-14
Add [Differentiable(n)] syntax to specify max order. (#2883)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-27
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-25
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
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-21
[TreatAsDifferentiable] functions. (#2720)
Yong He
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-03-16
Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-02-24
Fix differential type registration through non-differentiable type. (#2677)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-20
Add static for loop iteration inference. (#2659)
Yong He
2023-02-13
Add Loop Unrolling Pass. (#2644)
Yong He
2023-02-09
Reverse-mode Loop Support (#2635)
Sai Praveen Bangaru
2023-01-13
Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)
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-23
Make differentiable data-flow pass recognize interface methods. (#2530)
Yong He
2022-11-23
Autodiff through simple dynamic dispatch. (#2527)
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-15
Shader Execution Reordering for VK (#2491)
jsmall-nvidia
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
[prev]
[next]