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-check-modifier.cpp
Age
Commit message (
Expand
)
Author
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
2024-01-24
[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)
Yong He
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-12
Define `Texture::Sample` for float element types only. (#3403)
Yong He
2023-12-12
Add check for invalid use of modifiers. (#3402)
Yong He
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-08
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-06-28
Add support for vk::image_format attribute (#2945)
jsmall-nvidia
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-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-27
Embed stdlib documentation to AST. (#2851)
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-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
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-17
Add `set` to spirv_instruction (#2597)
jsmall-nvidia
2023-01-14
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-13
Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-15
Shader Execution Reordering for VK (#2491)
jsmall-nvidia
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-10-27
Rename `[__custom_jvp]` -> `[ForwardDerivative]`. (#2473)
Yong He
2022-10-27
Auto synthesis of IDifferntial interface methods. (#2469)
Yong He
2022-10-26
Adding a differentiable standard library (#2465)
Sai Praveen Bangaru
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-10-24
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-08
Fix for issue with user attribute lookup (#2437)
jsmall-nvidia
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-08
Add smoke test for language server. (#2266)
Yong He
2022-05-18
Support for `[[vk::spirv_instruction(op)]]` (#2242)
jsmall-nvidia
2022-04-13
Callable shader fix and explicit payload locations for GLSL (#2185)
Alexey Panteleev
2022-04-12
Support `[DllImport]` (#2181)
Yong He
[next]