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
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
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-08-21
Another fix for overriding property decls (#1509)
Tim Foley
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-04-02
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-02-11
Make fixes for the attribute-error test case. (#1215)
Tim Foley
2020-02-10
Add attributes to enable dual-source blending on Vulkan (#1210)
Tim Foley
2019-11-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-10-25
Refactor semantic checking code into more files (#1097)
Tim Foley