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-10-24
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-13
Allow multi-level breaks to break out of `switch` statements. (#2451)
Yong He
2022-10-12
Add support for SV_ViewID (#2440)
Ellie Hermaszewska
2022-10-11
Small IR cleanups. (#2441)
Yong He
2022-10-10
Support multi-level break + single-return conversion + general inline. (#2436)
Yong He
2022-10-08
Fix for issue with user attribute lookup (#2437)
jsmall-nvidia
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-10-04
Fix `ApplyExtensionToType` on own type being extended. (#2430)
Yong He
2022-09-28
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
Use `printf` in tests. (#2406)
Yong He
2022-09-20
Support raw string literals. (#2405)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-13
Allow interface requirements to reference to the interface type itself. (#2398)
Yong He
2022-09-06
Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...
Yong He
2022-09-05
Fix resource inout param specialization. (#2394)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-09-01
Small fix to enable generic typealias. (#2391)
Yong He
2022-09-01
Public interface for arithmetic types in stdlib. (#2389)
Yong He
2022-09-01
Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...
Yong He
2022-08-24
Allow `static const` interface requirements. (#2378)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-08-16
Add some simple macro defines including __HLSL_VERSION (#2363)
jsmall-nvidia
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
[next]