index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-21
Allow dynamic dispatch to handle nested interface-typed fields. (#2336)
Yong He
2022-07-19
Yet more improvements/fixes to cpu-target.md (#2330)
jsmall-nvidia
2022-07-18
Added forward-mode autodiff support for more instructions (#2331)
Sai Praveen Bangaru
2022-07-13
Added support for differentiating out and inout parameters. (#2323)
Sai Praveen Bangaru
2022-07-12
Support `class` types. (#2321)
Yong He
2022-07-11
Added support for differentiating calls to basic functions, as well as arithm...
Sai Praveen Bangaru
2022-07-06
WAR for double/host-callable/x86 (#2314)
jsmall-nvidia
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
2022-06-30
Language server: extract documentation from ordinary comments (#2308)
Yong He
2022-06-27
Language server fixes and improvements (#2304)
Yong He
2022-06-25
Specialize generic/existential calls within generic functions. (#2294)
Yong He
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-23
Define proper diagnostic item for two common "unimplemented" cases. (#2296)
Yong He
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-21
Add CPU executable compile test (#2278)
Yong He
2022-06-13
Follow up on Language Server Improvement (#2275)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-13
Liveness fixes and improvements (#2270)
jsmall-nvidia
2022-06-08
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-06-08
Add smoke test for language server. (#2266)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-18
Support for `[[vk::spirv_instruction(op)]]` (#2242)
jsmall-nvidia
2022-05-17
Special handling around return and liveness (#2234)
jsmall-nvidia
2022-05-17
Liveness tracking with phis (#2233)
jsmall-nvidia
2022-05-10
Add support for `spirv_literal` (#2227)
jsmall-nvidia
2022-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-05-09
Liveness pass fixes and improvements (#2225)
jsmall-nvidia
2022-05-06
Initial work around groupshared (#2224)
jsmall-nvidia
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-05-05
Various vulkan/glsl fixes. (#2222)
Yong He
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-26
Overloaded name lookup fix (#2199)
jsmall-nvidia
2022-04-25
Fixed the implementation of RayQuery flags passed through the generic paramet...
Alexey Panteleev
2022-04-21
`export` support in HLSL (#2188)
jsmall-nvidia
2022-04-21
Example for compiler crash with recursive function calling (#2196)
jsmall-nvidia
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-13
Callable shader fix and explicit payload locations for GLSL (#2185)
Alexey Panteleev
[next]