summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-modifier.cpp
AgeCommit message (Expand)Author
2023-01-17Add `set` to spirv_instruction (#2597)jsmall-nvidia
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-13Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-15Shader Execution Reordering for VK (#2491)jsmall-nvidia
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-10-27Rename `[__custom_jvp]` -> `[ForwardDerivative]`. (#2473)Yong He
2022-10-27Auto synthesis of IDifferntial interface methods. (#2469)Yong He
2022-10-26Adding a differentiable standard library (#2465)Sai Praveen Bangaru
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-08Fix for issue with user attribute lookup (#2437)jsmall-nvidia
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-30Added `[__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-13Language Server improvements. (#2269)Yong He
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-05-18Support for `[[vk::spirv_instruction(op)]]` (#2242)jsmall-nvidia
2022-04-13Callable shader fix and explicit payload locations for GLSL (#2185)Alexey Panteleev
2022-04-12Support `[DllImport]` (#2181)Yong He
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-04-02Optimize creation of memberDictionary (#1305)jsmall-nvidia
2020-02-11Make fixes for the attribute-error test case. (#1215)Tim Foley
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley