summaryrefslogtreecommitdiffstats
path: root/source/slang/core.meta.slang
Commit message (Expand)AuthorAge
...
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Add `set` to spirv_instruction (#2597)jsmall-nvidia2023-01-17
* Auto-diff for matrix operations. (#2559)Yong He2022-12-08
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Remove `construct` IR op. (#2555)Yong He2022-12-07
* Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He2022-12-07
* Complete removal of DifferentialBottom type. (#2537)Yong He2022-11-29
* Make differentiable data-flow pass recognize interface methods. (#2530)Yong He2022-11-23
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Shader Execution Reordering for VK (#2491)jsmall-nvidia2022-11-15
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
* Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He2022-11-08
* Higher order differentiation. (#2487)Yong He2022-11-04
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Auto synthesis of IDifferntial interface methods. (#2469)Yong He2022-10-27
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He2022-10-24
* Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He2022-10-13
* Use `printf` in tests. (#2406)Yong He2022-09-20
* Add support for GL_EXT_debug_printf extension to slang (#2399)Qubaef2022-09-15
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Language feature: pointer sized int types. (#2401)Yong He2022-09-15
* Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...Yong He2022-09-06
* Public interface for arithmetic types in stdlib. (#2389)Yong He2022-09-01
* Add gfx interface definition in Slang. (#2364)Yong He2022-08-16
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru2022-08-05
* Implicit pointer dereference when using member operator. (#2348)Yong He2022-08-04
* Basic pointer usages. (#2342)Yong He2022-08-03
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...Sai Praveen Bangaru2022-06-30
* Added a decorator to mark functions for forward-mode differentiation (#2283)Sai Praveen Bangaru2022-06-16
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Support for `[[vk::spirv_instruction(op)]]` (#2242)jsmall-nvidia2022-05-18
* Initial support for COM interface in host code. (#2230)Yong He2022-05-10
* Callable shader fix and explicit payload locations for GLSL (#2185)Alexey Panteleev2022-04-13
* Support `[DllImport]` (#2181)Yong He2022-04-12
* Allow slangc to generate exe from .slang file. (#2170)Yong He2022-03-28
* Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher2022-02-03
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* `reinterpret` and 16-bit value packing. (#1933)Yong He2021-09-09
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
* Fixes related to combined texture/sampler types (#1894)Theresa Foley2021-06-25
* CUDA layout corner cases/testing (#1881)jsmall-nvidia2021-06-10
* Fix RWTexture issues on CUDA (#1876)jsmall-nvidia2021-06-08
* Read half->float RWTexture conversion (#1842)jsmall-nvidia2021-05-15
* Surface access on CUDA is byte addressed in X (#1841)jsmall-nvidia2021-05-15
* Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia2021-05-15